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-05-13 10:38:40 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
cb340cbfdbdc3fe5886d612ad64cc40a2b15fa21
nuttx
/
sched
T
History
Gregory Nutt
fb50a65756
boards/: Move more drivers directories at were placed too high in the hieararchy.
2019-08-24 14:42:14 -06:00
..
clock
…
environ
tools/nxstyle.c: Fix error in conditional logic that was preventing detection bad brace alignment. Add logic to handle alignment of braces in data initializators which following slightly different indentation rules.
2019-06-30 10:35:10 -06:00
errno
…
group
sched/group/group_setuid.c and group_setguid.c: Verify that the UID/GID is within range.
2019-08-10 10:42:53 -06:00
init
Fix typos.
2019-08-04 14:50:28 -06:00
irq
tools/nxstyle.c: Fix error in conditional logic that was preventing detection bad brace alignment. Add logic to handle alignment of braces in data initializators which following slightly different indentation rules.
2019-06-30 10:35:10 -06:00
module
…
mqueue
Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point'
2019-08-23 11:57:35 -06:00
paging
…
pthread
tools/nxstyle.c: Fix error in conditional logic that was preventing detection bad brace alignment. Add logic to handle alignment of braces in data initializators which following slightly different indentation rules.
2019-06-30 10:35:10 -06:00
sched
sched/: Correct some naming. The NuttX task groups have been using the acroynum 'gid' and also the type 'gid_t' for the the task group ID. That is incorrect. Than naming is reserved for use with group permissions. So these were all named to grpid and grpid_t so that it is clearer that these refer to NuttX task group IDs, and not to group permissions.
2019-08-02 10:01:30 -06:00
semaphore
Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point'
2019-08-23 11:57:35 -06:00
signal
Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point'
2019-08-23 11:57:35 -06:00
task
Squashed commit of the following:
2019-08-23 13:20:52 -06:00
timer
…
wdog
…
wqueue
boards/: Move more drivers directories at were placed too high in the hieararchy.
2019-08-24 14:42:14 -06:00
.gitignore
…
Kconfig
sched/Kconfig: Fix minor typos.
2019-08-18 18:04:08 -06:00
Makefile
…