summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Fix network poll() issue: don't interrupt poll if socket not connected. Lis...patacongo2013-03-071-1/+1
* More kernel build fixespatacongo2013-03-074-17/+16
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-075-89/+114
* Correct some assembly language errors in the last checkinpatacongo2013-03-062-17/+33
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-067-272/+225
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo2013-03-051-2/+39
* Updates to the LPC1788 SDIO supportpatacongo2013-03-053-69/+85
* Open1788 uses SDIO-based SD card (not SPI); clone STM32 SDIO interface to LPC...patacongo2013-03-054-0/+3220
* Add LM4F120 pin configuration header filepatacongo2013-03-054-67/+404
* LPC1788 updates -- OS test configuration now workspatacongo2013-03-049-185/+514
* Bugs reported by Mike Smith fixed; ZKIT-ARM-1769 CAN support from Rashid Fatahpatacongo2013-03-042-9/+9
* Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ...patacongo2013-03-031-1/+1
* Add System Control register definitions for the LM4F120patacongo2013-03-035-442/+2062
* Minor clean-up - Open1788 and LPC17xx serialpatacongo2013-03-021-2/+4
* Corrections for LPC178x UART baud calculationpatacongo2013-03-022-77/+148
* More lpc1788 updatespatacongo2013-03-022-21/+22
* LPC1788 updates from Rommel Marcelopatacongo2013-03-026-52/+50
* Handle LM4F GPIO -- fewer portspatacongo2013-03-024-55/+131
* Fix to STM32 F2/F4 DMA driver from Yan T.patacongo2013-03-012-2/+2
* Add interrupt vector logic for the LM4F120patacongo2013-03-015-6/+478
* Add a configuration to begin development of an LM4F120 LaunchPad portpatacongo2013-03-012-6/+14
* Fixes to STM32 SPI, USB MSC class driver, and MMC/SD SPI driver from Petteri ...patacongo2013-02-282-10/+20
* STM32 OTF FS device patches from Petteri Aimonen (patches 0001-0003)patacongo2013-02-281-12/+102
* Add debug output when memory allocations failpatacongo2013-02-281-16/+32
* Fix error in NUC120 SysTick source clock setting; switch to core clock as Sys...patacongo2013-02-272-4/+75
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-2714-14/+14
* The NuTiny-SDK-NUC120 basic port is complete and functionalpatacongo2013-02-275-64/+321
* Correct some ARMv6-M NVIC addressespatacongo2013-02-276-17/+159
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-275-1/+215
* Add an NSH configuration for the NuTiny-SDK-NUC120. Still does not workpatacongo2013-02-263-132/+106
* Cortex-M0/NUC120 now passes OS test; calibration NuTiny-NUC120 delay looppatacongo2013-02-262-6/+6
* Another Cortex-M0 fixpatacongo2013-02-261-6/+15
* More Cortex-M0 fixespatacongo2013-02-256-10/+65
* More Cortex-M0/NUC120 fixespatacongo2013-02-256-46/+66
* More Cortex-M0/NUC120 progresspatacongo2013-02-247-47/+186
* A few more NuTiny-SDK-NUC120 fixespatacongo2013-02-242-10/+18
* A few NuTiny-SDK-NUC120 fixespatacongo2013-02-232-6/+6
* Fixes for NuTiny-NUC120 configuration and buildpatacongo2013-02-2316-191/+330
* Buildroot now builds armv6-m toolchain; NuTiny configuration now uses buildro...patacongo2013-02-235-39/+112
* Add NUC120 config FLASH definitions; documentation updatepatacongo2013-02-222-0/+121
* Converted the EKK-LM3S9B96 configurations to use kconfig-frontend toolspatacongo2013-02-222-30/+26
* Changes for a clean NuvoTon NuTiny-SDK-NUC120 buildpatacongo2013-02-223-24/+13
* Finishes basic UART and serial console code for NUC120patacongo2013-02-226-19/+1330
* More LPC1788 updates from Rommel Marcelopatacongo2013-02-194-1/+731
* More files for the Cortex-M0/NUC120 portpatacongo2013-02-1814-32/+1696
* LPC1788 updates from Rommel Marcelo; NUC120 updatespatacongo2013-02-1731-75/+2899
* Add NUC120 memory mappatacongo2013-02-161-0/+108
* Add Nuvoton chip selection logicpatacongo2013-02-163-4/+625
* First cut at support for Cortex-M0patacongo2013-02-1639-5/+5545
* LPC1788 PLL configuration from Rommel Marcelopatacongo2013-02-165-21/+29