summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-2745-281/+212
* Add an NSH configuration for the NuTiny-SDK-NUC120. Still does not workpatacongo2013-02-263-0/+825
* Cortex-M0/NUC120 now passes OS test; calibration NuTiny-NUC120 delay looppatacongo2013-02-261-2/+2
* Another Cortex-M0 fixpatacongo2013-02-261-15/+17
* Add a THTTPD configuratin for zkit-arm-1769patacongo2013-02-269-89/+894
* Add a hello world example for the ZKIT-ARM-1769 boardpatacongo2013-02-265-8/+1061
* Add port to Zilogic Systems ZKIT-ARM-1769 board (more coming)patacongo2013-02-2612-0/+2054
* Minor changes to make OS test more robust in the presence of many memory allo...patacongo2013-02-261-14/+6
* More Cortex-M0/NUC120 progresspatacongo2013-02-243-5/+14
* A few more NuTiny-SDK-NUC120 fixespatacongo2013-02-243-3/+5
* A few NuTiny-SDK-NUC120 fixespatacongo2013-02-233-28/+62
* Fixes for NuTiny-NUC120 configuration and buildpatacongo2013-02-232-9/+67
* Buildroot now builds armv6-m toolchain; NuTiny configuration now uses buildro...patacongo2013-02-233-136/+80
* Add NUC120 config FLASH definitions; documentation updatepatacongo2013-02-222-1/+288
* Converted the EKK-LM3S9B96 configurations to use kconfig-frontend toolspatacongo2013-02-2212-617/+1071
* More LPC1788 updates from Rommel Marcelopatacongo2013-02-191-3/+2
* More files for the Cortex-M0/NUC120 portpatacongo2013-02-185-4/+177
* LPC1788 updates from Rommel Marcelo; NUC120 updatespatacongo2013-02-1713-141/+591
* Add Nuvoton chip selection logicpatacongo2013-02-162-2/+16
* First cut at support for Cortex-M0patacongo2013-02-165-0/+975
* LPC1788 PLL configuration from Rommel Marcelopatacongo2013-02-161-19/+26
* A few more fixes for LPC1788 compilation (still more needed)patacongo2013-02-131-4/+4
* A few fixes for LPC1788 compilation (more needed)patacongo2013-02-132-4/+343
* Add basic LED and button support for the Open1788patacongo2013-02-136-14/+737
* Add LED, button definition, and more EMC logic for the LPC1788patacongo2013-02-128-200/+864
* Add LPC1788 EMC initialization logicpatacongo2013-02-121-0/+492
* Fix start-up of USB monitor in STM32F3Discovery configuration; Back out back ...patacongo2013-02-124-47/+5
* Fixes to get USB working on STM32 F3patacongo2013-02-102-5/+30
* Minor fixes for STM32 F3 USB still does not workpatacongo2013-02-101-63/+22
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-10/+5
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-0982-273/+89
* STM32F3Discovery passes all OS tests; Delay loop has been calibratedpatacongo2013-02-093-7/+10
* Fix some problems with the vfork() test on the STM32F3Discoverypatacongo2013-02-081-1/+1
* Fixes to get STM32F3Discovery runningpatacongo2013-02-084-5/+8
* More stm32f3discovery updatespatacongo2013-02-084-316/+74
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-082-3/+110
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-074-55/+48
* Add STM32F3Discovery LED supportpatacongo2013-02-077-937/+221
* More updates for the STM32F3Discoverypatacongo2013-02-0625-128/+206
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-0628-1/+7264
* Rename _TCB to struct tcb_spatacongo2013-02-042-6/+6
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-03149-149/+149
* Correct a memory leak in NSHpatacongo2013-02-0244-61/+61
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-0211-15/+15
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-2/+10
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-291-15/+27
* USB monitor daemon updatespatacongo2013-01-293-9/+82
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-2875-151/+151
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-31/+1
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-288-28/+28