Gregory Nutt
|
acf020c649
|
Add setbuf and setvbuf to cstdio.
|
2017-02-17 10:06:30 -06:00 |
|
Gregory Nutt
|
7a4d498b42
|
wctype.h needs extern C
|
2017-02-17 09:48:55 -06:00 |
|
Gregory Nutt
|
673b2ed2bf
|
Update cwchar. Add cwctype.
|
2017-02-17 09:45:54 -06:00 |
|
Gregory Nutt
|
74160ccc4e
|
Add syscall support for fstatfs.
|
2017-02-17 08:46:07 -06:00 |
|
Gregory Nutt
|
656935ed7e
|
C library: Add fstatfs(); fix a reference counting error in fstat().
|
2017-02-17 08:35:59 -06:00 |
|
Jussi Kivilinna
|
dd1aa2357b
|
Allow board to configure HSE clock in bypass-mode. This is needed to enable HSE with Nucleo-F746ZG board.
|
2017-02-17 07:15:22 -06:00 |
|
Masayuki Ishikawa
|
351d46444c
|
Merged in masayuki2009/nuttx.nuttx/fix_lm3s_ethernet (pull request #213)
LM3S Ethernet: Fix interrupt work in the last big commit.
Approved-by: Gregory Nutt
|
2017-02-17 13:04:40 +00:00 |
|
Masayuki Ishikawa
|
add2fbfa85
|
LM3S Ethernet: Fix interrupt work in the last big commit.
|
2017-02-17 17:40:58 +09:00 |
|
Gregory Nutt
|
6c6d649b7c
|
Update document
|
2017-02-16 17:18:50 -06:00 |
|
Gregory Nutt
|
5c94f64dee
|
Update document
|
2017-02-16 16:54:03 -06:00 |
|
Gregory Nutt
|
4d23bfd73d
|
Update libc/libc.csv
|
2017-02-16 16:35:24 -06:00 |
|
Gregory Nutt
|
4f5879f998
|
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.
|
2017-02-16 16:10:09 -06:00 |
|
Gregory Nutt
|
6d1f3da289
|
C library: Add support for rindex().
|
2017-02-16 15:22:30 -06:00 |
|
Gregory Nutt
|
2cfbf9c8d8
|
C library: Add strtoimax and strtoumax.
|
2017-02-16 15:12:37 -06:00 |
|
Gregory Nutt
|
4ed3ae19d7
|
Add file that I forgot to add in last commit. Move libc/stdlib/lib_imaxabs.c to inittypes/.
|
2017-02-16 14:54:35 -06:00 |
|
Gregory Nutt
|
a49b349614
|
C library: Add swab()
|
2017-02-16 14:42:27 -06:00 |
|
Gregory Nutt
|
3b351615be
|
Kinetis K66: Change necessary for correct build.
|
2017-02-16 11:33:36 -06:00 |
|
Gregory Nutt
|
fed9d5a0f8
|
cunistd: Fix stray single back quote the crept in in last commit.
|
2017-02-16 11:22:02 -06:00 |
|
Gregory Nutt
|
b4d378adb8
|
Don't build libc/pthread if pthreasa are disable. Fix a warning in dirent logic if mountpoints are disabled.
|
2017-02-16 09:53:13 -06:00 |
|
Spahlinger, Michael
|
42e8b12ec3
|
Fix for SAMv7 SPI: DLYBS value wass calculated, but never written to any registers. This led to incorrect timings on the bus.
|
2017-02-16 07:42:37 -06:00 |
|
Gregory Nutt
|
c3bfccf293
|
Kinetis PWM: Purely cosmetic changes from review.
|
2017-02-15 17:54:55 -06:00 |
|
David Sidrane
|
ccf085f30e
|
Merged in david_s5/nuttx/upstream_kinetis (pull request #212)
Kinetis Ethernet fix, add FTM3
Approved-by: Gregory Nutt
|
2017-02-15 23:50:19 +00:00 |
|
David Sidrane
|
7bb55330f2
|
Kinetis refreshed freedom-k64f netnsh config
|
2017-02-15 13:42:36 -10:00 |
|
David Sidrane
|
40c4e1c94d
|
Kinetis refreshed freedom-k66f nsh config
|
2017-02-15 13:42:36 -10:00 |
|
David Sidrane
|
ec9fda4c8c
|
Kinetis:Freedom-K66F uses ENET_1588_CLKIN as RMII clock
|
2017-02-15 13:42:36 -10:00 |
|
David Sidrane
|
acc8c4bf28
|
Kinetis: Define FTM3 Pins
|
2017-02-15 13:42:36 -10:00 |
|
David Sidrane
|
c83af148b1
|
Kinetis:Add FTM3 to PWM
|
2017-02-15 13:42:36 -10:00 |
|
David Sidrane
|
a95a6c43d3
|
Kinetis Support RMII clock source select
This defined the RMII clock source select bits and allows
the selection to be made via Kconfig
|
2017-02-15 13:42:36 -10:00 |
|
Gregory Nutt
|
be7a904d1b
|
procfs skeleton: Some additional, purely cosmetic updates.
|
2017-02-15 12:47:51 -06:00 |
|
Gregory Nutt
|
504f677c20
|
procfs skeleton file should include an example write method.
|
2017-02-15 12:40:30 -06:00 |
|
Gregory Nutt
|
c67943ed1d
|
procfs: Most stat() implementations were not initializating the st_atime, st_ctime, and st_mtime fields.
|
2017-02-15 09:59:09 -06:00 |
|
Gregory Nutt
|
bae367c7c4
|
fstat(): Rethink procfs fstat(). If write method is supported, then should report file s writeable.
|
2017-02-15 09:32:42 -06:00 |
|
Gregory Nutt
|
1474300276
|
LPC43: Rename HAVE_CONSOLE to HAVE_SERIAL_CONSOLE. We can, of course, always have a some console other than a serial console.
|
2017-02-15 07:23:18 -06:00 |
|
Alan Carvalho de Assis
|
058f06cc94
|
Fix typos introduced in previous commit
|
2017-02-15 07:16:15 -06:00 |
|
Gregory Nutt
|
077adf863e
|
Merge branch 'master' of bitbucket.org:nuttx/nuttx
|
2017-02-14 19:31:58 -06:00 |
|
Alan Carvalho de Assis
|
1b996f1c7c
|
Add usbnsh config to Bambino 200E board
|
2017-02-14 19:31:39 -06:00 |
|
Gregory Nutt
|
4043dd4aa0
|
LPC43 serial: Correct conditional logi that selects /dev/ttySN. Problem noted by Alan Carvalho de Assis.
|
2017-02-14 19:12:11 -06:00 |
|
David Sidrane
|
2809d73ced
|
Merged in david_s5/nuttx/upstream_kinetis (pull request #211)
Upstream kinetis
Approved-by: Gregory Nutt
|
2017-02-15 01:03:27 +00:00 |
|
David Sidrane
|
81345c9d42
|
Kinetis: Updated Freedom-K66F Readme
|
2017-02-14 09:15:42 -10:00 |
|
David Sidrane
|
3fb6064efe
|
Kinteis: Freedom-K66F refreshed config
Update Console to match README.txt
|
2017-02-14 09:15:42 -10:00 |
|
David Sidrane
|
82e93bb3f0
|
Kinetis: Map Freedom-K66F Ethernet pins
|
2017-02-14 09:15:23 -10:00 |
|
David Sidrane
|
3423a4ecc2
|
Kinetis: Add comment the Freedom-K66F uses KSZ8081 PHY
|
2017-02-14 09:15:23 -10:00 |
|
David Sidrane
|
35fc713931
|
Kinetis K64 and K66 share mpu files
|
2017-02-14 09:15:23 -10:00 |
|
Gregory Nutt
|
e7404280e8
|
fstat(): Add syscall support
|
2017-02-14 10:44:01 -06:00 |
|
Gregory Nutt
|
ef8d207118
|
smartfs: Add support for fstat().
|
2017-02-14 10:30:11 -06:00 |
|
Gregory Nutt
|
c5df283822
|
procfs: Add support for fstat().
|
2017-02-14 10:00:15 -06:00 |
|
Gregory Nutt
|
b4695c5ee9
|
hostfs: Add support for fstat().
|
2017-02-14 09:54:08 -06:00 |
|
Gregory Nutt
|
e8d6676e18
|
procfs: When addition of memset from previous commit, it is no longer necessary to set individual fields to zero.
|
2017-02-14 09:03:48 -06:00 |
|
Gregory Nutt
|
74d30a0dbc
|
procfs: stat() left several fields in uninitialized state.
|
2017-02-14 09:00:48 -06:00 |
|
Gregory Nutt
|
191fb658d0
|
nfs: Simplify parameters saved for fstat()
|
2017-02-14 08:16:03 -06:00 |
|