Gregory Nutt 11eb7ef4f8 Minor fixed to documents and C comments. 5 年之前
..
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 年之前
environ 4eeba49507 Documentation/NuttShell.html: Add a little more information for the NSH set command. 6 年之前
errno b54ffe858a Standardization of some function headers. 6 年之前
group efe65749ce Fix condition logic: The setup seems to support a network without sockets. That is not the case. 5 年之前
init 2fbec4cdf6 Doumentation/NuttxPortingGuide.html: Add description of board_early_initialize() and board_late_initialize(). 5 年之前
irq a2e62f557d Squashed commit of the following: 5 年之前
module 9e2238f6cd libs/libc/dllfcn: Implement dlerror using strerror. 5 年之前
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 年之前
paging a2e62f557d Squashed commit of the following: 5 年之前
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 年之前
sched 11eb7ef4f8 Minor fixed to documents and C comments. 5 年之前
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 年之前
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 年之前
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 年之前
timer fb63c0a293 sched/signal and related changes to other OS subsystems. 5 年之前
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 年之前
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 年之前
.gitignore 4748599a43 .dSYM only needs to be in the same .gitignore files as .exe 11 年之前
Kconfig 2fbec4cdf6 Doumentation/NuttxPortingGuide.html: Add description of board_early_initialize() and board_late_initialize(). 5 年之前
Makefile 24468128de TLS: Simplify 8 年之前