summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-m
Commit message (Expand)AuthorAgeFilesLines
* Typo fixes from David SidraneGregory Nutt2015-04-061-1/+1
* SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet look...Gregory Nutt2015-03-296-10/+60
* Fix another typo in the modified assertion logiGregory Nutt2015-03-271-1/+1
* Fix a typo in the last commitGregory Nutt2015-03-271-1/+1
* ARMv7-M: Add logic to dump all stack usage on a crashGregory Nutt2015-03-271-0/+40
* SAMV7: Use D-Cache clean/flush/invalidate by range in EMAC and XDMAC driversGregory Nutt2015-03-171-6/+0
* Break ARMv7E-M cache operations into separate files; Finish the unimplemented...Gregory Nutt2015-03-1711-431/+1100
* Fix a typo in a Cortex-M7 addressGregory Nutt2015-03-131-1/+1
* ARMv7-M MPU. Bad syntax will cause failure to write the correct value to the...Gregory Nutt2015-03-121-2/+2
* SAMV71-XULT: Enable 64-bit floating point supportGregory Nutt2015-03-111-1/+1
* SAMV71-XULT: Switch to the ARM GNU tools for Embbeded tools that actually sup...Gregory Nutt2015-03-111-6/+2
* SAMV7-XULT: Enable I- and D-caches, correct polaty of LEDsGregory Nutt2015-03-111-0/+17
* SAMV7: Add logic to enable/disable TCMsGregory Nutt2015-03-101-0/+35
* SAMV7: Update floating point and TCM configuration options. Update TODO lis...Gregory Nutt2015-03-102-1/+27
* Remove some traiilng whitespaceGregory Nutt2015-03-091-2/+2
* Cortex-M7: Add cache operationsGregory Nutt2015-03-091-0/+429
* Cortex-M7: Add cache operationsGregory Nutt2015-03-093-38/+395
* SAMV7: Leverage XDMAC driver from the SAMA5D4.Gregory Nutt2015-03-091-0/+178
* Cortex-M7/SAMV71-XULT: Various fixes for building Cortex-M7 with SAMV71.Gregory Nutt2015-03-061-5/+8
* Add new common lazy FPU state saving option for ARMv7-M. Not yet verifiedGregory Nutt2015-03-065-11/+374
* Make ARM build system Cortex-M7 readyGregory Nutt2015-03-051-80/+43
* Add support for dumping board-specific information on assertion. From David ...Gregory Nutt2015-03-041-0/+5
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-273-3/+6
* ARM assembly language memcpy.S was not returning a value in R0 it is required...Gregory Nutt2015-01-291-0/+15
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-241-9/+3
* Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK bu...Gregory Nutt2015-01-241-3/+3
* Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with...Gregory Nutt2015-01-221-4/+0
* ARMv7M: More runtine stack checking logic. From David SidraneGregory Nutt2014-12-261-0/+112
* Add support for run time stack checking for the STM32. From David SidraneGregory Nutt2014-12-262-0/+22
* Add optional timestamp to syslog output. From pn_bouteville@yahoo.frGregory Nutt2014-11-011-1/+1
* Remove carriage returnsGregory Nutt2014-11-011-916/+916
* ARMv7-M: ETM header fileGregory Nutt2014-11-011-0/+916
* Fix compiler errors in up_itm_syslog.c. From Pierre-Noel BoutevilleGregory Nutt2014-10-231-3/+8
* Fix file naming: arm_item_syslog.c changed to up_itm_syslog.c. From Pierre...Gregory Nutt2014-10-231-1/+1
* Remove whitespace and and carriage returnsGregory Nutt2014-10-222-214/+214
* ARMv7: Add support to use ITM for SYSLOG debug outputGregory Nutt2014-10-223-1/+238
* EFM32: Add IDLE power management hooks. Nothing implemented; just define the...Gregory Nutt2014-10-221-4/+5
* Add ARMv7-M DWT and TPI register definitionsGregory Nutt2014-10-213-12/+354
* Add CMSIS ITM header file and libraryGregory Nutt2014-10-213-1/+331
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-11/+26
* Move common/up_signal_dispatch.c to armv6-m, armv7-m, and armv7-a. The armv7...Gregory Nutt2014-09-161-0/+103
* Fix a typo in system call when fetching parameter from the stack: regs[REG_P...Gregory Nutt2014-09-151-1/+1
* ELF relocations. Some relocation types do not have a named symbol associated...Gregory Nutt2014-09-091-3/+19
* Add support for delivery of use-mode signals in the kernel build.Gregory Nutt2014-09-021-1/+1
* Various changes/fixes to get configs/stm32f4discovery/kostest working after t...Gregory Nutt2014-08-291-0/+1
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-298-21/+21
* Rename arch/arm/src/armv7-a/syscall.h to svcall.h to work around some includ...Gregory Nutt2014-08-291-3/+3
* ARMv7-A: Add SYSCALL handling logicGregory Nutt2014-08-281-5/+9
* Add an ARMv7-A system call definition header fileGregory Nutt2014-08-281-6/+10
* The system call library can now be built with CONFIG_NUTTX_KERNEL. New selec...Gregory Nutt2014-08-282-11/+19