summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* More STM32 F4 USB patches from Petteripatacongo2013-02-153-24/+2
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-151-20/+119
* Missing stdbool.h inclusion; fixes LPC17xx compile errorpatacongo2013-02-131-0/+1
* A few more fixes for LPC1788 compilation (still more needed)patacongo2013-02-131-4/+11
* A few fixes for LPC1788 compilation (more needed)patacongo2013-02-132-20/+20
* LPC1788 header file updates from Rommel Marcelopatacongo2013-02-135-116/+270
* Add LED, button definition, and more EMC logic for the LPC1788patacongo2013-02-121-18/+19
* Add LPC1788 EMC initialization logicpatacongo2013-02-127-21/+297
* Add EMC register definitions for the LPC1788patacongo2013-02-123-135/+483
* Fix start-up of USB monitor in STM32F3Discovery configuration; Back out back ...patacongo2013-02-121-28/+1
* Add a driver for the SST30VF NOR FLASH partspatacongo2013-02-112-2/+30
* Fix some errors in how STM32 USB F3 state was being handled. Fix is correct,...patacongo2013-02-111-53/+59
* Fixes to get USB working on STM32 F3patacongo2013-02-102-233/+240
* Minor fixes for STM32 F3 USB still does not workpatacongo2013-02-101-0/+8
* Add STM32 F3 I2C register definitionspatacongo2013-02-103-3/+255
* Many STM32 header files updated for F3 supportpatacongo2013-02-1011-201/+1163
* Complete some missing logic for STM32 F3 DMApatacongo2013-02-103-70/+177
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-0/+2
* For STM32 F3, need to use ICR register to clear some U[S]ART interruptspatacongo2013-02-092-49/+74
* Updates for STM32 F3 SPI and RTCpatacongo2013-02-0910-1246/+170
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-0924-82/+146
* Fixes to get STM32F3Discovery runningpatacongo2013-02-082-12/+46
* Add STM32 F3 USART definitionspatacongo2013-02-087-50/+895
* Several patches from Petteri Aimonenpatacongo2013-02-081-2/+4
* More stm32f3discovery updatespatacongo2013-02-081-0/+30
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-087-81/+281
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-0715-107/+1505
* Fixes for STM32 F3 GPIO, pinmap, DMA, and heap allocationpatacongo2013-02-078-50/+473
* Some fixes needed for STM32 build after recent scheduler changespatacongo2013-02-071-14/+14
* Add STM32 F3 pinmap filepatacongo2013-02-071-0/+597
* More updates for the STM32F3Discoverypatacongo2013-02-064-20/+22
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-069-31/+852
* Rename _TCB to struct tcb_spatacongo2013-02-0428-70/+70
* Updated LPC78x GPIO logic from Rommel Marcelopatacongo2013-02-031-63/+128
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-012-11/+48