summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include
Commit message (Collapse)AuthorAgeFilesLines
* Add vectors for the LPC1788 - from Rommel Marcelopatacongo2013-01-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5536 42af7a65-404d-4744-a932-0658087f49c3
* Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5534 42af7a65-404d-4744-a932-0658087f49c3
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use ↵patacongo2013-01-184-184/+935
| | | | | | kconfig-frontends git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5533 42af7a65-404d-4744-a932-0658087f49c3
* NSH will now run files from the file system; Add logic to unload and ↵patacongo2013-01-171-2/+36
| | | | | | clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5529 42af7a65-404d-4744-a932-0658087f49c3
* Re-partition Stellaris vector logicpatacongo2013-01-092-267/+438
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5499 42af7a65-404d-4744-a932-0658087f49c3
* Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to ↵patacongo2013-01-092-377/+377
| | | | | | make room in the namespace for LM4F git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5498 42af7a65-404d-4744-a932-0658087f49c3
* Rename LM3S files, variables, and types from lm3s_ to lm_; Rename ↵patacongo2013-01-091-9/+9
| | | | | | configuration variables from CONFIG_LM3S_ to CONFIG_LM_ git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5497 42af7a65-404d-4744-a932-0658087f49c3
* Rename arch/arm/src/lm3s to arch/arm/src/lm to allow a namespace that will ↵patacongo2013-01-082-8/+8
| | | | | | include the lm4f git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5495 42af7a65-404d-4744-a932-0658087f49c3
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-0/+123
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5492 42af7a65-404d-4744-a932-0658087f49c3
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-071-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5415 42af7a65-404d-4744-a932-0658087f49c3
* Support for non-common vectors from Freddie Chopinpatacongo2012-11-081-4/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5323 42af7a65-404d-4744-a932-0658087f49c3
* STM32 F100 High Density support and generic board configuration from Freddie ↵patacongo2012-11-061-53/+147
| | | | | | Chopin git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5315 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to STM32 definitions from Freddie Chopinpatacongo2012-11-021-20/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5297 42af7a65-404d-4744-a932-0658087f49c3
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5263 42af7a65-404d-4744-a932-0658087f49c3
* Add an ARM ELF header filepatacongo2012-10-251-0/+243
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5262 42af7a65-404d-4744-a932-0658087f49c3
* Resync new repository with old repo r5166patacongo2012-09-171-1/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5154 42af7a65-404d-4744-a932-0658087f49c3
* Remove executable property from source and make filespatacongo2012-09-134-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5146 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-1320-20/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* More progress on the Wildfire STM32 portpatacongo2012-09-091-29/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5121 42af7a65-404d-4744-a932-0658087f49c3
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-101-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5018 42af7a65-404d-4744-a932-0658087f49c3
* Add support for STM32F100x value line. Contributed by Mike Smith. Still ↵patacongo2012-07-192-4/+113
| | | | | | missing a file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4955 42af7a65-404d-4744-a932-0658087f49c3
* Make name of RTC ALARM interrupt common on STM32 F1,2,4patacongo2012-07-191-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4954 42af7a65-404d-4744-a932-0658087f49c3
* Add support to the LPC4330-Xplorer port for the Code Red toolchainpatacongo2012-07-081-17/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4920 42af7a65-404d-4744-a932-0658087f49c3
* Add a generic GCC stdarg.h header filepatacongo2012-07-081-0/+59
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4919 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC43 GPIO configurtion logicpatacongo2012-07-061-99/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4912 42af7a65-404d-4744-a932-0658087f49c3
* Change all values in all limits.h for all architectures to signed decimal; ↵patacongo2012-07-051-20/+25
| | | | | | the hex values were not sign extending appropriate in most uses git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4911 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC43 clock initialization logicpatacongo2012-07-051-37/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4910 42af7a65-404d-4744-a932-0658087f49c3
* Progress of LPC43xx build environmentpatacongo2012-07-041-190/+212
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4904 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC43 Event Monitor, EEPROM, FLASH header filespatacongo2012-07-021-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4898 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC32xx memory map and interrupt numberspatacongo2012-06-271-0/+296
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4877 42af7a65-404d-4744-a932-0658087f49c3
* Beginning of NXP LPC4330 portpatacongo2012-06-271-0/+540
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4876 42af7a65-404d-4744-a932-0658087f49c3
* Update all STM32 F2 files so that they are the same as the corresponding F4 ↵patacongo2012-05-281-2/+2
| | | | | | files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4778 42af7a65-404d-4744-a932-0658087f49c3
* Calypso update from Denis Carkiki. Adds UWire driver and support for ↵patacongo2012-05-141-0/+6
| | | | | | external memory in NuttX heap git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4733 42af7a65-404d-4744-a932-0658087f49c3
* Add support for compal e99 and e88 phonespatacongo2012-03-247-0/+302
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4512 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Add IRQ/chip support for the STM32 F2 familypatacongo2012-03-093-7/+262
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4470 42af7a65-404d-4744-a932-0658087f49c3
* Incoporate (more) new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-223-99/+353
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4414 42af7a65-404d-4744-a932-0658087f49c3
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-221-71/+77
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4413 42af7a65-404d-4744-a932-0658087f49c3
* Add support for STM32 UART4-5 and USART6patacongo2012-01-081-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4281 42af7a65-404d-4744-a932-0658087f49c3
* Add suport for the Stellaris LM3S6432S2E and the TI RDK-S2Epatacongo2012-01-041-0/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4260 42af7a65-404d-4744-a932-0658087f49c3
* Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. ↵patacongo2011-12-171-0/+27
| | | | | | Contributed by Laurent Latil git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4197 42af7a65-404d-4744-a932-0658087f49c3
* Add beginning of ethernet register definitions for the STM32 F4patacongo2011-12-071-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4145 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Cortex-M4 floating pointingpatacongo2011-12-071-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4144 42af7a65-404d-4744-a932-0658087f49c3
* Add storage space for FPU registers in context switchingpatacongo2011-12-071-2/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4143 42af7a65-404d-4744-a932-0658087f49c3
* Add STM3240 interrupt definitionspatacongo2011-11-224-126/+818
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4116 42af7a65-404d-4744-a932-0658087f49c3
* Fix Kinetics UART watermark settingpatacongo2011-08-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3894 42af7a65-404d-4744-a932-0658087f49c3
* More Kinetis logicpatacongo2011-08-151-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3881 42af7a65-404d-4744-a932-0658087f49c3
* Add Kinetis startup logicpatacongo2011-08-121-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3874 42af7a65-404d-4744-a932-0658087f49c3
* Add Kinetis interrupt vectorspatacongo2011-08-121-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3873 42af7a65-404d-4744-a932-0658087f49c3
* Add Kinetis GPIO definitionspatacongo2011-08-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3852 42af7a65-404d-4744-a932-0658087f49c3