- Aug 07, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 06, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Enable TM4C1294-launchpad board build
-
Young authored
-
Gregory Nutt authored
-
Young authored
-
Alan Carvalho de Assis authored
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Young authored
-
- Aug 05, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
drivers/spi: Add an SPI character driver that will permit access to the SPI bus for testing purposes. This driver is a simple wrapper around spi_transfer().
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Add tiva PWM lower-half driver implementation
-
Young authored
-
Young authored
-
- Aug 04, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Extend I/O Expander interrupt controls; Add test of level sensitve interrupt to Simulated I/O expander
-
Gregory Nutt authored
-
- Aug 03, 2016
-
-
Gregory Nutt authored
Add tools/sethost.sh. This is a script that you can use to quickly change the host platform from Linux to Windows/Cygwin. Might save you a lot of headaches.
-
Gregory Nutt authored
FAT performance improvement. In large files, seeking to a position fromt he beginning of the file can be very time consuming. ftell does lssek(fd, 0, SET_CURR). In that case, that is wasted time since we are going to seek to the same position. This fix short-circutes fat_seek() in all cases where we attempt to seek to curren position. Suggested by Nate Weibley
-
Gregory Nutt authored
I/O Expanders: Interrupt detection logic should not ignore the no-change case. Still need to handle level interrupts even with no change.
-
Gregory Nutt authored
Fix various issues with I/O expander and GPIO lower half drivers from testing with simulated I/O expander
-
Gregory Nutt authored
-
Gregory Nutt authored
SIM I/O Expander: Add logic to simulate inverted pins and to generate toggle values on interrupt input pins
-
Gregory Nutt authored
-
Gregory Nutt authored
-