Gregory Nutt 11eb7ef4f8 Minor fixed to documents and C comments. 5 years ago
..
clock f337cc1380 sched/clock/ timekeeping: Use clock_basetime() to initialize g_clock_wall_time to get the best initial RTC value and initialize g_clock_last_counter too since the hardware may not start counting from zero. 6 years ago
environ 4eeba49507 Documentation/NuttShell.html: Add a little more information for the NSH set command. 6 years ago
errno b54ffe858a Standardization of some function headers. 6 years ago
group efe65749ce Fix condition logic: The setup seems to support a network without sockets. That is not the case. 5 years ago
init 2fbec4cdf6 Doumentation/NuttxPortingGuide.html: Add description of board_early_initialize() and board_late_initialize(). 5 years ago
irq a2e62f557d Squashed commit of the following: 5 years ago
module 9e2238f6cd libs/libc/dllfcn: Implement dlerror using strerror. 5 years ago
mqueue 626afb015b nuttx/sched/mqueue: Change 'int prio' to 'unsigned int prio'. According to open group specification, priority field in mq_* functions should have unsigned type: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html 5 years ago
paging a2e62f557d Squashed commit of the following: 5 years ago
pthread a64869aa67 CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 5 years ago
sched 11eb7ef4f8 Minor fixed to documents and C comments. 5 years ago
semaphore bb623d1e04 This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit(). 5 years ago
signal bb623d1e04 This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit(). 5 years ago
task a64869aa67 CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 5 years ago
timer fb63c0a293 sched/signal and related changes to other OS subsystems. 5 years ago
wdog bb623d1e04 This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit(). 5 years ago
wqueue 40b74d1f1c sched/wqueue/kwork_notifier.c: Fix broken assertion introduced in recent commit. Breaks non-error path. Suggested by Jussi Kivilinna in Butbucket commit comment. 5 years ago
.gitignore 4748599a43 .dSYM only needs to be in the same .gitignore files as .exe 11 years ago
Kconfig 2fbec4cdf6 Doumentation/NuttxPortingGuide.html: Add description of board_early_initialize() and board_late_initialize(). 5 years ago
Makefile 24468128de TLS: Simplify 8 years ago