summaryrefslogtreecommitdiff
path: root/nuttx/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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 files
| * .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 ↵Lorenz Meier2013-05-301-0/+1
|/ | | | config
* 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 ↵Gregory Nutt2013-05-031-1/+2
| | | | to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
* 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 ↵Gregory Nutt2013-04-291-2/+18
| | | | release tarballs are created
* 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 ↵Gregory Nutt2013-04-222-5/+48
| | | | at Documentation/NuttXConfigVariables.html
* 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 ↵Gregory Nutt2013-04-221-5/+37
| | | | preformatted text
* kconfig2html: Add support for dependencies on default valuesGregory Nutt2013-04-221-161/+328
|
* kconfig2html: Perform HTL conversions and add hyperlinks for dependency ↵Gregory Nutt2013-04-211-37/+192
| | | | expressions
* 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
| | | | (still a work in progress)
* 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 ↵Gregory Nutt2013-04-193-7/+15
| | | | with equivalent GIT info
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5748 42af7a65-404d-4744-a932-0658087f49c3
* AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration ↵patacongo2013-03-101-0/+2
| | | | | | converted to use kconfig-frontends tool git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5726 42af7a65-404d-4744-a932-0658087f49c3
* Fix some bad syscall dispatching log. This change is not testable until ↵patacongo2013-03-061-32/+16
| | | | | | these is a tested NuttX kernel build. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5713 42af7a65-404d-4744-a932-0658087f49c3
* Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ↵patacongo2013-03-031-1/+1
| | | | | | (2) fix typo in stm32_exti.h introduced with the STM32 F3 port git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5701 42af7a65-404d-4744-a932-0658087f49c3
* NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)patacongo2013-02-282-7/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5689 42af7a65-404d-4744-a932-0658087f49c3
* The USB monitor now works with configs/stm32f4discovery/usbnshpatacongo2013-01-291-9/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5581 42af7a65-404d-4744-a932-0658087f49c3
* NSH will now run files from the file system; Add logic to unload and ↵patacongo2013-01-171-1/+1
| | | | | | clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5529 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to automatically unload module on exit; Several patches from Mike ↵patacongo2013-01-171-4/+8
| | | | | | Smith git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5528 42af7a65-404d-4744-a932-0658087f49c3
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5523 42af7a65-404d-4744-a932-0658087f49c3
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-092-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5496 42af7a65-404d-4744-a932-0658087f49c3
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5492 42af7a65-404d-4744-a932-0658087f49c3
* Extend tools/configure.c for better compatibility with configure.shpatacongo2013-01-051-32/+167
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5481 42af7a65-404d-4744-a932-0658087f49c3
* Clean up a few tools/ build issuespatacongo2013-01-054-14/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5480 42af7a65-404d-4744-a932-0658087f49c3