summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
Commit message (Expand)AuthorAgeFilesLines
...
* Documentation updatepatacongo2012-10-302-703/+724
* Add documentation for the binary loaderpatacongo2012-10-305-16/+495
* More documentation updated to reference the ELF loader.patacongo2012-10-291-4/+23
* Update documentation to at least reference the ELF loader.patacongo2012-10-292-9/+59
* Part I of port of Rhombus math librarypatacongo2012-10-281-3/+0
* Add port of cJSON from Darcy Gongpatacongo2012-10-271-1/+3
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-241-6/+6
* Minor tweaks to memsetpatacongo2012-10-211-0/+1
* Optimized memset() can be configured to do 64-bit storespatacongo2012-10-211-2/+10
* Add a versin of memset() optimized for speedpatacongo2012-10-212-8/+17
* Update documentation for recently added configuration optionspatacongo2012-10-202-0/+42
* 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