summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-3036-197/+202
* Move arp-related files from net/uip to net/arpGregory Nutt2014-05-304-13/+16
* snprintf(): If size is zero, then snprintf() should return the size of the r...Gregory Nutt2014-05-302-1/+3
* snprintf(): If size is zero, then snprintf() should return the size of the r...Gregory Nutt2014-05-301-7/+29
* Cosmetic changesGregory Nutt2014-05-284-2/+7
* STM32 RTC: Add retry to initialization logic. Sometime RTC initialization ta...Gregory Nutt2014-05-271-1/+3
* STM32 RTC: Add retry to initialization logic. Sometime RTC initialization ta...Gregory Nutt2014-05-271-14/+52
* CONFIG_START_YEAR/MONTH/DAY not required if an RTC is usedGregory Nutt2014-05-261-0/+3
* CONFIG_START_YEAR/MONTH/DAY not required if an RTC is usedGregory Nutt2014-05-261-0/+4
* Back out PX4 fixes that were reverted in PX4 repositoryGregory Nutt2014-05-253-26/+4
* ChangeLog updateGregory Nutt2014-05-251-1/+4
* mtd.h needs forward reference to struct spi_dev_sGregory Nutt2014-05-251-1/+3
* In-place SED edit can mess up permissions on WindowsGregory Nutt2014-05-251-1/+5
* Costmetic changes to memory manager debug outputGregory Nutt2014-05-242-3/+19
* Updated changelogGregory Nutt2014-05-231-0/+3
* STM32 I2C: Final fixes from Max Kriegleder et al.Gregory Nutt2014-05-231-45/+52
* Updated ChangeLogsGregory Nutt2014-05-232-1/+5
* Update viewtools/nsh configuratinGregory Nutt2014-05-232-50/+122
* CLE: Last bugfix commit was insufficientGregory Nutt2014-05-231-25/+11
* CLE: Was not returning the terminating newline characterGregory Nutt2014-05-231-0/+9
* Update ChangeLogsGregory Nutt2014-05-222-0/+12
* Change all variadic macros to C99 styleGregory Nutt2014-05-2253-173/+174
* Change bne to bne.n in irqrestore()Gregory Nutt2014-05-221-1/+1
* Update ChangeLogGregory Nutt2014-05-211-4/+16
* CC3000: Fix build when POLL is enabled. From Jussi Kivilinna.Gregory Nutt2014-05-211-14/+23
* CC3000: Fix a race condition in start-up of unsoliced_thread. From Jussi Ki...Gregory Nutt2014-05-211-0/+12
* Configuration has CC3000_SPI_MODE settings but source uses CONFIG_CC3000_SPIM...Gregory Nutt2014-05-212-4/+4
* Correct SPI mode for CC3000 is CPOL=0 CHPA=1. From Jussi KivilinnaGregory Nutt2014-05-211-2/+2
* Make sure that all references to up_prioritize_irq() are conditioned on CONFI...Gregory Nutt2014-05-201-0/+3
* Make sure that all references to up_prioritize_irq() are conditioned on CONFI...Gregory Nutt2014-05-2017-10/+48
* STM32 lowputc: Fix an error in conditional compilation. From Sami PelkonenGregory Nutt2014-05-202-1/+3
* sig_mqnotempty(): Test for a valid signal number inverted. From eero.nurkkalaGregory Nutt2014-05-202-1/+4
* SAM4E GPIO: Fix some compile errors when CONFIG_DEBUG_GPIO is enabledGregory Nutt2014-05-153-6/+12
* Misc changes while testing the SAM4E-EK LCD (still does not work)Gregory Nutt2014-05-144-16/+23
* SAM4E-EK: Ooops.. two touchscreen drivers(?)Gregory Nutt2014-05-144-300/+7
* Fix one error that I made in the last check-in (there are probably more)Gregory Nutt2014-05-142-31/+34
* Add an alternate STM32 I2C driver that works around errata in the F103 chip (...Gregory Nutt2014-05-144-4/+2669
* correct some columnar alignment and spacingGregory Nutt2014-05-131-390/+390
* STM32 I2C: Cosmetic changes in preparation to merge a changeGregory Nutt2014-05-131-42/+55
* SAM4E-EK: Add a touchscreen driver (untestd on initial checkin)Gregory Nutt2014-05-135-12/+388
* SAM4E-EK: Add a driver for the on-board LCD (not tested on initial check-ing)Gregory Nutt2014-05-138-241/+1472
* A fix to the last MB85RS1MT patchGregory Nutt2014-05-121-2/+7
* Add support for Fujitsu MB85RS1MT part. From Charles AshGregory Nutt2014-05-122-38/+57
* SAM4E: PIO definition clean-upGregory Nutt2014-05-122-30/+9
* Fix typo RBG -> RGB in several macrosGregory Nutt2014-05-126-40/+45
* Add ILI9325 register definition header fileGregory Nutt2014-05-122-1/+525
* Updated README and commentsGregory Nutt2014-05-102-9/+20
* STM32 I2C: Bring in PX4 fix for I2C in very high noise environments or with r...Gregory Nutt2014-05-103-3/+18
* Move prun from interpreters/ to system/; And an NSH built-in appliation that...Gregory Nutt2014-05-097-3/+275
* Move P-Code execution logic from interpreters/prun to system/prunGregory Nutt2014-05-0914-16/+30