summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-m
Commit message (Collapse)AuthorAgeFilesLines
* C++ constructors work with ELF load nowpatacongo2012-10-291-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5273 42af7a65-404d-4744-a932-0658087f49c3
* Finish implemention of ELF loader static constructor support. Still some ↵patacongo2012-10-291-1/+1
| | | | | | issues. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5272 42af7a65-404d-4744-a932-0658087f49c3
* The ELF loader is basically functional (needs more testing)patacongo2012-10-271-23/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5265 42af7a65-404d-4744-a932-0658087f49c3
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-0/+448
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5264 42af7a65-404d-4744-a932-0658087f49c3
* Optimized ARMv7-M memcpy() function from Mike Smithpatacongo2012-10-204-0/+416
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5239 42af7a65-404d-4744-a932-0658087f49c3
* Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-201-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5238 42af7a65-404d-4744-a932-0658087f49c3
* STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-272-8/+93
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5199 42af7a65-404d-4744-a932-0658087f49c3
* Definitions for ARMv7-M AIRCR register, Fixes for ADS7843 and SSD1289 ↵patacongo2012-09-271-0/+8
| | | | | | driver, Missing build logic for examples/watchdog git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5198 42af7a65-404d-4744-a932-0658087f49c3
* Resync new repository with old repo r5166patacongo2012-09-174-5/+5
| | | | 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-1311-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* LP43xx... disable debug traps on hardfaultspatacongo2012-07-111-16/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4929 42af7a65-404d-4744-a932-0658087f49c3
* Fix last check-in.. duplicate definitions for ARMvm-7 ICTR registerpatacongo2012-06-011-6/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4793 42af7a65-404d-4744-a932-0658087f49c3
* Interrupt priority fix + new LM3S header filespatacongo2012-06-011-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4792 42af7a65-404d-4744-a932-0658087f49c3
* Add hooks to support STM32 power managementpatacongo2012-03-141-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4490 42af7a65-404d-4744-a932-0658087f49c3
* Fix bugs in lazy FPU register savingpatacongo2012-02-256-23/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4427 42af7a65-404d-4744-a932-0658087f49c3
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ↵patacongo2012-02-241-8/+21
| | | | | | be functional git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4420 42af7a65-404d-4744-a932-0658087f49c3
* OOps... vstm instructions needs to post-increment, not pre-decrementpatacongo2012-02-231-10/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4419 42af7a65-404d-4744-a932-0658087f49c3
* Enable STM32 F4 hardware floating point with the Atollic toolchainpatacongo2012-02-232-5/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4418 42af7a65-404d-4744-a932-0658087f49c3
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-226-22/+416
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4413 42af7a65-404d-4744-a932-0658087f49c3
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-311-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4353 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Cortex-M4 floating pointingpatacongo2011-12-074-2/+241
| | | | 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-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4143 42af7a65-404d-4744-a932-0658087f49c3
* Finish code for basic STM3240 portpatacongo2011-11-241-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4124 42af7a65-404d-4744-a932-0658087f49c3
* Add support for more FAT partitions; support for SD cards greater than 4Gb; ↵patacongo2011-11-151-1/+1
| | | | | | TSC2007 touchscreen driver improvements git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4092 42af7a65-404d-4744-a932-0658087f49c3
* Add FAT date/time stamppatacongo2011-10-021-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4008 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
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-0522-0/+4036
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3846 42af7a65-404d-4744-a932-0658087f49c3