summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add some commentsGregory Nutt2015-02-191-0/+16
* Back out definition of mbstate_t. That is a mistakeGregory Nutt2015-02-192-1/+4
* Add mbstate_t to wchar.h and cwcharGregory Nutt2015-02-192-6/+22
* Add an empty cwchar fileGregory Nutt2015-02-191-0/+49
* C++: Remove 'using ::timeval' from ctime. struct timeval was recently move t...Gregory Nutt2015-02-181-1/+0
* Update ChangeLogGregory Nutt2015-02-181-1/+3
* VFS: The inode unlink method should not be support if operations on the root ...Gregory Nutt2015-02-1810-2/+73
* The RTC ioctl() method is now a configuration optionGregory Nutt2015-02-184-1/+14
* Add an IOCTL method to the RTC interfaceGregory Nutt2015-02-183-1/+27
* Fix a couple of typos in recent commit. Found by David SidraneGregory Nutt2015-02-172-2/+2
* Update ChangeLogGregory Nutt2015-02-171-0/+5
* mkfatfs: use DMA memory for mkfatfs when neededGregory Nutt2015-02-171-0/+9
* Tiva ADC: Should not have its own ADC debug. Should use the common Analog d...Gregory Nutt2015-02-171-50/+36
* Update ChangeLogGregory Nutt2015-02-171-0/+5
* tm4c123g-launchad: Add ADC support. From Calvin Maguranis.Gregory Nutt2015-02-172-1/+5
* Tiva: Updated files to allow for ADC triggering by the timer. I’ve cleaned ...Gregory Nutt2015-02-175-952/+832
* NSH: The default priority of the network initialization thread should be lowe...Gregory Nutt2015-02-174-4/+4
* Ooops... accidentally backed out a good change. Must have had the wrong vers...Gregory Nutt2015-02-171-1/+1
* Tiva SPI: Cosmetic improvementsGregory Nutt2015-02-171-2/+14
* Fix a typo: include vs incldueGregory Nutt2015-02-171-2/+3
* include, not incldueGregory Nutt2015-02-171-1/+1
* Update ChangeLogGregory Nutt2015-02-171-0/+8
* Add a mostly-commented-out version of the standard netdb.h header fileGregory Nutt2015-02-171-0/+280
* 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-173-21/+60
* Move some useful internal macros from udp_send.c and put them in ip.h where t...Gregory Nutt2015-02-172-16/+45
* Update ChangeLogGregory Nutt2015-02-161-0/+2
* EFM32 USB Device: Is not basically functional with this change. From Pierre...Gregory Nutt2015-02-162-25/+49
* Purely cosmetic changes resulting from last review IPv6 UDP changeGregory Nutt2015-02-164-52/+106
* IPv4 mapping to IPv6 implementation. Just for UDP. From Macs NeklyudovGregory Nutt2015-02-163-12/+76
* Fix a compilation error. From Macs NeklyudovGregory Nutt2015-02-161-1/+1
* Standardize some header filesGregory Nutt2015-02-1630-55/+63
* Missed a Kconfig definition in the last commitGregory Nutt2015-02-162-3/+7
* Updata ChangeLogGregory Nutt2015-02-161-0/+3
* STM32 RTC: Extend the RTC interface to support reading subseconds. From Juss...Gregory Nutt2015-02-163-4/+94
* Some files that now include sys/time.h should no longer include timer.hGregory Nutt2015-02-153-3/+5
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-1515-11/+37
* Update ChangeLogGregory Nutt2015-02-151-0/+2
* Move struct timveval from include/time.h to include/sys/time.h where it belongs.Gregory Nutt2015-02-156-34/+49
* Add some trivial documentation for the RTC driverGregory Nutt2015-02-151-7/+67
* Add support for RTC driver to the STM32F4-Discovery boardGregory Nutt2015-02-155-10/+56
* Remove an unused variableGregory Nutt2015-02-151-2/+1
* RTC: A little more clean-up of the RTC driverGregory Nutt2015-02-154-16/+145
* Stray semicolon caused compile failure when IPv6 enabledGregory Nutt2015-02-141-1/+1
* Update ChangeLogGregory Nutt2015-02-141-0/+7
* Networking: Divide net_intiialize() into net_setup() and net_initialize() to ...Gregory Nutt2015-02-145-30/+150
* Update ChangeLogGregory Nutt2015-02-132-4/+3
* Back out commit d998cbdfa6c10dbd8074dd43c39c23a006505987Gregory Nutt2015-02-131-6/+6
* STM32 RTC: Implement the rdtime() method of the RTC lower half interfaceGregory Nutt2015-02-131-1/+33
* Update ChangeLogGregory Nutt2015-02-131-0/+6