summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-m
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change naming of ELF interfaces from arch_ to up_ for consistencyGregory Nutt2014-08-251-7/+7
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-086-6/+3
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-087-7/+7
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* 3rd time is a charm. Max is right, the initial priority setting should be NV...Gregory Nutt2014-07-241-1/+1
* Oops, should have been NVIC_SYSH_PRIORITY_DEFAULTGregory Nutt2014-07-241-1/+1
* Correct the initial value of the BASEPRI register. This was apparently neve...Gregory Nutt2014-07-241-1/+9
* Change all variadic macros to C99 styleGregory Nutt2014-05-223-3/+3
* ARMv7-M: Add FPU-related CFLAG settings for the CodeSourcery of Linux toolchainGregory Nutt2014-04-291-1/+9
* More trailing whilespace removalGregory Nutt2014-04-1312-27/+27
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* All ARM assertion logic will show stack usage on assertion if DEBUG_STACK is ...Gregory Nutt2014-03-231-4/+19
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-1/+26
* Use common naming for rest of the toolchains tooGregory Nutt2014-03-051-26/+0
* Use common naming for all buildroot toolchainsGregory Nutt2014-03-051-6/+0
* Buildroot EABI (vs OABI) is now the defaultGregory Nutt2014-02-281-1/+1
* ARMv6-M/ARMv7-M: Correct a register handling error in signal delivery (Kernel...Gregory Nutt2014-02-232-36/+38
* More STM32F429 Discovery FPU-related changes from David AlessioGregory Nutt2014-02-182-2/+10
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-243-7/+7
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-241-8/+12
* Assembler changes with the gcc-47 distribution from ARM mean that we need to ...Gregory Nutt2014-01-231-16/+16
* Individual IRQs are not longer disabled on each interrupt. See ChangeLog for...Gregory Nutt2014-01-151-7/+3
* STM3240G-EVAL knxwm: Work around CodeSourcery library bug by switching to bu...Gregory Nutt2013-12-311-1/+1
* Need to protect state on stack to do nested interrupt handlingGregory Nutt2013-12-231-16/+24
* Fixes a few more high priority, nested interrupt logicGregory Nutt2013-12-234-31/+26
* Several fixes related to Cortex-M RAM vectorsGregory Nutt2013-12-224-12/+19