Commit Graph

2710 Commits

Author SHA1 Message Date
Gregory Nutt
508db23582 configs/pic32-starterkit/nsh converted to use the kconfig-frontends tools 2014-03-01 11:10:30 -06:00
Gregory Nutt
8e995901b7 configs/mirtoo/nsh converted to use the kconfig-frontends tools 2014-03-01 10:49:19 -06:00
Gregory Nutt
8ab9f86d2b configs/vsn/nsh converted to use the kconfig-frontends tools 2014-03-01 10:10:55 -06:00
Gregory Nutt
5da74b484b configs/nucleus2g/nsh converted to use the kconfig-frontends tools 2014-03-01 09:55:39 -06:00
Gregory Nutt
b2b9c11a48 configs/lpcxpresso-lpc1768/nsh converted to use the kconfig-frontends tools 2014-03-01 09:41:42 -06:00
Gregory Nutt
7018f8682f configs/lincoln60/nsh converted to use the kconfig-frontends tools 2014-03-01 09:23:51 -06:00
Gregory Nutt
b7e6808171 configs/stm3210e-eval/nshi2 converted to use the kconfig-frontends tools 2014-03-01 08:40:56 -06:00
Gregory Nutt
53dfd425d1 configs/stm32i10e-eval/nsh converted to use the kconfig-frontends tools 2014-03-01 08:18:22 -06:00
Gregory Nutt
dc7d54db19 configs/stm3220g-eval/nsh2 converted to use the kconfig-frontends tools 2014-03-01 08:03:45 -06:00
Gregory Nutt
671c82451f configs/stm3240g-eval/nsh2 converted to use the kconfig-frontends tools 2014-03-01 07:44:55 -06:00
Gregory Nutt
58eed436e9 Removed almost all ostest configurations 2014-02-28 19:19:11 -06:00
Gregory Nutt
82a34806c1 Remove some OS test configurations. These don't have much value after the initial bring-up (and are certainly not worth converting to kconfig-frontends tools). 2014-02-28 16:34:02 -06:00
Gregory Nutt
0072c028f6 configs/stm3240g-eval/nsh: Configuration converted to use the kconfig-frontends tools 2014-02-28 16:28:28 -06:00
Gregory Nutt
378e4f9dd6 Set CONFIG_DEFAULT_SMALL=y in the defconfig for all smaller MCUs so that if they are reconfigured, they will pick up the most conservative options for all new settings 2014-02-28 14:32:44 -06:00
Gregory Nutt
c30769dc64 Remove Ken's personal directory as the default path to the CodeSourcery toolchain 2014-02-28 10:01:01 -06:00
Gregory Nutt
c3b73474ab Refresh the STM32F4Discover/cxxtext configuration 2014-02-28 10:00:25 -06:00
Gregory Nutt
de80fe2e04 configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured 2014-02-28 07:45:51 -06:00
Gregory Nutt
87a9831fd7 Refresh a Viewtool STM32F107 configuration 2014-02-27 17:24:48 -06:00
Gregory Nutt
6e80662550 networking: Fix one place where the reference count was not being zeroed. This is really a cosmetic fix UNLESS CONFIG_DEBUG_NET is enabled, then it causes assertions 2014-02-25 16:41:11 -06:00
Gregory Nutt
8267e53b12 SAM3/4: Fix some build errors that crept in with the SAM4E support 2014-02-25 12:41:38 -06:00
Gregory Nutt
d45a8ce4bc SAM4E: Update SAM3/4 TC and DMAC register definition header files 2014-02-25 10:56:23 -06:00
Gregory Nutt
22001e3c1f Add logic to meaure and calculate the CPU load percentage. From David Alessio 2014-02-22 15:20:12 -06:00
Gregory Nutt
3ca1a665e4 SAM4E: USART/USART header files and drivers updated to support the SAM4E 2014-02-22 13:46:23 -06:00
Gregory Nutt
f1ae3f4c76 Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't know where the apps/ dir will be be until install time 2014-02-21 15:35:53 -06:00
Gregory Nutt
4343550a23 STM3220G-EVAL: NSH configuration changed to use kconfig-frontends tools by Alan Carvalho de Assis 2014-02-21 15:06:36 -06:00
Gregory Nutt
95dda8aa1d SAM4E: Add support for PIO and peripheral clocks 2014-02-21 12:34:04 -06:00
Gregory Nutt
fc490f3ff8 Fix some errors that crept into the conversion of an Olimex-LPC1766STK configuration 2014-02-21 11:30:12 -06:00
Gregory Nutt
f10a4d4a53 SAM4E: Add vector definition header files 2014-02-21 08:46:16 -06:00
Gregory Nutt
0968c7c21a Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools by Alan Carvalho de Assis 2014-02-20 15:34:59 -06:00
Gregory Nutt
7a83c06d62 SAMD20: Some progress debugging SPI. Currently hangs 2014-02-20 15:20:42 -06:00
Gregory Nutt
d3a6ad82b4 SAMD20: Changes for clean build of SPI driver and SAMD20 Xplained Pro board with the I/O1 module installed 2014-02-20 11:27:59 -06:00
Gregory Nutt
51b484adb8 SAMD20: SPI driver is code-complete, but untested 2014-02-20 09:59:54 -06:00
Gregory Nutt
759724e815 Spark configuration updated from David Sidrane 2014-02-19 18:57:21 -06:00
Gregory Nutt
e0bc1c31d2 SAMD20: Add a framework for an SPI driver 2014-02-19 16:52:12 -06:00
Gregory Nutt
32ff91057f SAMD20: Move some common SERCOM logic to a separate file where it can be shared 2014-02-19 14:47:04 -06:00
Gregory Nutt
0ce4f4da6a Updated README 2014-02-18 17:59:24 -06:00
Gregory Nutt
1ce1444443 All mbed configurations have been converted to used the kconfig-frontends tools (unverifeid) 2014-02-18 16:50:09 -06:00
Gregory Nutt
30a8c7855d Documentation update 2014-02-18 16:19:14 -06:00
Gregory Nutt
8c457fd28e stm3240g-eval/webserver configuration converted to use the kconfig-frontends tools by Alan Carvalho de Assis 2014-02-18 14:36:32 -06:00
Gregory Nutt
e7e5ba15c3 Spark board configurations updated by David Sidrane 2014-02-18 13:50:12 -06:00
Gregory Nutt
660fa05897 Refresh a defconfig file; updated a README 2014-02-18 12:33:00 -06:00
Gregory Nutt
6c35737dbd STM32F429 Discovery: All src/ files renamed to make consistent with current naming conventions 2014-02-18 12:24:21 -06:00
Gregory Nutt
298b061b5c STM32F429 Discovery: Add support for FPU in OS test 2014-02-18 12:04:19 -06:00
Gregory Nutt
0b5b6591f9 sched/task_terminate always return an error because return value was not being set correctory. From Gosha 2014-02-18 11:50:32 -06:00
Gregory Nutt
28b9efad9b SAMD20: Increase FLASH waitstates to 2 2014-02-18 10:37:42 -06:00
Gregory Nutt
7ffd6500e0 Mostly cosmetic clean-up of comments 2014-02-17 19:22:53 -06:00
Gregory Nutt
5da9337810 SAMD20: Fix BAUD calculation. Now comes up okay about 20% of the time 2014-02-17 18:09:17 -06:00
Gregory Nutt
76f80b74ae SAMD20: Fix some confusion what which pins are on which connectors 2014-02-17 14:52:14 -06:00
Gregory Nutt
aa3d338c0f SAMD20: Now runs, but no serial output 2014-02-17 14:21:22 -06:00
Gregory Nutt
77fff39077 SAMD20: Initial debug changes to get clocking 2014-02-17 11:36:52 -06:00