- Sep 09, 2014
-
-
Gregory Nutt authored
ELF relocations. Some relocation types do not have a named symbol associated with them. The design did not account for that case
-
- Sep 08, 2014
-
-
Gregory Nutt authored
SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to board.h header file. From Fabien Comte
-
Gregory Nutt authored
SAMA5D4-EK: In kernel build with address environment, need logic to map user virtual addresses to physical addresses, and vice versa
-
- Sep 07, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 04, 2014
-
-
Gregory Nutt authored
The 'make export' target needs to bundle up the user C startup file (crt0), not the kernel head object
-
Gregory Nutt authored
-
- Sep 03, 2014
-
-
Gregory Nutt authored
-
- Sep 02, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Space at the beginning of the process data space is now reserved for user heap management structures. In the kernel build mode, these heap structures are shared between the kernel and use code in order to allocate user-specific data.
-
Gregory Nutt authored
-
- Sep 01, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing.
-
Gregory Nutt authored
-
Gregory Nutt authored
Obsolete support for the 8051 family. Trying to maintain compatibility with this family is too much effort and there has never really been a successful NuttX impplementation on these parts
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 31, 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
Clean up some kernel build heap allocation issues. The Cortex-A kernel build now compiles without errors (but cannot link until brk() and sbrk() are implemented).
-
Gregory Nutt authored
-
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
-