summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
...
* Open1788 uses SDIO-based SD card (not SPI); clone STM32 SDIO interface to ↵patacongo2013-03-051-56/+26
| | | | | | LPC17xx git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5708 42af7a65-404d-4744-a932-0658087f49c3
* Updated Open1788 calibration; More compilation fixes from Mike Smithpatacongo2013-03-052-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5707 42af7a65-404d-4744-a932-0658087f49c3
* Enable LEDs in all Open1788 configurationspatacongo2013-03-053-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5706 42af7a65-404d-4744-a932-0658087f49c3
* Add LM4F120 pin configuration header filepatacongo2013-03-051-5/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5705 42af7a65-404d-4744-a932-0658087f49c3
* LPC1788 updates -- OS test configuration now workspatacongo2013-03-045-44/+923
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5704 42af7a65-404d-4744-a932-0658087f49c3
* Bugs reported by Mike Smith fixed; ZKIT-ARM-1769 CAN support from Rashid Fatahpatacongo2013-03-042-0/+154
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5703 42af7a65-404d-4744-a932-0658087f49c3
* Fix for compilation issues reported by Mike Smithpatacongo2013-03-044-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5702 42af7a65-404d-4744-a932-0658087f49c3
* Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ↵patacongo2013-03-031-1/+1
| | | | | | (2) fix typo in stm32_exti.h introduced with the STM32 F3 port git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5701 42af7a65-404d-4744-a932-0658087f49c3
* Minor clean-up - Open1788 and LPC17xx serialpatacongo2013-03-021-8/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5699 42af7a65-404d-4744-a932-0658087f49c3
* Corrections for LPC178x UART baud calculationpatacongo2013-03-021-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5698 42af7a65-404d-4744-a932-0658087f49c3
* More lpc1788 updatespatacongo2013-03-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5697 42af7a65-404d-4744-a932-0658087f49c3
* LPC1788 updates from Rommel Marcelopatacongo2013-03-023-25/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5696 42af7a65-404d-4744-a932-0658087f49c3
* Handle LM4F GPIO -- fewer portspatacongo2013-03-021-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5695 42af7a65-404d-4744-a932-0658087f49c3
* Add interrupt vector logic for the LM4F120patacongo2013-03-0131-192/+140
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5693 42af7a65-404d-4744-a932-0658087f49c3
* Add a configuration to begin development of an LM4F120 LaunchPad portpatacongo2013-03-0114-1/+2492
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5692 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH configuration for the zkit-arm-1769 boardpatacongo2013-02-286-28/+975
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5685 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in NUC120 SysTick source clock setting; switch to core clock as ↵patacongo2013-02-272-2/+4
| | | | | | SysTick clock source git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5684 42af7a65-404d-4744-a932-0658087f49c3
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be ↵patacongo2013-02-273-5/+5
| | | | | | static const git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5683 42af7a65-404d-4744-a932-0658087f49c3
* Correct some ARMv6-M NVIC addressespatacongo2013-02-271-2/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5680 42af7a65-404d-4744-a932-0658087f49c3
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-2745-281/+212
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5679 42af7a65-404d-4744-a932-0658087f49c3
* Add an NSH configuration for the NuTiny-SDK-NUC120. Still does not workpatacongo2013-02-263-0/+825
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5678 42af7a65-404d-4744-a932-0658087f49c3
* Cortex-M0/NUC120 now passes OS test; calibration NuTiny-NUC120 delay looppatacongo2013-02-261-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5677 42af7a65-404d-4744-a932-0658087f49c3
* Another Cortex-M0 fixpatacongo2013-02-261-15/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5676 42af7a65-404d-4744-a932-0658087f49c3
* Add a THTTPD configuratin for zkit-arm-1769patacongo2013-02-269-89/+894
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5675 42af7a65-404d-4744-a932-0658087f49c3
* Add a hello world example for the ZKIT-ARM-1769 boardpatacongo2013-02-265-8/+1061
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5674 42af7a65-404d-4744-a932-0658087f49c3
* Add port to Zilogic Systems ZKIT-ARM-1769 board (more coming)patacongo2013-02-2612-0/+2054
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5673 42af7a65-404d-4744-a932-0658087f49c3
* Minor changes to make OS test more robust in the presence of many memory ↵patacongo2013-02-261-14/+6
| | | | | | allocation failures git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5672 42af7a65-404d-4744-a932-0658087f49c3
* More Cortex-M0/NUC120 progresspatacongo2013-02-243-5/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5669 42af7a65-404d-4744-a932-0658087f49c3
* A few more NuTiny-SDK-NUC120 fixespatacongo2013-02-243-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5668 42af7a65-404d-4744-a932-0658087f49c3
* A few NuTiny-SDK-NUC120 fixespatacongo2013-02-233-28/+62
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5667 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for NuTiny-NUC120 configuration and buildpatacongo2013-02-232-9/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5666 42af7a65-404d-4744-a932-0658087f49c3
* Buildroot now builds armv6-m toolchain; NuTiny configuration now uses ↵patacongo2013-02-233-136/+80
| | | | | | buildroot toolchain git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5665 42af7a65-404d-4744-a932-0658087f49c3
* Add NUC120 config FLASH definitions; documentation updatepatacongo2013-02-222-1/+288
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5664 42af7a65-404d-4744-a932-0658087f49c3
* Converted the EKK-LM3S9B96 configurations to use kconfig-frontend toolspatacongo2013-02-2212-617/+1071
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5663 42af7a65-404d-4744-a932-0658087f49c3
* More LPC1788 updates from Rommel Marcelopatacongo2013-02-191-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5660 42af7a65-404d-4744-a932-0658087f49c3
* More files for the Cortex-M0/NUC120 portpatacongo2013-02-185-4/+177
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5659 42af7a65-404d-4744-a932-0658087f49c3
* LPC1788 updates from Rommel Marcelo; NUC120 updatespatacongo2013-02-1713-141/+591
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5658 42af7a65-404d-4744-a932-0658087f49c3
* Add Nuvoton chip selection logicpatacongo2013-02-162-2/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5656 42af7a65-404d-4744-a932-0658087f49c3
* First cut at support for Cortex-M0patacongo2013-02-165-0/+975
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5655 42af7a65-404d-4744-a932-0658087f49c3
* LPC1788 PLL configuration from Rommel Marcelopatacongo2013-02-161-19/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5654 42af7a65-404d-4744-a932-0658087f49c3
* A few more fixes for LPC1788 compilation (still more needed)patacongo2013-02-131-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5650 42af7a65-404d-4744-a932-0658087f49c3
* A few fixes for LPC1788 compilation (more needed)patacongo2013-02-132-4/+343
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5649 42af7a65-404d-4744-a932-0658087f49c3
* Add basic LED and button support for the Open1788patacongo2013-02-136-14/+737
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5648 42af7a65-404d-4744-a932-0658087f49c3
* Add LED, button definition, and more EMC logic for the LPC1788patacongo2013-02-128-200/+864
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5646 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC1788 EMC initialization logicpatacongo2013-02-121-0/+492
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5645 42af7a65-404d-4744-a932-0658087f49c3
* Fix start-up of USB monitor in STM32F3Discovery configuration; Back out back ↵patacongo2013-02-124-47/+5
| | | | | | checkin of STM32 F1/F3 USB device driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5641 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to get USB working on STM32 F3patacongo2013-02-102-5/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5638 42af7a65-404d-4744-a932-0658087f49c3
* Minor fixes for STM32 F3 USB still does not workpatacongo2013-02-101-63/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5637 42af7a65-404d-4744-a932-0658087f49c3
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-10/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5633 42af7a65-404d-4744-a932-0658087f49c3
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery ↵patacongo2013-02-0982-273/+89
| | | | | | configuration with SPI and USB git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5630 42af7a65-404d-4744-a932-0658087f49c3