- Aug 31, 2014
-
-
Gregory Nutt authored
-
- Aug 29, 2014
-
-
Gregory Nutt authored
Various changes/fixes to get configs/stm32f4discovery/kostest working after the big configuration renaming (and after a long period of bit rot)
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix hard coded values in dispatch_sysall inline assembly. Back out/corect part of last change; that was going the wrong direction.
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix ARM7/9 and Cortex-A SYSCALLs: For threads in SVC mode, the SVC instructions clobbers R14. This must be taken account in the inline assembly
-
Gregory Nutt authored
-
Gregory Nutt authored
Rename arch/arm/src/armv7-a/syscall.h to svcall.h to work around some include path name collisions; fix some compilation errors in SYSCALL logic when debug is enabled
-
- Aug 28, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generic. From Freddie Chopin
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Z80: Move address environment switch from the task switchers to the interrupt handler. That may save doing the action multiple times per interrupt
-
Gregory Nutt authored
x86: Move address environment switch from the task switchers to the interrupt handler. That may save doing the action multiple times per interrupt
-
Gregory Nutt authored
SH: Move address environment switch from the task switchers to the interrupt handler. That may save doing the action multiple times per interrupt
-
Gregory Nutt authored
MIPS: Move address environment switch from the task switchers to the interrupt handler. That may save doing the action multiple times per interrupt
-
Gregory Nutt authored
AVR32: Move address environment switch from the task switchers to the interrupt handler. That may save doing the action multiple times per interrupt
-
Gregory Nutt authored
AVR32: Move address environment switch from the task switchers to the interrupt handler. That may save doing the actin multiple times per interrupt
-
Gregory Nutt authored
ARM: Move address environment switch from the task switchers to the interrupt handler. That may save doing the actin multiple times per interrupt
-
Gregory Nutt authored
ARM: Move address environment switch from the task switchers to the interrupt handler. That may save doing the actin multiple times per interrupt
-
- Aug 27, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 26, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments so that can be used for other purposes
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix confusion about what is a page of data and what is a page of L2 page table; restructure functions to reduce duplicated logic
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 25, 2014
-
-
Gregory Nutt authored
-