Andrew Tridgell
|
8f51bef0f0
|
HAL_ChibiOS: added 3 tries to microSD MMC init
this makes init for MMC/SPI interfaces more reliable
|
2018-11-29 19:39:11 +11:00 |
Andrew Tridgell
|
f083b80700
|
HAL_ChibiOS: added preallocation of DMA bouncebuffers
we need 512 bytes for microSD
|
2018-07-12 14:34:04 +10:00 |
Andrew Tridgell
|
e193a161f2
|
HAL_ChibiOS: enable SDIOv1 bouncebuffers
|
2018-07-12 14:34:04 +10:00 |
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
|
2018-07-10 15:41:44 +10:00 |
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
|
2018-06-06 07:15:41 +10:00 |
Andrew Tridgell
|
ea37cede28
|
HAL_ChibiOS: stop sdcard interface on reboot
|
2018-05-27 19:10:24 +10:00 |
Andrew Tridgell
|
86ded2c40c
|
HAL_ChibiOS: cleanup sdcard API usage
|
2018-05-27 19:10:24 +10:00 |
Alexander Malishev
|
6b15b2f44f
|
HAL_ChibiOS: Enable sdcard on spi bus
|
2018-05-27 19:10:24 +10:00 |