This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-07 17:33:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9d28249778c7ecdde1dcc5c0ce2f800391505eab
nuttx
/
sched
T
History
Gregory Nutt
a41c1de32c
Add basic data structures that will allow us to move named semaphore support out of the OS and into the VFS (not complete).
2014-09-28 10:15:33 -06:00
..
clock
clock_gettime.c: Fix a cornercase bug in clock_gettime()
2014-09-10 17:10:54 -06:00
environ
…
errno
…
group
Add support for a per-process virtual page allocator. This is a new member of the task_group_s structure. The allocaor must be initialized when a new user process is started and uninitialize when the process group is finally destroyed. It is used by shmat() and shmdt() to pick the virtual address onto which to map the shared physical memory.
2014-09-23 16:04:39 -06:00
init
Move include/nuttx/mm.h to include/nuttx/mm/mm.h
2014-09-24 07:29:09 -06:00
irq
…
mqueue
…
paging
…
pthread
A const storage class to to phthread parameters. From Freddie Chopin
2014-09-08 06:21:48 -06:00
sched
Don't release user stack in kernel build. Already destroyed with all of the address environment
2014-09-15 12:45:41 -06:00
semaphore
Add basic data structures that will allow us to move named semaphore support out of the OS and into the VFS (not complete).
2014-09-28 10:15:33 -06:00
signal
…
task
More changes so that the KNSH build survives the changes needed for the ELF build
2014-09-16 15:55:21 -06:00
timer
…
wdog
…
.gitignore
…
Kconfig
Kconfig choice value needs a prompt
2014-09-11 07:18:33 -06:00
Makefile
…