Andrew Tridgell
|
81b5c3a7da
|
HAL_ChibiOS: fixed sdcard build
|
2019-01-11 13:25:32 +11:00 |
Andrew Tridgell
|
99d0f7a77d
|
HAL_ChibiOS: try to mount microSD after boot
|
2018-12-31 08:15:12 +11:00 |
Andrew Tridgell
|
b03024dd34
|
HAL_ChibiOS: allow mount of microSD after boot
when disarmed, try to mount sd card every 3s
|
2018-12-31 08:15:05 +11:00 |
Andrew Tridgell
|
85c3ef229d
|
HAL_ChibiOS: support microSD slowdown
allow use of BRD_SD_SLOWDOWN to slow down clock on microSD
|
2018-12-31 08:14:53 +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 |