- Dec 30, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Dec 29, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
-
Gregory Nutt authored
stm32f429i-disco: change ltdc initializing during boot up. This moves initializing of the ili9341 lcd and ltdc driver to the board specific initializing routine. Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
-
Gregory Nutt authored
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
-
Gregory Nutt authored
stm32: fix faulty access to non existing layer. This disables operation that requires double layer support, when configured for single layer only. Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
STM32F429i-Disco USB: Strangeness: Conditioned on OTGHS but called otgfs initialize routines. Must be something broken
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Dec 28, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Tiva SSI: Fix oversight in last commit. Would only fixe the case where the single SSI enabled was SSI0
-
Gregory Nutt authored
Tiva SSI: Fix some recent breakage to the Tiva SSI driver for the case where only one SSI modules is enabled
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Serial: Allow serial console selection even if /dev/console is disabled: There can still be a serial console with no file system at all
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Semaphores: sem_waitirq.c must be built when signals are disabled. That is because not handles not only the case of semaphore wait being awakened by a signal, but also the case with sem_timedwait.c when the semaphore wait is awakened by a timeout.
-
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
-
Gregory Nutt authored
-
- Dec 27, 2014
-
-
Gregory Nutt authored
Remove STM32-specific RX flow control logic from the upper level serial driver to the lower level STM32 serial driver
-
Gregory Nutt authored
Serial RX Flow Control: Fix a bunch of compile problems introduced into unbuilt, conditioned out logic
-