summaryrefslogtreecommitdiff
path: root/nuttx/tools
Commit message (Expand)AuthorAgeFilesLines
* build: make it easier to use ccache for faster build on windowsAndrew Tridgell2015-01-021-2/+4
* Fix for sed "permission denied" error in Windows buildKynos2014-05-241-1/+2
* Merge branch 'master' of http://git.code.sf.net/p/nuttx/gitLorenz Meier2013-06-031-0/+1
|\
| * Updates to README filesGregory Nutt2013-06-011-0/+1
* | Merge branch 'upstream'Lorenz Meier2013-06-023-1/+3
|\|
| * 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
* | Added FMU config, used different name to prevent with px4fmu pre-menuconfig c...Lorenz Meier2013-05-301-0/+1
|/
* 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
* kconfig2html will now handle line continuationsGregory Nutt2013-04-211-71/+236
* Last kconfig2html bugfixes of the dayGregory Nutt2013-04-201-13/+17
* Yet more kconfg2html logicGregory Nutt2013-04-201-3/+62
* More kconfg2html logicGregory Nutt2013-04-201-62/+330
* Add suppport for choice prompts and help text to the Kconfig documentation toolGregory Nutt2013-04-202-48/+472
* Add a tool to auto-generated documentation of NuttX configuration variables (...Gregory Nutt2013-04-201-0/+1225
* Fix typo introduced into version.shGregory Nutt2013-04-201-1/+1
* Fix comments, references to the old SVN, and links to the old SVN. Replace w...Gregory Nutt2013-04-193-7/+15
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-042-13/+11
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+13
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-161-9/+0
* AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted...patacongo2013-03-101-0/+2
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-32/+16
* Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ...patacongo2013-03-031-1/+1
* NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)patacongo2013-02-282-7/+9
* The USB monitor now works with configs/stm32f4discovery/usbnshpatacongo2013-01-291-9/+13
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-1/+1
* Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-171-4/+8
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-3/+3
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-092-7/+7
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-0/+1