summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-m
Commit message (Expand)AuthorAgeFilesLines
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-131-2/+2
* Merge branch 'stack_check' into integrationLorenz Meier2013-06-022-0/+16
|\
| * Added stack checking for ARMv7M using R10, R10 NOT reserved yetLorenz Meier2013-06-022-0/+16
* | Config improvementsLorenz Meier2013-06-011-0/+40
|/
* Remove up_assert_codeGregory Nutt2013-04-257-137/+107
* Correction to ARM RAM vectors logic from Paul Y. ZhangGregory Nutt2013-04-232-2/+2
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-232-1/+118
* A few fixes related to dispatched signals in kernel mode (there are still iss...patacongo2013-03-221-3/+4
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-221-15/+7
* Fix syscall parameter passing for the case where the number of parameters is >4patacongo2013-03-211-17/+32
* If the PRIMASK is used to disable interrupts, then additional logic is requir...patacongo2013-03-193-21/+83
* More LPC1788 updates from Rommel Marcelopatacongo2013-03-192-10/+7
* Fields of vector offset table appear to vary with MCUpatacongo2013-03-192-18/+28
* In KERNEL mode, need to explicitly set the privilege in the CONTROL register ...patacongo2013-03-191-0/+20
* Add support for ram vectors to the ARMv7-M architecturepatacongo2013-03-183-0/+372
* Add support for nested system callspatacongo2013-03-171-8/+11
* There kernel-side signal handler trampoline needs to run in privileged modepatacongo2013-03-171-2/+8
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-173-13/+102
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-162-8/+46
* More MPU-related fixespatacongo2013-03-164-73/+207
* 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-143-67/+62
* itoa() from Ryan Sundbergpatacongo2013-03-141-2/+13
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-142-6/+6
* Fixe to kernel build and syscalls.patacongo2013-03-131-4/+13
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-16/+20
* More updates to MPU control logicpatacongo2013-03-122-17/+54
* A few early fixes in kernel build testingpatacongo2013-03-121-1/+1
* Add MPU support for the LPC17xx familypatacongo2013-03-111-2/+8
* More kernel build fixespatacongo2013-03-072-13/+12
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-071-3/+2
* Correct some assembly language errors in the last checkinpatacongo2013-03-061-8/+16
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-062-135/+103
* More Cortex-M0/NUC120 fixespatacongo2013-02-251-1/+1
* First cut at support for Cortex-M0patacongo2013-02-161-3/+3
* More STM32 F4 USB patches from Petteripatacongo2013-02-152-3/+2
* Rename _TCB to struct tcb_spatacongo2013-02-049-27/+27
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-312-22/+23
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-2/+2
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-4/+9
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-226-11/+63
* Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARM...patacongo2013-01-221-4/+4
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-151-0/+3
* Rename LM3S files, variables, and types from lm3s_ to lm_; Rename configurati...patacongo2013-01-091-4/+4
* Fixed ARM vfork; re-enabled vfork OS testpatacongo2013-01-071-1/+2
* Add ostest vfork test (does not work yet)patacongo2013-01-071-5/+5
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-071-10/+52
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-0/+96
* Misc fixes for LM3S kconfig-frontends buildpatacongo2013-01-022-5/+14