summaryrefslogtreecommitdiff
path: root/nuttx/tools
Commit message (Expand)AuthorAgeFilesLines
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-106-119/+118
* Release script no longer tries to keep copies of the ChangeLog and TODO list ...Gregory Nutt2014-02-101-3/+0
* Use xcopy, mot mklink in link.bat; No an error if directory does not exist in...Gregory Nutt2014-02-072-4/+19
* Back out change. Unnecessary with code is all in tree and costs a LOT of bui...Gregory Nutt2014-01-301-11/+0
* 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 Leop...Gregory Nutt2014-01-231-2/+2
* Config.mk: If WINTOOL is set, COMPILE definition should convert path generate...Gregory Nutt2014-01-231-1/+11
* Misc changes from Richard CochranGregory Nutt2014-01-151-3/+3
* A10: Handle UART BUSY interrupt; Back out change to mkconfig.c -- it causes p...Gregory Nutt2013-12-071-1/+1
* mkconfig: Cast RAM size to unsigned to avoid complains about integer overflow...Gregory Nutt2014-01-061-1/+1
* 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 preser...Gregory Nutt2013-11-151-3/+3
* tools/mkconfig.c: CONFIG_FS_SMARTFS must be included in the list of writable...Gregory Nutt2013-11-151-2/+2
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-011-0/+1
* 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
* Fix some funny 'cut' resultsGregory Nutt2013-09-301-2/+6
* Dependency generation fix for directories that keep object files in a sub-dir...Gregory Nutt2013-09-293-20/+154
* 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
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-2/+2
* Updates to README filesGregory Nutt2013-06-011-0/+1
* The Makefile in every directory that can generate a .dSYM should also clean ....Gregory Nutt2013-05-301-1/+1
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-302-0/+2
* Add TCP echo server from Max HoltzbergGregory Nutt2013-05-221-1/+1
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-095-29/+37
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-031-1/+2
* Add an optional byte-oriented write method to the MTD interfaceGregory Nutt2013-05-011-1/+3
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-011-1/+1
* Add MTD partition support plus fix some typos in commentsGregory Nutt2013-04-301-2/+17
* More improvements to zipme.sh toolGregory Nutt2013-04-292-9/+61
* Automatically re-generated configuration variable documentation when NuttX re...Gregory Nutt2013-04-291-2/+18
* Add option to zipme.sh to provide the build ID on the command lineGregory Nutt2013-04-292-8/+59
* Updated .gitignore filesGregory Nutt2013-04-231-0/+2
* kconfig2html: Fix some handling of empty stringsGregory Nutt2013-04-231-3/+15
* kconfig2html: Improve expand/collapse TOC + misc bug-fixesGregory Nutt2013-04-232-20/+75
* Keep a backup of the previous NuttXConfigVariables.html fileGregory Nutt2013-04-231-0/+9
* kconfig2html: A few minor things missed in the last commitGregory Nutt2013-04-221-2/+2
* Add nuttx/tools/mkconfigvars.shGregory Nutt2013-04-221-0/+101
* Documentation now expects autogenerated configuration variable documenation a...Gregory Nutt2013-04-222-5/+48
* kconfig2html: Add collapsable table of contentsGregory Nutt2013-04-221-11/+48
* kconfig2html: Move all hidden, internal configuration variables to an appendixGregory Nutt2013-04-221-307/+387
* New Kconfig convention: Extra indentation in comments will render as HTML pr...Gregory Nutt2013-04-221-5/+37
* kconfig2html: Add support for dependencies on default valuesGregory Nutt2013-04-221-161/+328
* kconfig2html: Perform HTL conversions and add hyperlinks for dependency expre...Gregory Nutt2013-04-211-37/+192