- 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
-
Gregory Nutt authored
Basic Support for STM32L476 MDK Board
-
- Sep 14, 2016
-
-
Jim Wylder authored
The Motorola MDK is based off of an earlier version of NuttX. This only provides a basic nsh shell. Signed-off-by: Jim Wylder <jwylder@motorola.com>
-
Jim Wylder authored
For STM32L4 parts, the higher number USART ports supported varies. Add the HAVE_USARTx definitions to the configuration to allow enabling the higher numbered USART ports. Signed-off-by: Jim Wylder <jwylder@motorola.com>
-
- Sep 07, 2016
-
-
Gregory Nutt authored
-