summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-m/up_initialstate.c
Commit message (Expand)AuthorAgeFilesLines
* Always fill stack with watermarknuttx_stackLorenz Meier2015-01-221-1/+1
* Add support for run time stack checking for the STM32. From David SidraneGregory Nutt2014-12-261-0/+10
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-3/+3
* 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
* Beginning of high priority nested interrupt support for the ARMv7-M familyGregory Nutt2013-12-211-1/+1
* Fix more compile errors and warnings introduced in recent commitspatacongo2013-03-151-1/+1
* Fix a compile error introduced in last commitpatacongo2013-03-151-0/+3
* Switch to user-mode before starting a new taskpatacongo2013-03-141-50/+7
* More Cortex-M0/NUC120 fixespatacongo2013-02-251-1/+1
* Rename _TCB to struct tcb_spatacongo2013-02-041-1/+1
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-221-4/+8
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-221-5/+40
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-051-0/+157