- Feb 18, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 17, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Jussi Kivilinna authored
Allow board to configure HSE clock in bypass-mode. This is needed to enable HSE with Nucleo-F746ZG board.
-
Masayuki Ishikawa authored
LM3S Ethernet: Fix interrupt work in the last big commit. Approved-by: Gregory Nutt
-
Masayuki Ishikawa authored
-
- Feb 16, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
C library: Add ffs(). Add strings.h. Move strcasecmp, strncasecmp, bzero, bcmp, and bcopy to where they belong in strings.h.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Don't build libc/pthread if pthreasa are disable. Fix a warning in dirent logic if mountpoints are disabled.
-
Spahlinger, Michael authored
Fix for SAMv7 SPI: DLYBS value wass calculated, but never written to any registers. This led to incorrect timings on the bus.
-
- Feb 15, 2017
-
-
Gregory Nutt authored
-
David Sidrane authored
Kinetis Ethernet fix, add FTM3 Approved-by: Gregory Nutt
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
This defined the RMII clock source select bits and allows the selection to be made via Kconfig
-
Gregory Nutt authored
-
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.
-