summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Adjust microMIPS compile options to enable interlinking with 32-bit codeGregory Nutt2015-02-251-2/+7
* Add some definitions expected by NFS. Noted by Orbital FoxGregory Nutt2015-02-251-0/+2
* Some typos noted by David SidraneGregory Nutt2015-02-231-2/+2
* VFS: The inode unlink method should not be support if operations on the root ...Gregory Nutt2015-02-182-0/+6
* The RTC ioctl() method is now a configuration optionGregory Nutt2015-02-181-1/+3
* Add an IOCTL method to the RTC interfaceGregory Nutt2015-02-181-0/+15
* Add support for the restrict keywordGregory Nutt2015-02-171-1/+4
* Move some useful internal logic from recvfrom.c and udp_callback.c and put th...Gregory Nutt2015-02-171-5/+38
* Move some useful internal macros from udp_send.c and put them in ip.h where t...Gregory Nutt2015-02-171-0/+41
* Purely cosmetic changes resulting from last review IPv6 UDP changeGregory Nutt2015-02-161-29/+67
* Standardize some header filesGregory Nutt2015-02-1612-30/+36
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-151-0/+1
* Move struct timveval from include/time.h to include/sys/time.h where it belongs.Gregory Nutt2015-02-152-14/+17
* Add support for RTC driver to the STM32F4-Discovery boardGregory Nutt2015-02-151-1/+1
* RTC: A little more clean-up of the RTC driverGregory Nutt2015-02-151-0/+16
* Networking: Divide net_intiialize() into net_setup() and net_initialize() to ...Gregory Nutt2015-02-141-17/+44
* STM32 RTC driver lower half: Implement the settime method of the RTC interfaceGregory Nutt2015-02-131-1/+2
* Break out a new internal interface, stm32_rtc_setdatetime(). This eliminates...Gregory Nutt2015-02-131-1/+3
* Add an RTC upper half driver. This is the driver that is documented in inclu...Gregory Nutt2015-02-131-30/+35
* Removed all of the old, malformed RTC interface definitions from include/nutt...Gregory Nutt2015-02-132-0/+324
* RTC: Remove all backdoor interfaces from rtc.hGregory Nutt2015-02-132-162/+124
* Cosmetic updates to commentsGregory Nutt2015-02-121-1/+1
* Renamed SPIDEV_GSENSOR to SPIDEV_ACCELEROMETER just because it looks better b...Gregory Nutt2015-02-121-20/+20
* Update ChangeLogGregory Nutt2015-02-122-7/+10
* Add driver for the Feescale MPL115A baramoter. From Alan Carvalho de AssisGregory Nutt2015-02-121-0/+120
* gettimeofday() and settimeofday(): Move gittimeofdady() from sched/clock to ...Gregory Nutt2015-02-121-10/+11
* Added a forward reference to struct inode to avoid warning about mismatching ...Gregory Nutt2015-02-101-2/+4
* Networking: Clean up and consolidate some clunky stuff by adding new net_tim...Gregory Nutt2015-02-091-1/+26
* Update ChangeLogGregory Nutt2015-02-081-3/+3
* SYSLOG: Add an option to use the syslog'ing device as the system consolution....Gregory Nutt2015-02-081-0/+102
* Remove inclusion of some un-necessary header files.Gregory Nutt2015-02-061-13/+19
* IPv6: Separate function that converts prefix lengths to a netmaskGregory Nutt2015-02-061-15/+24
* Make some conditional compilation consistentGregory Nutt2015-02-051-1/+1
* Networking: Changes need to build ICMPv6 'router' configuration on STM32 with...Gregory Nutt2015-02-052-2/+4
* IPv6: Add a netmaks for the local link addressGregory Nutt2015-02-051-4/+5
* Networking: Break out Ethernet definitions into a separate file; add IPv6 mu...Gregory Nutt2015-02-043-23/+141
* STM32: Add driver for STM32L162XX AES peripheral. Signed-off-by: Juha Niskan...Gregory Nutt2015-02-041-0/+4
* Networking: Add support for sending ICMPv6 Router Solicitation and receiving...Gregory Nutt2015-02-031-6/+110
* Add an ioctal() that can be used to perform ICMPv6 auto-configurationGregory Nutt2015-02-031-68/+69
* Convert the 64-bit usec limit to a 32-bit tick limitGregory Nutt2015-02-031-10/+15
* On my platform I have just 16-bit timer clocked at 32kHz. As result oneshot t...Gregory Nutt2015-02-031-1/+18
* drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of th...Gregory Nutt2015-02-011-7/+16
* Remove execute privileges from some header filesGregory Nutt2015-02-016-0/+0
* Add an unlink method to block driver interface. Same motivataion as for the ...Gregory Nutt2015-01-311-2/+3
* VFS: Add an unlink method to the character driver interface. This is import...Gregory Nutt2015-01-311-3/+4
* Unix domain/FIFOs: Fix a race condition between FIFO buffer operations and t...Gregory Nutt2015-01-301-0/+13
* Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-271-0/+26
|\
| * Networking: The are issues with the TCP write-ahead buffering if CONFIG_NET_...Gregory Nutt2015-01-271-0/+26
* | Various fixes to get Unix domain sockets to build on the simulator without Et...Gregory Nutt2015-01-271-1/+9
|/
* Add math library defines for nan functions. From Brennan Ashton.Gregory Nutt2015-01-261-0/+8