summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
Commit message (Collapse)AuthorAgeFilesLines
* Prep for NuttX-7.3 releasenuttx-7.3Gregory Nutt2014-06-251-19/+133
|
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
|
* Minor documentation updateGregory Nutt2014-06-121-0/+1
|
* Add board support for the SAMA5D4-EKGregory Nutt2014-06-061-1/+3
|
* Add support for the Olimex STM32 h405. From Martin LederhilgerGregory Nutt2014-06-031-1/+5
|
* P-code BINFMT: Add logic to pass information from the binfmt logic to the ↵Gregory Nutt2014-05-082-2/+2
| | | | P-code interpreter. This includes some extension to the binfmt interfaces.
* Add a ROMFS file system for testing the P-Code binary formatGregory Nutt2014-05-081-1/+4
|
* Add serial method so that lower half driver can provide RX flow control ↵Gregory Nutt2014-05-081-1/+4
| | | | information. From Jussi Kivilinna
* The alternate console device CONFIG_NSH_CONDEV must not be defined ↵Gregory Nutt2014-05-051-10/+19
| | | | unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
* Final prep for NuttX-7.2 releasenuttx-7.2Gregory Nutt2014-04-281-33/+80
|
* Support for the Atmel SAM4S Xplaiend Board from Bob DoisonGregory Nutt2014-04-211-0/+2
|
* Add support for the STM32F041RE and for the Nucleo-F401RE board. From Frank ↵Gregory Nutt2014-04-201-1/+3
| | | | Bennett
* More trailing whilespace removalGregory Nutt2014-04-1310-33/+33
|
* apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is ↵Gregory Nutt2014-04-101-1/+2
| | | | untested and probably incomplete
* Fix a build error when only USB device tracing is enabled (from David ↵Gregory Nutt2014-04-041-0/+120
| | | | Sidrane). Also an update to the USB tracing document
* Add basic board support framework for the Atmel SAMA5D3 Xplained board (not ↵Gregory Nutt2014-03-282-128/+149
| | | | finished)
* Typo fixes to NuttX porting guide from Vijay KumarGregory Nutt2014-03-181-46/+46
|
* Prep for NuttX 7.1 releasenuttx-7.1Gregory Nutt2014-03-151-18/+69
|
* SAM4E: Fix EMAC pin configuration. Driver is basically functionaly now. ↵Gregory Nutt2014-03-131-3/+7
| | | | SAM4E-EK NSH configuration now has networking enabled by default
* Documentation updateGregory Nutt2014-03-121-3/+12
|
* SAM4E-EK: Add basic board supportGregory Nutt2014-03-101-0/+2
|
* Add basic board support for the TM4C123G LaunchpadGregory Nutt2014-03-101-1/+3
|
* Add support for TM4C GPIOsGregory Nutt2014-03-101-2/+11
|
* Update NuttShell.html per recommendations from Max KrieglederGregory Nutt2014-03-061-1/+5
|
* Support for the older, manual configurations has been completely removed ↵Gregory Nutt2014-03-062-55/+4
| | | | from the NuttX build system
* Removed almost all ostest configurationsGregory Nutt2014-02-281-30/+20
|
* SAM4E: Update SAM3/4 TC and DMAC register definition header filesGregory Nutt2014-02-251-3/+3
|
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new ↵Gregory Nutt2014-02-202-32/+32
| | | | configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
* rmdir now may be used to remove empty nodes from the pseudo-filesystemGregory Nutt2014-02-191-2/+2
|
* Documentation updateGregory Nutt2014-02-181-3/+28
|
* Remove the unusable m68332evb configurationGregory Nutt2014-02-161-10/+0
|
* Add initial support for the Atmel SAMD20 Xplained Pro boardGregory Nutt2014-02-121-0/+2
|
* Update comments in file headersGregory Nutt2014-02-101-1/+1
|
* Release script no longer tries to keep copies of the ChangeLog and TODO list ↵Gregory Nutt2014-02-102-18/+18
| | | | in the Documentation directory
* Fix some typos in some documentsGregory Nutt2014-02-082-12/+12
|
* Use xcopy, mot mklink in link.bat; No an error if directory does not exist ↵Gregory Nutt2014-02-071-1/+1
| | | | in unlink.bat
* Add a coding standards documentGregory Nutt2014-02-061-0/+2564
|
* STM32F4 Discovery: Rename most everything in the board source directory to ↵Gregory Nutt2014-02-031-1/+1
| | | | conform with the ever evolving naming standard
* Update documentation, mostly related to the command line editorGregory Nutt2014-02-031-10/+122
|
* Remove some old, unused imagesGregory Nutt2014-02-017-61/+0
|
* Final prep for 6.33 releasenuttx-6.33Gregory Nutt2014-01-301-54/+128
|
* Correct document dateGregory Nutt2014-01-271-1/+1
|
* Improve documentation of naming conventionsGregory Nutt2014-01-251-89/+134
|
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-9/+9
|
* configs/16z: Add support for 16z boardGregory Nutt2014-01-221-0/+2
|
* Minor documentation updates and other cosmetic changesGregory Nutt2014-01-202-4/+1
|
* NSH: More break documentationGregory Nutt2014-01-181-0/+5
|
* NSH: Improved documentation of the break commandGregory Nutt2014-01-181-97/+122
|
* NSH: Add a break command; if-then-else and looping behavior can not be ↵Gregory Nutt2014-01-181-7/+42
| | | | configured out of the build for small systems that need minimal scripting capability
* NSH: Loosen up if-then-else-fi syntx so that a command can be on the same ↵Gregory Nutt2014-01-171-7/+26
| | | | line as the 'then' and 'else' tokens. This allows, as an example, 'if true; then echo true; else echo false; fi' which is much more bash-like