Gregory Nutt
|
2238912507
|
Fix some backward conditional compilation
|
2017-02-25 18:32:58 -06:00 |
|
Gregory Nutt
|
3112292ab0
|
Fix copy copy/paste errors in some comments.
|
2017-02-25 16:13:29 -06:00 |
|
Gregory Nutt
|
f15f17a63d
|
Wireless and TSC: Add infrastructure to assure that all IOCTL commands are uniquely numbered.
|
2017-02-25 15:48:25 -06:00 |
|
Gregory Nutt
|
eb984e08d9
|
CAN: Add infrastructure to assure that all CAN IOCTL commands are uniquely numbered.
|
2017-02-25 15:28:27 -06:00 |
|
Gregory Nutt
|
b0efacebe1
|
include/nuttx/analog: Add an ioctl.h header file to coordinate analogic driver IOCTL commands.
|
2017-02-25 15:13:30 -06:00 |
|
Gregory Nutt
|
48bc77ee6b
|
Update some comments.
|
2017-02-25 12:40:30 -06:00 |
|
Gregory Nutt
|
d77d322a61
|
QEncoder: Add mechanism to assure that architecture-specific IOCTL commands do not overlap.
|
2017-02-25 11:15:59 -06:00 |
|
Gregory Nutt
|
12a4a58aa6
|
Update some wdog-related comments
|
2017-02-24 10:58:37 -06:00 |
|
Gregory Nutt
|
8c7ec7419a
|
Eliminate a warning
|
2017-02-22 14:04:06 -06:00 |
|
Gregory Nutt
|
4539988d00
|
Removed CONFIG_LIBC_ARCH_BZERO. bzero() is a deprecated interface. There are no architecture-specific replacements and, if there were, they should replace memset(), not bzero().
|
2017-02-22 10:41:49 -06:00 |
|
Gregory Nutt
|
fb0e4d66c0
|
Fix ordering of parameters in call to memmove() in strings.h. Noted by David Sidrane.
|
2017-02-22 10:34:10 -06:00 |
|
Gregory Nutt
|
cb7c5f9921
|
Implement strings.h macros as inline functions when possible for better C++ compatibility.
|
2017-02-22 10:20:58 -06:00 |
|
Gregory Nutt
|
22a8c2178d
|
cstring: undefine macros defined in new strings.h.
|
2017-02-22 06:59:39 -06:00 |
|
Gregory Nutt
|
c776407f64
|
This should resolve issue #30: Audio Tone Generator and PWM Multiple Output Channel options. I don't actually have a setup to verify it, however.
|
2017-02-20 17:26:56 -06:00 |
|
Gregory Nutt
|
426d18a8ea
|
Update some comments
|
2017-02-20 14:31:43 -06:00 |
|
Gregory Nutt
|
59a189be74
|
Update some comments.
|
2017-02-20 12:46:22 -06:00 |
|
Gregory Nutt
|
6e32d74b33
|
Cosmetic changes from review of the last PR
|
2017-02-19 11:49:42 -06:00 |
|
raiden00
|
82cb38c824
|
drivers/sensors: Add driver for the ST L3GD20 3 axis gyro
|
2017-02-19 17:43:44 +01:00 |
|
Gregory Nutt
|
e29b50e00a
|
Fix recurring naming problem: KXTJ9 vs KXJT9.
|
2017-02-18 08:08:41 -06:00 |
|
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
|
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
|
a49b349614
|
C library: Add swab()
|
2017-02-16 14:42:27 -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
|
e7404280e8
|
fstat(): Add syscall support
|
2017-02-14 10:44:01 -06:00 |
|
Gregory Nutt
|
b4695c5ee9
|
hostfs: Add support for fstat().
|
2017-02-14 09:54:08 -06:00 |
|
Gregory Nutt
|
6bcace62a8
|
Update some C++ header files
|
2017-02-14 07:48:54 -06:00 |
|
Gregory Nutt
|
10378bb10b
|
fstat: Add fstat() support to nfs.
|
2017-02-13 10:07:43 -06:00 |
|
Gregory Nutt
|
7d91fabf01
|
fstat: Add skeleton implmentations of fstat() in all file systems.
|
2017-02-12 13:42:27 -06:00 |
|
Gregory Nutt
|
c5a8e96dbc
|
Add basic fstat() support. Now all that is needed is to modify ALL of the file systems.
|
2017-02-12 12:48:24 -06:00 |
|
Gregory Nutt
|
9a3af1a3e0
|
Update TODO list
|
2017-02-12 12:10:46 -06:00 |
|
Gregory Nutt
|
de1b68dc4e
|
libc/Kconfig: Break big Kconfig up into separate Kconfig files in each libc subdirectory.
|
2017-02-10 09:32:55 -06:00 |
|
Gregory Nutt
|
c19aa094e1
|
C Library: Add setbuf() which is a trivial wrapper around setvbuf().
|
2017-02-09 15:04:53 -06:00 |
|
Alan Carvalho de Assis
|
248d5d3185
|
MMC/SD SDIO: Some drivers need to start DMA before sending CMD24 and some AFTER
|
2017-02-09 11:13:05 -06:00 |
|
Gregory Nutt
|
1d290c2b37
|
setvbuf: Add support for disabling I/O buffering. Initially cut; untested.
|
2017-02-09 09:24:44 -06:00 |
|
Gregory Nutt
|
9f859774a1
|
setvbuf: Add support for configuration of line buffering.
|
2017-02-08 11:28:24 -06:00 |
|
Gregory Nutt
|
51a14c9b2f
|
C Library: Add a very limited, first step implementation of setvbuf(). This is a collaborative effort. Alan Carvalho de Assis did the initial prototype.
|
2017-02-08 10:33:18 -06:00 |
|
Gregory Nutt
|
2d2fe301cb
|
Update some comments; link counter can be uint8_t; Add a debug assertion.
|
2017-02-07 15:50:54 -06:00 |
|
Gregory Nutt
|
b758176963
|
stat(): Add logic to avoid infinite recursive in circular paths containing soft links.
|
2017-02-07 12:32:45 -06:00 |
|
Gregory Nutt
|
62a1f6f110
|
up_timer_initialize() is named incorrectly. The prefix should be the architecture name, not up_ since it is private to the architecture. up_timerisr() is similarly misnamed and should also be private since it is used only with the xyz_timerisr.c files. Also updat TODO list.
|
2017-02-07 10:35:04 -06:00 |
|
Gregory Nutt
|
36704b7d9c
|
FS: Argument is now a structure describing the search.
|
2017-02-04 11:21:44 -06:00 |
|
Gregory Nutt
|
982cfea490
|
Remove some unnecessary (and inappropriate) soft link logic
|
2017-02-03 15:50:41 -06:00 |
|
Gregory Nutt
|
4417e74977
|
Soft links: Add an (untested) implementation of readlink()
|
2017-02-03 13:57:12 -06:00 |
|
Gregory Nutt
|
60ba5a5261
|
Soft links: Fix logic and remove kludge of last commit. Rename inode_dereference() as inode_linktarget() and make global.
|
2017-02-03 13:22:33 -06:00 |
|
Gregory Nutt
|
7c59e05305
|
FS: Separate inode_search() and inode_free() from fs_inode.c and put in separate files. Flesh out symbolic link logic in stat() and readdir(). There are still some issues with stat().
|
2017-02-03 11:23:57 -06:00 |
|
Gregory Nutt
|
b39d962021
|
Soft links: Update Documentation, rename file, add system calls
|
2017-02-02 17:11:08 -06:00 |
|