- Sep 05, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Remove the 16z board support from the main source tree. It is still avaialable in the misc/Obsoleted directory
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 04, 2014
-
-
Gregory Nutt authored
Beginning of logic that will, hopefully, all me to build applications against a NuttX export package (vs. the nuttx/ source tree).
-
Gregory Nutt authored
-
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
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix 'make export'. Adding subdirectories to the sched/ directory broke the header file collection logic
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 03, 2014
-
-
Gregory Nutt authored
Fix more places where the user-mode allocator is used to allocate kernel thread resources -- before the user-mode allocator even exists
-
Gregory Nutt authored
-
Gregory Nutt authored
Group creation logic must use new group flag when allocating resources so that the privileges on the resource are set correctly
-
Gregory Nutt authored
Add a flag to group structure: If the group is created by a kernel thread, then all resources in the group must be priviliged
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix several compile errors for logic added for CONFIG_BUILD_KERNEL, but which cause problems for other configurations
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 02, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
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
-
Gregory Nutt authored
-