-
-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(hal): remove StdPeriph #5023
Conversation
97f67a8
to
5abcc5d
Compare
5abcc5d
to
075e4ed
Compare
c943bdb
to
f98c227
Compare
@raphaelcoeffic Please help to check what I have fixed, especially the sdram drivers. |
Well, out of the seven transmitters I've tried so far, the Pocket, X9D+, TPro, T20 won't even boot up - just power led and maybe backlight, and only the EL18, PL18EV & TX16S are booting up with the current state of this PR... so something is majorly wrong atm. 🤪 edit: TX16S was just sat idling while I was typing this (as it often is as it's on a power supply), and it suddenly EM'd. |
Please note that the new GPIO driver has been ported from RIOT-OS.
45ddd09
to
60e9a6b
Compare
Boot issues should be fixed. But I think I found another one, jack trainer seem unavailable |
Nop, seems to be all radio, on it |
Yup, was just about to say Pocket also, thanks :) |
TX16S & EL18:
T20V2 has the same issue. |
Last remaining issues
|
Afaik, no outstanding issues reported (yet ?) |
Merge me merge me merge me :D |
Last time you said that there was issues with bootloader, audio, major EM
issues and ELRS passthrough (and more) so maybe not so vocal? 😆
…On Sat, 1 June 2024, 12:26 am 3djc, ***@***.***> wrote:
Merge me merge me merge me :D
—
Reply to this email directly, view it on GitHub
<#5023 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJ66KJ2HOGHP67N4KFPOC3ZFCB7VAVCNFSM6AAAAABIS5LHSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBSGM2TAMZQGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
But they have all been fixed |
I hope so, but without actually testing the current state on several
handsets again, I don't know? Do you? 😜 'cause bug fixes bugs *never*
created any bugs themselves 🤣🤣🤣
…On Sat, 1 June 2024, 5:42 am Malte Langermann, ***@***.***> wrote:
But they have all been fixed
🙏
—
Reply to this email directly, view it on GitHub
<#5023 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJ66KIFRX3ZUY3VK57NIF3ZFDHB7AVCNFSM6AAAAABIS5LHSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBSHA4DAMJYGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
TPro: TX16S: Pocket: X9D+: T20: PL18EV: EL18: Considering the issues still outstanding (that we know of so far) can be mitigated by simply not updating the bootloader until they are resolved, I have no issue with merging this now and fixing up on the fly. Just to elaborate further on the sluggish bootloader / no usb enumeration, I also tried the TX12 in addition to the prior radios, and it had the issue also, so would appear to be common to STM32F205xE radios ;) |
I have played around my EL18 and did not spot any problems, so what is your SD card problem about? |
See #5023 (comment) Basically it would boot up, get past the warnings, and then reboot into a endless loop where it would vibrate and then reboot again. |
Please note that the new GPIO driver has been ported from RIOT-OS.