084a90b468
LTDC fixes * stm32_ltdc: Allows to use ltdc without overlay support Signed-off-by: Marco Krahl <ocram.lhark@gmail.com> * stm32: Removes overlay dependency when LTDC is enabled Signed-off-by: Marco Krahl <ocram.lhark@gmail.com> * stm32: Allows to configure initial chromakey for LTDC layer Signed-off-by: Marco Krahl <ocram.lhark@gmail.com> * stm32_ltdc: Fixes another compiler warning when dma2d is disabled Signed-off-by: Marco Krahl <ocram.lhark@gmail.com> * stm32_ltdc: Checks for register reload is done before continued Signed-off-by: Marco Krahl <ocram.lhark@gmail.com> * stm32f429i-disco: Fixes eliminated register control by compiler optimization When reading 1 byte from the SPI device the clock must be enabled and immediately disabled. This section has been optimized by the compiler (-O2) to a missing active spi clock. A subsequently block read failed because of missing response from the spi device. This has been lead to a broken display initializing. Signed-off-by: Marco Krahl <ocram.lhark@gmail.com> Approved-by: Gregory Nutt <gnutt@nuttx.org> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
stm32_appinit.c | ||
stm32_autoleds.c | ||
stm32_boot.c | ||
stm32_bringup.c | ||
stm32_buttons.c | ||
stm32_extmem.c | ||
stm32_idle.c | ||
stm32_ili93414ws.c | ||
stm32_l3gd20.c | ||
stm32_lcd.c | ||
stm32_ostest.c | ||
stm32_spi.c | ||
stm32_stmpe811.c | ||
stm32_usb.c | ||
stm32_userleds.c | ||
stm32f429i-disco.h |