-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
AT32F435 SD card support #14018
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
AT32F435 SD card support #14018
Conversation
Do you want to test this code? You can flash it directly from Betaflight Configurator:
WARNING: It may be unstable. Use only for testing! |
274f166
to
d9eab07
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- flashed AIRBOTSUPERF4 - Flash accessible; erase worked.
EDIT: reset my approval as I saw comments that SDCard not yet working.
See #14070. Rebase after that is merged. |
Now #14070 fixed SDC for AT32 it is shown in either setting (flash / sdc)
|
You’ll need to build with USE_FLASH or USE_SD_CARD |
Okay, but ORBITF435 has both options available |
Hi @haslinghuis, @SteveCEvans |
Guess this needs a rebase to include #14070 |
@SteveCEvans please rebase |
d9eab07
to
03c4117
Compare
Rebase done, but still needs work. |
79f36e5
to
2830bc1
Compare
Now working and reporting both FLASH and SD card capacity and either can be selected. With Onboard Flash selected that Blackbox tab displays the available capacity for both the onboard flash and the SD, but shows the capacity of the SD card in the page header. I think it should report the flash capacity in this case. Anyway the |
backport to 4.5.x needed? |
@haslinghuis please let @SteveCEvans do the back porting |
Define either USE_FLASH or USE_SDCARD to support FLASH or SDCARD on AT32F435.