summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-partition Stellaris vector logicpatacongo2013-01-092-267/+438
* Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to mak...patacongo2013-01-092-377/+377
* Rename LM3S files, variables, and types from lm3s_ to lm_; Rename configurati...patacongo2013-01-091-9/+9
* Rename arch/arm/src/lm3s to arch/arm/src/lm to allow a namespace that will in...patacongo2013-01-082-8/+8
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-0/+123
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-071-9/+9
* Support for non-common vectors from Freddie Chopinpatacongo2012-11-081-4/+8
* STM32 F100 High Density support and generic board configuration from Freddie ...patacongo2012-11-061-53/+147
* Fixes to STM32 definitions from Freddie Chopinpatacongo2012-11-021-20/+28
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-261-1/+1
* Add an ARM ELF header filepatacongo2012-10-251-0/+243
* Resync new repository with old repo r5166patacongo2012-09-171-1/+20
* Remove executable property from source and make filespatacongo2012-09-134-0/+0
* Email address change in nuttx/patacongo2012-09-1320-20/+20
* More progress on the Wildfire STM32 portpatacongo2012-09-091-29/+47
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-101-1/+7
* Add support for STM32F100x value line. Contributed by Mike Smith. Still mis...patacongo2012-07-192-4/+113
* Make name of RTC ALARM interrupt common on STM32 F1,2,4patacongo2012-07-191-2/+2
* Add support to the LPC4330-Xplorer port for the Code Red toolchainpatacongo2012-07-081-17/+17
* Add a generic GCC stdarg.h header filepatacongo2012-07-081-0/+59
* Add LPC43 GPIO configurtion logicpatacongo2012-07-061-99/+5
* Change all values in all limits.h for all architectures to signed decimal; th...patacongo2012-07-051-20/+25