Andrew Tridgell
|
960d4c0a80
|
HAL_ChibiOS: allow mount of microSD after boot
when disarmed, try to mount sd card every 3s
|
6 years ago |
Andrew Tridgell
|
24f6d6d647
|
HAL_ChibiOS: support microSD slowdown
allow use of BRD_SD_SLOWDOWN to slow down clock on microSD
|
6 years ago |
Andrew Tridgell
|
8f51bef0f0
|
HAL_ChibiOS: added 3 tries to microSD MMC init
this makes init for MMC/SPI interfaces more reliable
|
6 years ago |
Andrew Tridgell
|
f083b80700
|
HAL_ChibiOS: added preallocation of DMA bouncebuffers
we need 512 bytes for microSD
|
7 years ago |
Andrew Tridgell
|
e193a161f2
|
HAL_ChibiOS: enable SDIOv1 bouncebuffers
|
7 years ago |
Andrew Tridgell
|
63a9b903ba
|
HAL_ChibiOS: added fallback to microSD for param storage
useful for boards without flash sectors setup in bootloader for
storage, but can use microSD
|
7 years ago |
Andrew Tridgell
|
2493cdbcb6
|
HAL_ChibiOS: switch to new bouncebuffer system
this removes the dma_flush and dma_invalidate methods and uses a
common bouncebuffer system for all CPU types. This enables microSD
support on STM32F7
|
7 years ago |
Andrew Tridgell
|
ea37cede28
|
HAL_ChibiOS: stop sdcard interface on reboot
|
7 years ago |
Andrew Tridgell
|
86ded2c40c
|
HAL_ChibiOS: cleanup sdcard API usage
|
7 years ago |
Alexander Malishev
|
6b15b2f44f
|
HAL_ChibiOS: Enable sdcard on spi bus
|
7 years ago |