9
0
Fork 0
Commit Graph

6041 Commits

Author SHA1 Message Date
Gregory Nutt d95a14c353 KL25Z: Fix some memory mapp and register definitions; no UART3-5 2013-04-25 09:06:58 -06:00
Gregory Nutt 7a45a69800 Fix KL25Z clock definitions in board.h 2013-04-24 18:29:26 -06:00
Gregory Nutt 2b0558a400 Minor Freedom-KL25Z updates 2013-04-24 16:46:38 -06:00
Gregory Nutt 3abdc6aa5c Adding missing registration of /dev/zero; Condition registration of /dev/null. From Ken Petit 2013-04-24 07:17:49 -06:00
Gregory Nutt 3a69874e3f Fix test of range of skip= argument in NSH dd command. From Ken Petit 2013-04-24 07:02:32 -06:00
Gregory Nutt 317d6cd444 Updated .gitignore files 2013-04-23 19:05:59 -06:00
Gregory Nutt aedf34777d Some cosmetic renaming 2013-04-23 17:41:30 -06:00
Gregory Nutt 385413eff9 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 663c80136e kconfig2html: Fix some handling of empty strings 2013-04-23 11:25:52 -06:00
Gregory Nutt df133721e1 kconfig2html: Improve expand/collapse TOC + misc bug-fixes 2013-04-23 11:01:18 -06:00
Gregory Nutt f68c65d6d0 Correction to ARM RAM vectors logic from Paul Y. Zhang 2013-04-23 09:32:11 -06:00
Gregory Nutt 15ef6af520 zkit-arm-1769 ADC and SPI/USB MSC updates from MKannan 2013-04-23 08:54:03 -06:00
Gregory Nutt 5047f3270c LPC17xx ADC: Configure all ADC pins in the set, not just one. From MKannan 2013-04-23 08:47:21 -06:00
Gregory Nutt 3b3d044646 Keep a backup of the previous NuttXConfigVariables.html file 2013-04-23 08:38:49 -06:00
Gregory Nutt 886e0bd141 kconfig2html: A few minor things missed in the last commit 2013-04-22 17:36:27 -06:00
Gregory Nutt fcf97cd5b2 Add nuttx/tools/mkconfigvars.sh 2013-04-22 16:48:06 -06:00
Gregory Nutt 377190ce1d Documentation now expects autogenerated configuration variable documenation at Documentation/NuttXConfigVariables.html 2013-04-22 16:46:15 -06:00
Gregory Nutt ff646db32d kconfig2html: Add collapsable table of contents 2013-04-22 13:58:02 -06:00
Gregory Nutt bc7677a89f kconfig2html: Move all hidden, internal configuration variables to an appendix 2013-04-22 11:20:54 -06:00
Gregory Nutt e044e9c90a New Kconfig convention: Extra indentation in comments will render as HTML preformatted text 2013-04-22 09:10:58 -06:00
Gregory Nutt 11278c31a0 Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen 2013-04-22 08:01:43 -06:00
Gregory Nutt 58d19e46e0 kconfig2html: Add support for dependencies on default values 2013-04-22 07:22:55 -06:00
Gregory Nutt 6411b04961 kconfig2html: Perform HTL conversions and add hyperlinks for dependency expressions 2013-04-21 11:01:46 -06:00
Gregory Nutt 67e5edd8d0 kconfig2html will now handle line continuations 2013-04-21 09:37:45 -06:00
Gregory Nutt 36ee74a747 Last kconfig2html bugfixes of the day 2013-04-20 17:56:16 -06:00
Gregory Nutt b412d9bcdf Fix typos in Kconfig files 2013-04-20 17:37:32 -06:00
Gregory Nutt a8e43d6e4d Yet more kconfg2html logic 2013-04-20 17:29:10 -06:00
Gregory Nutt 60e400c82f More kconfg2html logic 2013-04-20 17:05:45 -06:00
Gregory Nutt 0bbe7319da Add suppport for choice prompts and help text to the Kconfig documentation tool 2013-04-20 14:18:08 -06:00
Gregory Nutt c7f1128c56 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 728748a818 Fix typo introduced into version.sh 2013-04-20 11:40:34 -06:00
Gregory Nutt cce5af04ea 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 2d32b627f6 _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 032e040edb _Exit() is the stdlib.h equivalent of unistd.h's _exit() 2013-04-18 16:13:38 -06:00
Gregory Nutt b5f93d9419 Add support for the FM25V01 part 2013-04-18 16:12:37 -06:00
Gregory Nutt 7ed378b044 Don't flush streams until the final thread of a group exits 2013-04-18 11:41:11 -06:00
Gregory Nutt 14ac0fc7e7 Need to include debug.h or compile fails when memory management debug is enabled 2013-04-18 11:40:38 -06:00
Gregory Nutt 05488e4a0b Con't build external memory files if EMC support is not enabled 2013-04-18 11:39:57 -06:00
Gregory Nutt 532268690e make oldcoonfig updates to configurations 2013-04-18 11:39:17 -06:00
Gregory Nutt 8e4fb14195 Cosmetic updates 2013-04-18 11:38:51 -06:00
Gregory Nutt af96e09bdc Cancel test needs to wait for the thread to set non-cancelable mode at one point 2013-04-18 11:37:38 -06:00
Gregory Nutt 6892553ef8 Convert configs/stm3240g-eval/ostest to use the kconfig frontends tools 2013-04-17 20:28:24 -06:00
Gregory Nutt 5306daf5a8 Fix typo in the STM32 F IRQ file -- from Paul Zhang 2013-04-17 20:27:43 -06:00
Gregory Nutt d29a846de5 cosmetic change to kl_clockconfig 2013-04-17 20:25:33 -06:00
Gregory Nutt 4a6c7cb294 Update HTML files and clean up some Freedom KL25Z files 2013-04-17 13:33:40 -06:00
Gregory Nutt 2d597e1daf Fix Freedom KL25Z SysTick rate 2013-04-17 12:44:13 -06:00
Gregory Nutt 7d4b026f84 Support for printing NaN and infinity from Andrew Tridgell 2013-04-17 07:40:48 -06:00
Gregory Nutt 5b97e75ab0 Update authorship 2013-04-17 07:39:32 -06:00
Gregory Nutt 6d5aa3f0eb Addition cleanup after last switch from BASEPRI to PRIMASK for Cortex-M0 2013-04-16 18:29:01 -06:00
Gregory Nutt 9255670a9d 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