- Oct 24, 2014
-
-
Gregory Nutt authored
-
- Oct 23, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 22, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 21, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
The olimex-efm32g880f128-stk now defaults to use LEUART1 as the serial console. Also fixes lots of compile bugs from the original LEUART checkin
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 20, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
initializing As long as the method up_spiinitialize recognized the initialized state of the spi device by the spi enable flag of the cr1 register, it isn't safe to disable the spi device outside of the nuttx spi interface structure. But this has to be done as long as the nuttx spi interface doesn't support bidirectional data transfer for multiple devices share one spi bus. This wrapper store the initialized state of the spi device after the first initializing and should be used by each driver who shares the spi5 bus. Note! Understand this as temporary workaround. Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
-
Gregory Nutt authored
This adds a new default platform configuration to support the lcd device connected to the stm32f429i-disco board. Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
-
Gregory Nutt authored
This enables build and configuration of the ili9341 lcd interface driver. Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
-
Gregory Nutt authored
This enables build and configuration of the ili94314ws sub driver. Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
-
Gregory Nutt authored
This enables the initializing of the lcd device connected on the stm32f429i-disco. The following methods are provided: - up_lcdinitialize - up_lcduninitialize - up_lcdgetdev The corresponding ili9341 lcd device in the nuttx driver section can be configured by Kconfig. Interface 0 is used by default. Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
-