summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* SAM4E-EK: Add basic board supportGregory Nutt2014-03-101-0/+4
|
* Add basic board support for the TM4C123G LaunchpadGregory Nutt2014-03-101-1/+7
|
* Support for the older, manual configurations has been completely removed ↵Gregory Nutt2014-03-061-18/+3
| | | | from the NuttX build system
* Documentation updateGregory Nutt2014-02-181-1/+3
|
* Remove the unusable m68332evb configurationGregory Nutt2014-02-161-5/+0
|
* Add initial support for the Atmel SAMD20 Xplained Pro boardGregory Nutt2014-02-121-0/+3
|
* Remove EFM32 from build systemGregory Nutt2014-01-271-8/+0
|
* 16z: Fix option bits; adjust system clock frequencyGregory Nutt2014-01-231-0/+4
|
* configs/efm32-dk3650: Support for Energy Micro's development kit for the ↵Gregory Nutt2014-01-231-0/+4
| | | | Leopard Gecko MCU. From Richard Cochran
* configs/16z: Add support for 16z boardGregory Nutt2014-01-221-0/+5
|
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-0/+6
|
* Add support for the STM32VL-Discovery board. Contributed by Alan Carvalho ↵Gregory Nutt2014-01-121-0/+6
| | | | de Assis
* Remove all configuration variable documentation from configs/README.txt and ↵Gregory Nutt2013-12-201-1550/+22
| | | | Docuemntation/NuttXPortingGuidle.html. The current NuttX configuration is documented in Kconfig files and in Documentation/NuttXSonfigVariables.html. The older configuration variable documentation is not being maintained and, hence, is a liability
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-101-1/+1
|
* Add board support infrastructure for the pcDuino board. There is not much ↵Gregory Nutt2013-12-071-0/+8
| | | | there on the initial checkin
* Basic board support for the ViewTool STM32F103/F107 boardGregory Nutt2013-11-301-0/+5
|
* Add support for the STM32F429I-Discovery board from Ken PettitGregory Nutt2013-11-071-0/+3
|
* Added support for the Olimex STM32 P207 board. From Martin LederhilgerGregory Nutt2013-10-241-2/+6
|
* Add framework for Spark Core board support. The initial commit is a clone ↵Gregory Nutt2013-10-021-0/+4
| | | | of the Maple Mini and still needs Spark customizations
* configs/compal_e88 converted to use the kconfig-frontends toolsGregory Nutt2013-09-271-3/+4
|
* STM32: Support for the LeafLabs Maple and Maple Mini boards. From LibraeGregory Nutt2013-09-131-0/+5
|
* SAMA5: Add an NSH configuration of the SAMA5D3x-EK boardGregory Nutt2013-07-311-2/+16
|
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-5/+5
|
* Basic framework to support the AT91SAMA5D3 family and the SAMA5D3x-EK ↵Gregory Nutt2013-07-191-0/+4
| | | | board(s) in particular
* Some initial frame for Cortex-A5 support. No much yetGregory Nutt2013-07-181-2/+2
|
* Flesh out the Arduino Due board configuratino and integrate it with the ↵Gregory Nutt2013-06-271-0/+4
| | | | build and configuration system
* Add a skeleton configuration that will eventually support the SAM4L Xplained ↵Gregory Nutt2013-06-031-0/+3
| | | | Pro board
* Documentation updatesGregory Nutt2013-05-071-1/+1
|
* Make Pirelli-DLP10 a true board configuration; Calypso no compiles without ↵Gregory Nutt2013-05-051-2/+2
| | | | errors
* Add configuration for the Pirelli DP10 phoneGregory Nutt2013-05-041-0/+5
|
* Add support for the MikroElektronika Mikromedia for STM32F4 development ↵Gregory Nutt2013-04-301-0/+4
| | | | board. From Ken Petit
* 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 ↵Gregory Nutt2013-04-191-2/+2
| | | | with equivalent GIT info
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5721 42af7a65-404d-4744-a932-0658087f49c3
* Add interrupt vector logic for the LM4F120patacongo2013-03-011-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5693 42af7a65-404d-4744-a932-0658087f49c3
* Add port to Zilogic Systems ZKIT-ARM-1769 board (more coming)patacongo2013-02-261-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5673 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-2/+69
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5553 42af7a65-404d-4744-a932-0658087f49c3
* Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5518 42af7a65-404d-4744-a932-0658087f49c3
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-5/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5515 42af7a65-404d-4744-a932-0658087f49c3
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-1/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5513 42af7a65-404d-4744-a932-0658087f49c3
* Add tools/configure.c and configure.batpatacongo2013-01-041-8/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5478 42af7a65-404d-4744-a932-0658087f49c3
* Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board ↵patacongo2012-12-281-0/+5
| | | | | | with the LPC2148; Add configurations sim/nxlines. convert mcu123-lpc214x/nsh to use the kconfig-frontends. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5465 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2012-12-151-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5439 42af7a65-404d-4744-a932-0658087f49c3
* configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-111-3/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5429 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-111-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5428 42af7a65-404d-4744-a932-0658087f49c3
* ez80f910200zco/ostest supports native windows build; other configurations ↵patacongo2012-11-261-4/+0
| | | | | | also updated git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5391 42af7a65-404d-4744-a932-0658087f49c3
* configs/cloudctrl and tools/prebuild.py from Darcy Gongpatacongo2012-11-211-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5378 42af7a65-404d-4744-a932-0658087f49c3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-3/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3