summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
Commit message (Expand)AuthorAgeFilesLines
* Add a skeleton configuration that will eventually support the SAM4L Xplained ...Gregory Nutt2013-06-031-0/+3
* Documentation updatesGregory Nutt2013-05-071-1/+1
* Make Pirelli-DLP10 a true board configuration; Calypso no compiles without er...Gregory Nutt2013-05-051-2/+2
* Add configuration for the Pirelli DP10 phoneGregory Nutt2013-05-041-0/+5
* Add support for the MikroElektronika Mikromedia for STM32F4 development board...Gregory Nutt2013-04-301-0/+4
* kconfig2html: A few minor things missed in the last commitGregory Nutt2013-04-221-12/+24
* Fix comments, references to the old SVN, and links to the old SVN. Replace w...Gregory Nutt2013-04-191-2/+2
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-2/+0
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-1/+1
* Add interrupt vector logic for the LM4F120patacongo2013-03-011-0/+10
* Add port to Zilogic Systems ZKIT-ARM-1769 board (more coming)patacongo2013-02-261-0/+4
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-1/+1
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-2/+69
* Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-141-1/+1
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-5/+11
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-1/+23
* Add tools/configure.c and configure.batpatacongo2013-01-041-8/+16
* Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with...patacongo2012-12-281-0/+5
* Documentation updatepatacongo2012-12-151-0/+3
* configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-111-3/+24
* Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-111-0/+3
* ez80f910200zco/ostest supports native windows build; other configurations als...patacongo2012-11-261-4/+0
* configs/cloudctrl and tools/prebuild.py from Darcy Gongpatacongo2012-11-211-0/+5
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-3/+12
* STM32 F100 High Density support and generic board configuration from Freddie ...patacongo2012-11-061-37/+43
* Add documentation for the binary loaderpatacongo2012-10-301-0/+9
* More documentation updated to reference the ELF loader.patacongo2012-10-291-2/+2
* Update documentation to at least reference the ELF loader.patacongo2012-10-291-3/+33
* Part I of port of Rhombus math librarypatacongo2012-10-281-1/+0
* Minor tweaks to memsetpatacongo2012-10-211-4/+7
* Optimized memset() can be configured to do 64-bit storespatacongo2012-10-211-1/+6
* Add a versin of memset() optimized for speedpatacongo2012-10-211-0/+6
* Update documentation for recently added configuration optionspatacongo2012-10-201-0/+21
* Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo2012-10-051-12/+12
* Add support for Fire STM32v3; sscanf fixes from Katepatacongo2012-09-211-1/+2
* Upate some pathes for the new NuttX repositorypatacongo2012-09-171-1/+1
* Fix MMC/SD support for Wildfire board; Granule allocator can now be used from...patacongo2012-09-121-0/+5
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-111-2/+22
* Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2patacongo2012-09-111-1/+1
* More M3 Wildfire logic; mmap-related bug fixes from Katepatacongo2012-09-101-1/+1
* More progress on the Wildfire STM32 portpatacongo2012-09-091-1/+1
* Beginning of configuration for M3 Wildfire boardpatacongo2012-09-091-0/+4
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-1/+0
* Remove several unused configuration valuespatacongo2012-09-081-4/+0
* Add basic directory structure for the Shenzhou STM32107 board (not much there...patacongo2012-09-071-0/+4
* Removed delay after receiving in recvfrom(). This was killing network perfor...patacongo2012-09-071-1/+4
* Add support for multiple work queuespatacongo2012-09-041-1/+12
* Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to...patacongo2012-09-011-0/+24
* Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-011-3/+0
* Add configurable application entry pointpatacongo2012-08-301-0/+5