- Feb 15, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
procfs: Most stat() implementations were not initializating the st_atime, st_ctime, and st_mtime fields.
-
Gregory Nutt authored
fstat(): Rethink procfs fstat(). If write method is supported, then should report file s writeable.
-
Gregory Nutt authored
LPC43: Rename HAVE_CONSOLE to HAVE_SERIAL_CONSOLE. We can, of course, always have a some console other than a serial console.
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
LPC43 serial: Correct conditional logi that selects /dev/ttySN. Problem noted by Alan Carvalho de Assis.
-
David Sidrane authored
Upstream kinetis Approved-by: Gregory Nutt
-
- Feb 14, 2017
-
-
David Sidrane authored
-
David Sidrane authored
Update Console to match README.txt
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
procfs: When addition of memset from previous commit, it is no longer necessary to set individual fields to zero.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
David Sidrane authored
Upstream kinetis Approved-by: Gregory Nutt
-
David Sidrane authored
Added K66 FMC register definition
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
Added ALT version of RNGA, FTM2, DAC0 as a facility to later define secondary access via AIPS1 to these peripherals
-
David Sidrane authored
-
- Feb 13, 2017
-
-
David Sidrane authored
-
David Sidrane authored
The K whole family line has max 4 or each. But the supported parts have the maximums listed below: K46 and K66 3 SPI SPI0-SPI2 K46 and K66 4 I2C I2C0-I2C3
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
Gregory Nutt authored
fs/inode/inode.h: Fix a warning 'inode/inode.h:264:45: error: 'struct stat' declared inside parameter list' by adding a forward reference to struct stat. Noted by David Sidrane.
-
Gregory Nutt authored
-
Gregory Nutt authored
ROMFS: Back out 29028bcd. A cool idea, but loses the EXECUTABLE bit in the file type.
-
Gregory Nutt authored
-