summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-134-67/+515
* Merged upstream NuttXLorenz Meier2013-06-054-209/+814
|\
| * Add a skeleton configuration that will eventually support the SAM4L Xplained ...Gregory Nutt2013-06-031-4/+47
| * Add vector and chip cability definitions for the SAM4L familyGregory Nutt2013-06-031-8/+140
| * Add interrupt and memory map definitions for the AT91SAM4LGregory Nutt2013-06-033-201/+631
* | Merge branch 'master' of http://git.code.sf.net/p/nuttx/git into integrationLorenz Meier2013-06-033-314/+314
|\|
| * Rename sam3u/ architecture directories to sam34/ to include the SAM4LGregory Nutt2013-06-022-8/+8
| * Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to...Gregory Nutt2013-06-022-200/+200
* | Almost compiling FMU configLorenz Meier2013-05-311-0/+612
|/
* STM32F103C4 and F103C8 chip support from Laurent LatilGregory Nutt2013-05-281-0/+64
* Support for STM32L15xx interrupt vectorsGregory Nutt2013-05-183-7/+285
* Begnning of support for the STM32L15X familyGregory Nutt2013-05-181-4/+359
* Make Pirelli-DLP10 a true board configuration; Calypso no compiles without er...Gregory Nutt2013-05-051-5/+2
* KL25Z: Fix some memory mapp and register definitions; no UART3-5Gregory Nutt2013-04-251-1/+0
* Fix typo in the STM32 F IRQ file -- from Paul ZhangGregory Nutt2013-04-171-1/+1
* Fix major misthink in Cortex-M0 port: The Cortex-M0 has no BASEPRI register....Gregory Nutt2013-04-164-47/+29
* Fix KL25Z interrupt enable/disable logicGregory Nutt2013-04-162-6/+5
* Initial support for the Kinetis L family and the Freedom KL25Z board from Ala...Gregory Nutt2013-04-162-0/+286
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; f...Gregory Nutt2013-04-041-2/+2
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+3
* Several fixes for LPC1788 GPIOpatacongo2013-04-031-6/+3
* Add support for STM32 F427/437 chips. From Mike Smithpatacongo2013-04-012-1/+107
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-232-38/+0
* A few fixes related to dispatched signals in kernel mode (there are still iss...patacongo2013-03-222-2/+16
* Fix syscall parameter passing for the case where the number of parameters is >4patacongo2013-03-212-6/+24
* LPC1788 SD Card driver updates from Rommel Marcelopatacongo2013-03-171-4/+4
* Add support for nested system callspatacongo2013-03-172-12/+48
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-174-0/+68
* More MPU-related fixespatacongo2013-03-162-2/+5
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-1/+4
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-062-2/+14
* Handle LM4F GPIO -- fewer portspatacongo2013-03-021-0/+22
* Add interrupt vector logic for the LM4F120patacongo2013-03-012-5/+249
* More Cortex-M0 fixespatacongo2013-02-251-2/+11
* Buildroot now builds armv6-m toolchain; NuTiny configuration now uses buildro...patacongo2013-02-232-2/+107
* Add Nuvoton chip selection logicpatacongo2013-02-161-0/+484
* First cut at support for Cortex-M0patacongo2013-02-165-0/+899
* LPC1788 PLL configuration from Rommel Marcelopatacongo2013-02-163-5/+9
* A few fixes for LPC1788 compilation (more needed)patacongo2013-02-131-18/+18
* More updates for the STM32F3Discoverypatacongo2013-02-061-0/+7
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-063-27/+456
* Add LM3S/4F family definitionspatacongo2013-01-301-0/+12
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-2/+2
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-2/+24
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-224-10/+29
* Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARM...patacongo2013-01-229-79/+1116
* Add vectors for the LPC1788 - from Rommel Marcelopatacongo2013-01-181-1/+1
* Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-181-1/+1
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-184-184/+935
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-2/+36