- Aug 28, 2014
-
-
Gregory Nutt authored
include/sys/syscall.h: System definitions should depend on CONFIG_LIB_SYSCALL not CONFIG_NUTTX_KERNEL
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
nuttx/sched: Remove explicit references to errno. That is a problem from within the kernel for certain configurations
-
Gregory Nutt authored
nuttx/sched: Remove explicit references to errno. That is a problem from within the kernel for certain configurations
-
Gregory Nutt authored
-
Gregory Nutt authored
nuttx/drivers: Remove explicity references to errno. That is a problem from within the kernel for certain configurations
-
Gregory Nutt authored
nuttx/fs: Remove explicity references to errno. That is a problem from within the kernel for certain configurations
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
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
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
ADDRENV: Use a group flag to determine if there is an address environment (instead of the thread type)
-
- Aug 26, 2014
-
-
Gregory Nutt authored
-