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-06 16:50:55 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4cd57e1e4ee490192203d80809b76a4b20f2e938
nuttx
/
sched
T
History
Gregory Nutt
4cd57e1e4e
Work queues: Logic that sets the queued indication and the logic that does the actual queuing must be atomic
2015-09-30 11:04:29 -06:00
..
clock
…
environ
…
errno
…
group
Correct #if to #ifdef when the macro can be undefined. Fix bug in AT24XX driver: it should compare AT24XX_ADDRSIZE to 2.
2015-09-01 13:52:29 -04:00
init
Logic for delayed memory garbage collection for the case of user space memory will not work as implemented for the case of the kernel build. That is because the correct context is in place in order to free the user memory when sched_kufree is called, but will not be in place later when the memory garbage collection runs. If this feature is really needed, then some more substantial redesign is required
2015-09-07 14:40:18 -06:00
irq
…
mqueue
…
paging
…
pthread
…
sched
Loosen up restriction a little in sched_ufree()
2015-09-07 15:28:58 -06:00
semaphore
Fix issues detected by clang
2015-09-10 20:59:43 -04:00
signal
…
task
Correct #if to #ifdef when the macro can be undefined. Fix bug in AT24XX driver: it should compare AT24XX_ADDRSIZE to 2.
2015-09-01 13:52:29 -04:00
timer
…
wdog
Fix a DEBUGASSERTion
2015-08-21 12:33:14 -06:00
wqueue
Work queues: Logic that sets the queued indication and the logic that does the actual queuing must be atomic
2015-09-30 11:04:29 -06:00
.gitignore
…
Kconfig
Fix more common typos
2015-08-16 11:07:23 -06:00
Makefile
…