summaryrefslogtreecommitdiff
path: root/nuttx/tools/kconfig2html.c
Commit message (Collapse)AuthorAgeFilesLines
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ↵Gregory Nutt2014-02-101-5/+3
| | | | but probably some new typos introduced
* Need to increase the size of an array in tools/kconfig2html.cGregory Nutt2013-10-281-1/+1
|
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-3/+3
|
* Add TCP echo server from Max HoltzbergGregory Nutt2013-05-221-1/+1
|
* 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).
* kconfig2html: Fix some handling of empty stringsGregory Nutt2013-04-231-3/+15
|
* kconfig2html: Improve expand/collapse TOC + misc bug-fixesGregory Nutt2013-04-231-19/+73
|
* kconfig2html: A few minor things missed in the last commitGregory Nutt2013-04-221-2/+2
|
* Documentation now expects autogenerated configuration variable documenation ↵Gregory Nutt2013-04-221-5/+27
| | | | 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-201-48/+464
|
* Add a tool to auto-generated documentation of NuttX configuration variables ↵Gregory Nutt2013-04-201-0/+1225
(still a work in progress)