summaryrefslogtreecommitdiffstats
path: root/nuttx/Documentation/NuttX.html
AgeCommit message (Collapse)AuthorFilesLines
2015-01-28Documentation: Add Unix domain sockets to the feature listGregory Nutt1-2/+10
2015-01-26Prep for NuttX-7.7 releaseGregory Nutt1-20/+104
2015-01-24Some minor clean-up of IPv4/6 flagsGregory Nutt1-2/+2
2014-12-18Update documentationGregory Nutt1-8/+15
2014-11-26Add some discussio of the LPC4357 to documentation and README filesGregory Nutt1-28/+55
2014-11-26Preparing for NuttX-7.6 ReleaseGregory Nutt1-8/+54
2014-11-12Update document and READMEGregory Nutt1-3/+3
2014-11-10Remove stm32f100rc_generic board configurationGregory Nutt1-4/+11
2014-11-03Update DocumentationGregory Nutt1-7/+36
2014-11-03EFM32GG: Add a few files for the starter kitGregory Nutt1-4/+5
2014-10-30Update document and READMEGregory Nutt1-0/+1
2014-10-30Fix all yahoo links. From Magnus TemplingGregory Nutt1-1/+1
2014-10-30Remove some dangling whitespaceGregory Nutt1-1/+1
2014-10-30Documentation UpdateGregory Nutt1-5/+100
2014-10-15Fix some typosGregory Nutt1-11/+11
2014-09-27Update NuttX.html for the NuttX-7.5 releaseGregory Nutt1-12/+66
2014-09-05Remove the 16z board support from the main source tree. It is still ↵Gregory Nutt1-2/+8
avaialable in the misc/Obsoleted directory
2014-09-01There used to be two ways to pass parameters to new tasks, depending upon ↵Gregory Nutt1-6/+6
the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing.
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt1-6/+11
2014-08-14Update remaining documents for the 7.4 releaseGregory Nutt1-13/+36
2014-06-25Prep for NuttX-7.3 releaseGregory Nutt1-19/+133
2014-06-12Minor documentation updateGregory Nutt1-0/+1
2014-04-28Final prep for NuttX-7.2 releaseGregory Nutt1-33/+80
2014-04-10apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is ↵Gregory Nutt1-1/+2
untested and probably incomplete
2014-03-28Add basic board support framework for the Atmel SAMA5D3 Xplained board (not ↵Gregory Nutt1-127/+146
finished)
2014-03-15Prep for NuttX 7.1 releaseGregory Nutt1-18/+69
2014-03-13SAM4E: Fix EMAC pin configuration. Driver is basically functionaly now. ↵Gregory Nutt1-3/+7
SAM4E-EK NSH configuration now has networking enabled by default
2014-03-12Documentation updateGregory Nutt1-3/+12
2014-02-28Removed almost all ostest configurationsGregory Nutt1-30/+20
2014-02-25SAM4E: Update SAM3/4 TC and DMAC register definition header filesGregory Nutt1-3/+3
2014-02-18Documentation updateGregory Nutt1-3/+28
2014-02-10Update comments in file headersGregory Nutt1-1/+1
2014-02-10Release script no longer tries to keep copies of the ChangeLog and TODO list ↵Gregory Nutt1-16/+17
in the Documentation directory
2014-01-30Final prep for 6.33 releaseGregory Nutt1-54/+128
2014-01-20Minor documentation updates and other cosmetic changesGregory Nutt1-1/+0
2014-01-12Add support for the STM32VL-Discovery board. Contributed by Alan Carvalho ↵Gregory Nutt1-7/+26
de Assis
2013-12-07Prep for the NuttX-6.32 ReleaseGregory Nutt1-51/+146
2013-10-28Prep for release 6.31Gregory Nutt1-60/+210
2013-10-01minor update to SAMA5 part namesGregory Nutt1-11/+11
2013-09-14Prep for release 6.30Gregory Nutt1-868/+53
2013-09-13STM32: Support for the LeafLabs Maple and Maple Mini boards. From LibraeGregory Nutt1-0/+9
2013-08-27Fix all occurrences of "the the" in documentation and commentsGregory Nutt1-4/+4
2013-08-07Change setup logic to hand MTD minor numbers for AT24, HSMCI0, and HSMCI1Gregory Nutt1-1/+1
2013-08-05SAMA5: Add HSMCI memory card driver supportGregory Nutt1-3/+5
2013-08-01Correct errors noted in SAMA5 documentationGregory Nutt1-10/+6
2013-07-31Prep for NuttX-6.29 releaseGregory Nutt1-627/+453
2013-07-31SAMA5: Add an NSH configuration of the SAMA5D3x-EK boardGregory Nutt1-1/+49
2013-07-16Add links to board README files in the NuttX.html fileGregory Nutt1-43/+112
2013-07-16Fix problems with host build of the Zmodem toolsGregory Nutt1-1/+8
2013-06-28Add an NSH configuration for the Arduino Due; Pluse several fixes related to ↵Gregory Nutt1-2/+3
the Due and to the SAM3X in general