- Mar 20, 2017
-
-
no1wudi authored
fix a typo Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
no1wudi authored
-
Gregory Nutt authored
-
- Mar 19, 2017
-
-
Gregory Nutt authored
XMC4xxx: Simply some USIC logic, add USIC interface to disable a channel. Add USIC enable logic to UART configuration (a lot more to do there).
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Mateusz Szafoni authored
STM32F3: Add COMP support Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
-
raiden00pl authored
-
raiden00pl authored
-
raiden00pl authored
-
Gregory Nutt authored
XMC4xxx: Revise configuration for USICs. Three USICs but 4 UARTs possible with each channel of USIC.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Mar 18, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Heesub Shin authored
mtd/progmem: fix incorrect target address calculation Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Mateusz Szafoni authored
STM32F33: Move DMA logic to a separate files + add ADC support Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
-
Heesub Shin authored
progmem_read/write() is incorrectly calculating the target address, expecting the offset argument is given in a block number. This is completely wrong and as a result invalid flash region is accessed. Byte-oriented read/write interfaces of mtd device accept the target address in a byte offset, not a block number. Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
-
raiden00pl authored
-
raiden00pl authored
-
raiden00pl authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
David Cabecinhas authored
ARM: Fix off-by-one interrupt stack allocation (revert missed change in up_initialize.c) Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Brian Webb authored
USB Host driver for the XBox One game controller Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Brian Webb authored
Adds driver support for the XBox One controller. Currently only the latest version (XBox One X) controller works. The older XBox One controllers do not enumerate correctly.
-
- Mar 17, 2017
-
-
Jussi Kivilinna authored
vsnprintf(): If size is zero, then vsnprintf() should return the size of the required buffer without writing anything. This is same fix that was done for snprintf in 2014 by commit 59846a8f.
-
Jussi Kivilinna authored
libc: printf: fix precision for string formatting. Fixes use of format precision to truncate input string.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-