summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Add a THTTPD configuration for the Shenzhou board (Darcy Gong)patacongo2012-10-131-1/+1
* More fixes for ldnxflat. There are still problems with the GCC 4.6.3patacongo2012-10-101-1/+1
* Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-101-3/+22
* Updates for new web sitepatacongo2012-10-087-20/+47
* Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo2012-10-056-361/+362
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-041-0/+1
* Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-041-10/+9
* Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-031-1/+1
* Prep for 6.22 Releasenuttx-6.22patacongo2012-09-291-501/+556
* Fixes for clean compilation of NxWidgets/NxWM with Kconfig and changes to bui...patacongo2012-09-261-4/+5
* Fix README.html links -- againpatacongo2012-09-251-159/+161
* Corrections for SD card on Shenzhou boardpatacongo2012-09-241-4/+9
* Add support for Fire STM32v3; sscanf fixes from Katepatacongo2012-09-211-2/+4
* Upate some pathes for the new NuttX repositorypatacongo2012-09-177-187/+187
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* Add mm/README.txtpatacongo2012-09-131-1/+3
* Network discover utility from Max Holtzbergpatacongo2012-09-121-0/+1
* Fix MMC/SD support for Wildfire board; Granule allocator can now be used from...patacongo2012-09-121-0/+7
* Misc STM32 wildfire and ENC28J60 driver updatespatacongo2012-09-121-5/+16
* Misc ENC28J60 fixespatacongo2012-09-121-2/+2
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-111-14/+45
* Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2patacongo2012-09-111-1/+1
* Beginning of configuration for M3 Wildfire boardpatacongo2012-09-091-0/+2
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-3/+0
* Remove several unused configuration valuespatacongo2012-09-081-7/+0
* Add basic directory structure for the Shenzhou STM32107 board (not much there...patacongo2012-09-073-6/+22
* Removed delay after receiving in recvfrom(). This was killing network perfor...patacongo2012-09-071-1/+6
* Add support for multiple work queuespatacongo2012-09-041-0/+14
* Documentation: nuttx.org no longer re-directs to nuttx.sourceforge.netpatacongo2012-09-014-15/+15
* Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to...patacongo2012-09-012-13/+49
* Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-011-5/+0
* Add configurable application entry pointpatacongo2012-08-303-14/+21
* Ooops... forgot to add lib_perror.c to the Make.defs filepatacongo2012-08-281-1/+1
* Add perror()patacongo2012-08-282-4/+30
* Add some protection to the priority inheritance logic when sem_post() is call...patacongo2012-08-281-0/+5
* Prep for 6.21 releasenuttx-6.21patacongo2012-08-251-194/+534
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-101-28/+45
* Add a USB0 device header file for LPC43patacongo2012-08-075-689/+689
* Update documentation to describe customization of NSH; Add the framework for ...patacongo2012-08-072-14/+901
* Misc updates (minor)patacongo2012-08-062-2/+3
* I learned how to spell PSEUDOpatacongo2012-08-052-391/+391
* Update NSH documentation; Add option to reduce size of help commnd without co...patacongo2012-08-041-3/+22
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-041-1/+1
* Add the NSH df commandpatacongo2012-08-041-64/+104
* Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo2012-08-031-4/+16
* Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo2012-08-031-1/+6
* Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo2012-08-031-1/+1
* Fix syslog mutual exclusion and interrupt level logicpatacongo2012-08-021-5/+6
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-3/+17
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-012-7/+282