提交历史

作者 SHA1 备注 提交日期
  dongjiuzhu d452a05910 pollnotify: we should send poll events before semaphore incrementes. 4 年之前
  Gregory Nutt a569006fd8 sched/: Make more naming consistent 4 年之前
  ligd cbf31bca5c global change: fix tools/checkpatch.sh warnnings 4 年之前
  ligd 231ad202ee global change: repace sched_xfree() to kxmm_free() 4 年之前
  Gregory Nutt d9b42cebe7 Check return from nxsem_wait_initialize() 4 年之前
  Xiang Xiao bd4e8e19d3 Run codespell -w against all files 4 年之前
  Xiang Xiao 5c80b94820 Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 4 年之前
  Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24) 4 年之前
  Jeff Theusch f745166bfd drivers/usbhost/usbhost_hidkbd.c: Fix keyboard debounce algorithm used when CONFIG_HIDKBD_NODEBOUNCE is undefined. 5 年之前
  Gregory Nutt ad8dc791ef drivers/usbhost: Backout some overly aggressive changes made in commit to removed CONFIG_DISABLE_POLL. 5 年之前
  Gregory Nutt b49be4bb20 Squashed commit of the following: 5 年之前
  Gregory Nutt abf6965c24 Squashed commit of the following: 5 年之前
  Gregory Nutt 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 年之前
  Dave Marples ba95cfe067 Eliminate some warnings. 6 年之前
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
  Gregory Nutt 50ca32e254 Squashed commit of the following: 6 年之前
  Gregory Nutt 5b385f4d4d kthread_create(): Rename kernel_thread() to kthread_create() for better naming consistency with task_create() and kthread_delete(). 7 年之前
  Gregory Nutt 9e25d89223 Squashed commit of the following: 7 年之前
  Gregory Nutt 936df1bcb5 Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep(). 7 年之前
  Gregory Nutt 9568600ab1 Squashed commit of the following: 7 年之前
  Gregory Nutt 42a0796615 Squashed commit of the following: 7 年之前
  Gregory Nutt 83cdb0c552 Squashed commit of the following: 7 年之前
  Gregory Nutt 4fcbe8e410 drivers: Disable priority inheritance on all semaphores used for signaling 8 年之前
  Gregory Nutt 43eb04bb8f Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 8 年之前
  Gregory Nutt efb02f2ef1 drivers/: Change some nerr() ERRORS to nwarn() WARNINGS. Anomolous network evernts are not errors. 8 年之前
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前
  Gregory Nutt e99301d7c2 Rename *lldbg to *llerr 8 年之前
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 年之前
  Gregory Nutt 3a74a438d9 Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO 8 年之前
  Gregory Nutt 2244ed46bc nuttx/drivers: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 8 年之前