summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
...
* Corrections for LPC178x UART baud calculationpatacongo2013-03-023-77/+149
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5698 42af7a65-404d-4744-a932-0658087f49c3
* More lpc1788 updatespatacongo2013-03-023-22/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5697 42af7a65-404d-4744-a932-0658087f49c3
* LPC1788 updates from Rommel Marcelopatacongo2013-03-029-77/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5696 42af7a65-404d-4744-a932-0658087f49c3
* Handle LM4F GPIO -- fewer portspatacongo2013-03-026-55/+138
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5695 42af7a65-404d-4744-a932-0658087f49c3
* Fix to STM32 F2/F4 DMA driver from Yan T.patacongo2013-03-012-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5694 42af7a65-404d-4744-a932-0658087f49c3
* Add interrupt vector logic for the LM4F120patacongo2013-03-0136-198/+618
| | | | 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-0118-11/+2531
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5692 42af7a65-404d-4744-a932-0658087f49c3
* Add handler for bad_function_call. Petteri Aimonen patch 0015patacongo2013-02-281-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5691 42af7a65-404d-4744-a932-0658087f49c3
* NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)patacongo2013-02-282-7/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5689 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to STM32 SPI, USB MSC class driver, and MMC/SD SPI driver from Petteri ↵patacongo2013-02-285-48/+99
| | | | | | Aimonen git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5688 42af7a65-404d-4744-a932-0658087f49c3
* STM32 OTF FS device patches from Petteri Aimonen (patches 0001-0003)patacongo2013-02-281-12/+102
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5687 42af7a65-404d-4744-a932-0658087f49c3
* Add debug output when memory allocations failpatacongo2013-02-2813-313/+553
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5686 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH configuration for the zkit-arm-1769 boardpatacongo2013-02-287-28/+977
| | | | 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-274-6/+79
| | | | | | 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-2726-28/+28
| | | | | | static const git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5683 42af7a65-404d-4744-a932-0658087f49c3
* The NuTiny-SDK-NUC120 basic port is complete and functionalpatacongo2013-02-277-67/+338
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5682 42af7a65-404d-4744-a932-0658087f49c3
* MIPS stack alignment fix for floating point from Helmutpatacongo2013-02-271-10/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5681 42af7a65-404d-4744-a932-0658087f49c3
* Correct some ARMv6-M NVIC addressespatacongo2013-02-277-19/+173
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5680 42af7a65-404d-4744-a932-0658087f49c3
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-2751-282/+434
| | | | 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-268-154/+947
| | | | 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-263-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5677 42af7a65-404d-4744-a932-0658087f49c3
* Another Cortex-M0 fixpatacongo2013-02-262-21/+32
| | | | 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-2612-93/+900
| | | | 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-266-9/+1065
| | | | 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-2617-10/+2106
| | | | 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-263-26/+18
| | | | | | allocation failures git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5672 42af7a65-404d-4744-a932-0658087f49c3
* More Cortex-M0 fixespatacongo2013-02-256-10/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5671 42af7a65-404d-4744-a932-0658087f49c3
* More Cortex-M0/NUC120 fixespatacongo2013-02-257-50/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5670 42af7a65-404d-4744-a932-0658087f49c3
* More Cortex-M0/NUC120 progresspatacongo2013-02-2410-52/+200
| | | | 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-245-13/+23
| | | | 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-236-40/+74
| | | | 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-2318-200/+397
| | | | 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-239-176/+195
| | | | | | 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-226-2/+418
| | | | 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-2215-649/+1101
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5663 42af7a65-404d-4744-a932-0658087f49c3
* Changes for a clean NuvoTon NuTiny-SDK-NUC120 buildpatacongo2013-02-224-24/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5662 42af7a65-404d-4744-a932-0658087f49c3
* Finishes basic UART and serial console code for NUC120patacongo2013-02-226-19/+1330
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5661 42af7a65-404d-4744-a932-0658087f49c3
* More LPC1788 updates from Rommel Marcelopatacongo2013-02-195-4/+733
| | | | 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-1821-77/+1945
| | | | 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-1744-216/+3490
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5658 42af7a65-404d-4744-a932-0658087f49c3
* Add NUC120 memory mappatacongo2013-02-161-0/+108
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5657 42af7a65-404d-4744-a932-0658087f49c3
* Add Nuvoton chip selection logicpatacongo2013-02-165-6/+641
| | | | 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-1645-5/+6524
| | | | 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-166-40/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5654 42af7a65-404d-4744-a932-0658087f49c3
* More STM32 F4 USB patches from Petteripatacongo2013-02-153-24/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5653 42af7a65-404d-4744-a932-0658087f49c3
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-159-104/+419
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5652 42af7a65-404d-4744-a932-0658087f49c3
* Missing stdbool.h inclusion; fixes LPC17xx compile errorpatacongo2013-02-131-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5651 42af7a65-404d-4744-a932-0658087f49c3
* A few more fixes for LPC1788 compilation (still more needed)patacongo2013-02-132-8/+15
| | | | 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-134-24/+363
| | | | 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