summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-156-6/+5
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-1530-13/+54
* 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
* Add some inclusions of nuttx/net.h to two files. Without these there can be ...Gregory Nutt2015-02-132-0/+2
* Move the initialization of the networking subsystem to AFTER up_initialize is...Gregory Nutt2015-02-131-6/+6
* STM32 RTC driver lower half: Implement the settime method of the RTC interfaceGregory Nutt2015-02-133-5/+42
* Update ChangeLogGregory Nutt2015-02-131-0/+8
* Break out a new internal interface, stm32_rtc_setdatetime(). This eliminates...Gregory Nutt2015-02-135-16/+239
* Update ChangeLogGregory Nutt2015-02-131-0/+4
* Add an RTC upper half driver. This is the driver that is documented in inclu...Gregory Nutt2015-02-132-30/+624
* Move timer-related drivers from drivers/ to drivers/timers.Gregory Nutt2015-02-136-92/+162
* Update ChangeLogGregory Nutt2015-02-131-0/+8
* Removed all of the old, malformed RTC interface definitions from include/nutt...Gregory Nutt2015-02-132-0/+324
* Forgot to add a file in the last commitGregory Nutt2015-02-131-0/+96
* RTC: Remove all backdoor interfaces from rtc.hGregory Nutt2015-02-1324-230/+322
* Update ChangeLogGregory Nutt2015-02-131-0/+9
* Fix a problem in clock_systimer64 that occurs when (1) the 64-bit system time...Gregory Nutt2015-02-131-4/+3
* Update dates in all skeleton filesGregory Nutt2015-02-135-5/+5
* Cosmetic updates to commentsGregory Nutt2015-02-124-4/+6
* Renamed SPIDEV_GSENSOR to SPIDEV_ACCELEROMETER just because it looks better b...Gregory Nutt2015-02-123-27/+27
* Update ChangeLogGregory Nutt2015-02-128-27/+75
* Add driver for the Feescale MPL115A baramoter. From Alan Carvalho de AssisGregory Nutt2015-02-122-0/+516
* Viewtool STM32F107: Add support for an optional, add-on Freescale MPL115A bar...Gregory Nutt2015-02-126-1/+165
* Update ChangeLogGregory Nutt2015-02-122-1/+8
* gettimeofday() and settimeofday(): Move gittimeofdady() from sched/clock to ...Gregory Nutt2015-02-1211-76/+196
* More updates to README filesGregory Nutt2015-02-121-207/+4
* Updated README filesGregory Nutt2015-02-122-10/+184
* Purely costmetic updatesGregory Nutt2015-02-122-11/+17