summaryrefslogtreecommitdiff
path: root/nuttx/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add configuration options to start the system from a program on a file systemGregory Nutt2014-08-301-0/+2
|
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name ↵Gregory Nutt2014-08-301-1/+1
| | | | user_start
* Build syscalls that do not need header files (there are nonw, however)Gregory Nutt2014-08-301-2/+12
|
* Add prompt to refresh.shGregory Nutt2014-08-302-10/+18
|
* Update README fileGregory Nutt2014-08-291-8/+40
|
* Add a tool to make refreshing configurations easier when you wnat to do a ↵Gregory Nutt2014-08-291-0/+185
| | | | lot of them
* Add build support for ELF modules. Useless at the moment because there is ↵Gregory Nutt2014-08-251-0/+1
| | | | no x86 relocation logic
* Changes to try to get P112 to compile with laster SDCC (it still does not)Gregory Nutt2014-08-222-3/+85
|
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
|
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
|
* NAME_MAX not available on SunOSGregory Nutt2014-07-041-2/+22
|
* Various changes associated with symbol tables. Most from Pelle WindestamGregory Nutt2014-06-272-1/+2
|
* tools/mkfsdata.pl: Apparently, the trailing the 0x00 in http server files is ↵Gregory Nutt2014-06-191-1/+2
| | | | seen as a bug in javascript and images. From Max/Himax
* kconfig2html: Exceed original maximum number of selectsGregory Nutt2014-06-161-1/+1
|
* In-place SED edit can mess up permissions on WindowsGregory Nutt2014-05-251-1/+5
|
* More trailing whilespace removalGregory Nutt2014-04-1318-54/+54
|
* Cosmetic changes for coding style; removal of dangling spaces at the end of ↵Gregory Nutt2014-04-131-4/+4
| | | | lines
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
|
* tools/astyle.sh: Formatting tool based on logic from Lorenz MeierGregory Nutt2014-03-263-1/+52
|
* Prep for NuttX 7.1 releaseGregory Nutt2014-03-151-17/+17
|
* Support for the older, manual configurations has been completely removed ↵Gregory Nutt2014-03-062-55/+2
| | | | from the NuttX build system
* configs/rgmp/arm/default: Configuration converted to use the ↵Gregory Nutt2014-03-061-0/+4
| | | | kconfig-frontends tools
* Add configuration ettings for the on-demand paging optionGregory Nutt2014-03-051-0/+1
|
* use -m install of --mode in configure.sh for OSX compatibilityGregory Nutt2014-02-241-3/+3
|
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ↵Gregory Nutt2014-02-106-119/+118
| | | | but probably some new typos introduced
* Release script no longer tries to keep copies of the ChangeLog and TODO list ↵Gregory Nutt2014-02-101-3/+0
| | | | in the Documentation directory
* Use xcopy, mot mklink in link.bat; No an error if directory does not exist ↵Gregory Nutt2014-02-072-4/+19
| | | | in unlink.bat
* Back out change. Unnecessary with code is all in tree and costs a LOT of ↵Gregory Nutt2014-01-301-11/+0
| | | | build performance
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-241-0/+1
|
* configs/efm32-dk3650: Support for Energy Micro's development kit for the ↵Gregory Nutt2014-01-231-2/+2
| | | | Leopard Gecko MCU. From Richard Cochran
* Config.mk: If WINTOOL is set, COMPILE definition should convert path ↵Gregory Nutt2014-01-231-1/+11
| | | | generated by Cygwin make to a proper Windows path. From Richard Cochran (2014-1-23).
* Misc changes from Richard CochranGregory Nutt2014-01-151-3/+3
|
* A10: Handle UART BUSY interrupt; Back out change to mkconfig.c -- it causes ↵Gregory Nutt2013-12-071-1/+1
| | | | problems for assembly
* mkconfig: Cast RAM size to unsigned to avoid complains about integer ↵Gregory Nutt2014-01-061-1/+1
| | | | overflow in calculatino of CONFIG_RAM_END
* nuttx/tools: Fixes for some Windows native build issues from Max HoltzbergGregory Nutt2014-01-042-12/+20
|
* README and other cosmetic updatesGregory Nutt2014-01-041-1/+1
|
* Changes for ZDS-II ez80 buildGregory Nutt2013-11-281-1/+24
|
* SAMA5 PMECC: Some ROM-related interface updatesGregory Nutt2013-11-231-1/+2
|
* Add a script to produce ctags. From Ken PettitGregory Nutt2013-11-232-0/+46
|
* Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while ↵Gregory Nutt2013-11-151-3/+3
| | | | preserving backward compatibility with legacy configurations (for the time being)
* tools/mkconfig.c: CONFIG_FS_SMARTFS must be included in the list of ↵Gregory Nutt2013-11-151-2/+2
| | | | writable file systems
* Extend stack debug logic to include IDLE and interrupt stacks. Also color ↵Gregory Nutt2013-11-011-0/+1
| | | | the heap as well. Based on suggestions from David Sidrane
* Need to increase the size of an array in tools/kconfig2html.cGregory Nutt2013-10-281-1/+1
|
* Fix a error in a recent checkin to fix dependencies wehn object files lie in ↵Gregory Nutt2013-09-301-2/+0
| | | | sub-directories
* Fix some funny 'cut' resultsGregory Nutt2013-09-301-2/+6
|
* Dependency generation fix for directories that keep object files in a ↵Gregory Nutt2013-09-293-20/+154
| | | | sub-directory
* SAMA5: Fixes a bug in the way that the heap regions were being allocatedGregory Nutt2013-08-271-0/+3
|
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-273-7/+7
|
* SAMA5: The ostest configuration have been converted to run out of NOR flash. ↵Gregory Nutt2013-07-281-0/+6
| | | | There is more to be done, however
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-2/+2
|