Commit Graph

5551 Commits

Author SHA1 Message Date
Gregory Nutt
927dd57ef2 Reviewed all task exit logic. For pthread_exit() moved some logic higher in the exit sequence that could be required to block. For lower level logic kicked off by _exit(), add logic to prevent blocking when the task is not in a healthy state. 2013-04-23 16:41:43 -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
a8e2ff3420 Correction to ARM RAM vectors logic from Paul Y. Zhang 2013-04-23 09:32:11 -06:00
Gregory Nutt
e53e9501eb zkit-arm-1769 ADC and SPI/USB MSC updates from MKannan 2013-04-23 08:54:03 -06:00
Gregory Nutt
25270695ee LPC17xx ADC: Configure all ADC pins in the set, not just one. From MKannan 2013-04-23 08:47:21 -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
c23ad7963f Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen 2013-04-22 08:01:43 -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
b9c6062e5e Fix typos in Kconfig files 2013-04-20 17:37:32 -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
Gregory Nutt
2848f657ed Fix comments, references to the old SVN, and links to the old SVN. Replace with equivalent GIT info 2013-04-19 18:35:06 -06:00
Gregory Nutt
5187631e30 _exit() should not call atexit() or on_exit() functions; Rename task_deletecurrent() to task_exit() 2013-04-18 16:15:20 -06:00
Gregory Nutt
7be1a9622a _Exit() is the stdlib.h equivalent of unistd.h's _exit() 2013-04-18 16:13:38 -06:00
Gregory Nutt
fc4c714523 Add support for the FM25V01 part 2013-04-18 16:12:37 -06:00
Gregory Nutt
c128edffd2 Don't flush streams until the final thread of a group exits 2013-04-18 11:41:11 -06:00
Gregory Nutt
a9f461533e Need to include debug.h or compile fails when memory management debug is enabled 2013-04-18 11:40:38 -06:00
Gregory Nutt
3acdb415bf Con't build external memory files if EMC support is not enabled 2013-04-18 11:39:57 -06:00
Gregory Nutt
58bebcaac4 make oldcoonfig updates to configurations 2013-04-18 11:39:17 -06:00
Gregory Nutt
32dbe33498 Cosmetic updates 2013-04-18 11:38:51 -06:00
Gregory Nutt
7a1ee32de4 Convert configs/stm3240g-eval/ostest to use the kconfig frontends tools 2013-04-17 20:28:24 -06:00
Gregory Nutt
02a9ce65c3 Fix typo in the STM32 F IRQ file -- from Paul Zhang 2013-04-17 20:27:43 -06:00
Gregory Nutt
a5f5bc72ba cosmetic change to kl_clockconfig 2013-04-17 20:25:33 -06:00
Gregory Nutt
3725665f27 Update HTML files and clean up some Freedom KL25Z files 2013-04-17 13:33:40 -06:00
Gregory Nutt
313d1005a8 Fix Freedom KL25Z SysTick rate 2013-04-17 12:44:13 -06:00
Gregory Nutt
06871729dd Support for printing NaN and infinity from Andrew Tridgell 2013-04-17 07:40:48 -06:00
Gregory Nutt
504b25ee2b Update authorship 2013-04-17 07:39:32 -06:00
Gregory Nutt
e709b43fb0 Addition cleanup after last switch from BASEPRI to PRIMASK for Cortex-M0 2013-04-16 18:29:01 -06:00
Gregory Nutt
5ec812ff77 Fix major misthink in Cortex-M0 port: The Cortex-M0 has no BASEPRI register. We have to revert to using the nasty PRIMASK register 2013-04-16 18:00:59 -06:00
Gregory Nutt
10394cb48e Fix KL25Z interrupt enable/disable logic 2013-04-16 14:54:08 -06:00
Gregory Nutt
8e5ae3886d Some clocking fixes for the Freedom KL25Z 2013-04-16 14:06:16 -06:00
Gregory Nutt
51debd1cf5 Misc changes for clean compilation of freedom-kl25z config 2013-04-16 09:53:15 -06:00
Gregory Nutt
7f21e8dc4c Initial support for the Kinetis L family and the Freedom KL25Z board from Alan Carvalho de Assis 2013-04-16 08:48:42 -06:00
Gregory Nutt
3e6b7a33f2 Fix some naming and comments associated with the Open1788 touchscreen 2013-04-15 11:25:08 -06:00
Gregory Nutt
88892d3bec Remove non-existent CONFIG_xyz_USBDEV_DMAINTMASK configuration setting 2013-04-12 19:56:58 -06:00
Gregory Nutt
77d305673c Convert nucleus2g/usbserial to use kconfig-frontends 2013-04-12 19:55:18 -06:00
Gregory Nutt
f0bcd23f9c Cosmetic renaming of LPC178x GPIO macros -- mostly from Rommel Marcelo 2013-04-12 17:48:50 -06:00