Commit Graph

239 Commits

Author SHA1 Message Date
Gregory Nutt 32b4a48e7a Misc changes from Richard Cochran 2014-01-15 11:05:15 -06:00
Gregory Nutt 9d393e167c A10: Handle UART BUSY interrupt; Back out change to mkconfig.c -- it causes problems for assembly 2013-12-07 11:46:08 -06:00
Gregory Nutt 72f00b9bb6 mkconfig: Cast RAM size to unsigned to avoid complains about integer overflow in calculatino of CONFIG_RAM_END 2014-01-06 12:09:13 -06:00
Gregory Nutt b9a38cea22 nuttx/tools: Fixes for some Windows native build issues from Max Holtzberg 2014-01-04 09:08:14 -06:00
Gregory Nutt 84596e8473 README and other cosmetic updates 2014-01-04 08:38:05 -06:00
Gregory Nutt 78936f7260 Changes for ZDS-II ez80 build 2013-11-28 17:47:03 -06:00
Gregory Nutt f4c6a16c3d SAMA5 PMECC: Some ROM-related interface updates 2013-11-23 10:06:33 -06:00
Gregory Nutt b6da35e12c Add a script to produce ctags. From Ken Pettit 2013-11-23 06:49:40 -06:00
Gregory Nutt f1671bb6a7 Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being) 2013-11-15 09:49:27 -06:00
Gregory Nutt 517546bb47 tools/mkconfig.c: CONFIG_FS_SMARTFS must be included in the list of writable file systems 2013-11-15 07:33:39 -06:00
Gregory Nutt f8b3dbaa61 Extend stack debug logic to include IDLE and interrupt stacks. Also color the heap as well. Based on suggestions from David Sidrane 2013-11-01 11:16:51 -06:00
Gregory Nutt 8371204001 Need to increase the size of an array in tools/kconfig2html.c 2013-10-28 14:59:32 -06:00
Gregory Nutt 9dc8d00bd1 Fix a error in a recent checkin to fix dependencies wehn object files lie in sub-directories 2013-09-30 20:31:49 -06:00
Gregory Nutt 12c1aef7c2 Fix some funny 'cut' results 2013-09-30 19:28:46 -06:00
Gregory Nutt c038f4efe0 Dependency generation fix for directories that keep object files in a sub-directory 2013-09-29 11:46:10 -06:00
Gregory Nutt beb58c2520 SAMA5: Fixes a bug in the way that the heap regions were being allocated 2013-08-27 16:43:19 -06:00
Gregory Nutt bc46b447dc Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06:00
Gregory Nutt 9a94a3707c SAMA5: The ostest configuration have been converted to run out of NOR flash. There is more to be done, however 2013-07-28 15:07:35 -06:00
Gregory Nutt 70f0ffdfc5 Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_ 2013-07-26 10:09:17 -06:00
Gregory Nutt 47d3a627d6 Updates to README files 2013-06-01 17:25:16 -06:00
Gregory Nutt 49fd78a70a The Makefile in every directory that can generate a .dSYM should also clean .dSYM files 2013-05-30 15:24:22 -06:00
Gregory Nutt 4748599a43 .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Gregory Nutt 0361f632b8 Add TCP echo server from Max Holtzberg 2013-05-22 07:35:54 -06:00
Gregory Nutt 88c0911fb1 Various changes and bigfixes for problems detected by CppCheck 2013-05-09 14:23:34 -06:00
Gregory Nutt 72179b7773 Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available). 2013-05-03 12:52:33 -06:00
Gregory Nutt 99c2cfc168 Add an optional byte-oriented write method to the MTD interface 2013-05-01 10:59:57 -06:00
Gregory Nutt ba52f8d3ec Misc changes for clean built od mikroe-stm32f4 configurations 2013-05-01 09:21:13 -06:00
Gregory Nutt 4d4ece78af Add MTD partition support plus fix some typos in comments 2013-04-30 12:37:34 -06:00
Gregory Nutt 4c95da3e52 More improvements to zipme.sh tool 2013-04-29 10:34:53 -06:00
Gregory Nutt 911b7a9f5f Automatically re-generated configuration variable documentation when NuttX release tarballs are created 2013-04-29 09:12:15 -06:00
Gregory Nutt f16704f5fd Add option to zipme.sh to provide the build ID on the command line 2013-04-29 08:57:46 -06:00
Gregory Nutt 27e4bcdd0c Updated .gitignore files 2013-04-23 19:05:59 -06:00
Gregory Nutt 2072e6be94 kconfig2html: Fix some handling of empty strings 2013-04-23 11:25:52 -06:00
Gregory Nutt 57d31176c0 kconfig2html: Improve expand/collapse TOC + misc bug-fixes 2013-04-23 11:01:18 -06:00
Gregory Nutt c529917c09 Keep a backup of the previous NuttXConfigVariables.html file 2013-04-23 08:38:49 -06:00
Gregory Nutt 770ce01473 kconfig2html: A few minor things missed in the last commit 2013-04-22 17:36:27 -06:00
Gregory Nutt 5b11b061fb Add nuttx/tools/mkconfigvars.sh 2013-04-22 16:48:06 -06:00
Gregory Nutt cf311c82ab Documentation now expects autogenerated configuration variable documenation at Documentation/NuttXConfigVariables.html 2013-04-22 16:46:15 -06:00
Gregory Nutt ba3f1a751d kconfig2html: Add collapsable table of contents 2013-04-22 13:58:02 -06:00
Gregory Nutt 91258a49ec kconfig2html: Move all hidden, internal configuration variables to an appendix 2013-04-22 11:20:54 -06:00
Gregory Nutt b553609351 New Kconfig convention: Extra indentation in comments will render as HTML preformatted text 2013-04-22 09:10:58 -06:00
Gregory Nutt a2d6279cee kconfig2html: Add support for dependencies on default values 2013-04-22 07:22:55 -06:00
Gregory Nutt 37da13321c kconfig2html: Perform HTL conversions and add hyperlinks for dependency expressions 2013-04-21 11:01:46 -06:00
Gregory Nutt a421d63b07 kconfig2html will now handle line continuations 2013-04-21 09:37:45 -06:00
Gregory Nutt 11e78b75a0 Last kconfig2html bugfixes of the day 2013-04-20 17:56:16 -06:00
Gregory Nutt 3f52b0fbb6 Yet more kconfg2html logic 2013-04-20 17:29:10 -06:00
Gregory Nutt 8cbca09f94 More kconfg2html logic 2013-04-20 17:05:45 -06:00
Gregory Nutt 27c28f542e Add suppport for choice prompts and help text to the Kconfig documentation tool 2013-04-20 14:18:08 -06:00
Gregory Nutt 637ac296f8 Add a tool to auto-generated documentation of NuttX configuration variables (still a work in progress) 2013-04-20 11:42:59 -06:00
Gregory Nutt fa47b1113f Fix typo introduced into version.sh 2013-04-20 11:40:34 -06:00