- Oct 01, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Neil Hancock authored
-
- Sep 30, 2016
-
-
Vytautas Lukenskas authored
There are some small problems in LPC43xx RS485 mode configuration. In particular: 1. UART0,2,3 do not have DTR pins (different from UART1), so, Kconfig needs to be adjusted. 2. lpc43_uart.c in RS485 mode only configures DIR pin, but doesn't enable pin output for UART0,2,3. 3. should be option to reverse DIR control pin output polarity. 4. lpc43xx/chip/lpc43_uart.h doesn't have USART3 definitions. NOTE: I didn't modified and didn't tested USART1, as it has different hardware. From Vytautas Lukenskas.
-
- Sep 26, 2016
-
-
Gregory Nutt authored
Add a new ioctl command (set MAXPOS) for tiva QEI
-
Young authored
-
Young authored
-
- Sep 25, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix calculations using MSEC_PER_TICK. If USEC_PER_TICK is less than 1000, then MSEC_PER_TICK will be zero. It will be inaccurate in any case.
-
- Sep 22, 2016
-
-
Gregory Nutt authored
-
Petteri Aimonen authored
libnx/nxglib: Fix handling of near-horizontal lines of width 1 in nxgl_splitline(). Missing handling for degenerate condition caused width 1 lines such as (0, 0) - (100, 10) to have gaps in the drawing.
-
Gregory Nutt authored
-
Gregory Nutt authored
Corrects a bad assertion noted by Pierre-noel Bouteville. Also fixes a reference counting problem in an error condition: When the mountpoint inode is found but is not an appropriate mountpoint, the reference count on the inode was not being decremented.
-
Sagitta Li authored
-
Gregory Nutt authored
Remove GPIO_ETH_RMII_TX_CLK. TX_CLK is not present in RMII + sched/: Define 'group' even if HAVE_GROUPID is not set
-
Mateusz Szafoni authored
-
Mateusz Szafoni authored
-
- Sep 21, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Add QEI lower-half driver impl. for Tiva series chip
-
Young authored
-
Young authored
-
- Sep 20, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
SAM3/4: Fix GPIO pull-up/down code.
-
Wolfgang Reißnegger authored
Enabling the pull-down resistor while the pull-up resistor is still enabled is not possible. In this case, the write of PIO_PPDER for the relevant I/O line is discarded. Likewise, enabling the pull-up resistor while the pull-down resistor is still enabled is not possible. In this case, the write of PIO_PUER for the relevant I/O line is discarded.
-
Vladimir Komendantskiy authored
-
Gregory Nutt authored
-
Gregory Nutt authored
All SAM Ethernet Drivers: Add support so that the drivers can be built with CONFIG_NET_MULTIBUFFER=y
-
Marc Rechté authored
-
- Sep 17, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 16, 2016
-
-
Alan Carvalho de Assis authored
drivers/sensors: Adds support for the Sensixs XEN1210 3D-boar. This sensor is used on NANOSATC-BR2 a Brazillian CUBESAT project.
-
Gregory Nutt authored
-
Gregory Nutt authored
include/nuttx/modem: Move all modem-related IOCTL commands to a common file to assure that they will be unique
-
- Sep 15, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Pierre-noel Bouteville authored
-
Gregory Nutt authored
-