ChibiOS-Contrib/os/hal
Tracy Wadleigh 17f45e24a3
Fix up SD1 initialization for KL2x
In the case of KINETIS_SERIAL0_IS_UARTLP:
* the argument to `sd_lld_init_driver` needs to be explicitly coerced to a pointer of type `UART_TypeDef`;
* the initialization of `c4_p` needs to be patched, as its position is different in the underlying `UARTLP_TypeDef`.
2020-05-04 10:10:24 -07:00
..
boards Various fixes to make it pass tests 2020-04-08 19:55:22 +02:00
include Fixed DMA2D example 2019-10-30 13:19:08 +01:00
ports Fix up SD1 initialization for KL2x 2020-05-04 10:10:24 -07:00
src Cleaning FSMC code 2019-10-30 13:03:32 +01:00
hal.mk Re-organised FSMC drivers 2019-10-30 12:52:31 +01:00