Commit History

Author SHA1 Message Date
  ligd 441cf6c207 sched/wdog: improve accuracy of wd_gettime() in tickless mode 6 years ago
  Gregory Nutt b54ffe858a Standardization of some function headers. 6 years ago
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 years ago
  Gregory Nutt 0de294a586 Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 7 years ago
  Gregory Nutt 970b34ae8f Remove some empty file section section header comments 8 years ago
  Gregory Nutt 0f90500f72 Standardize the width of all comment boxes in header files 9 years ago
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 years ago
  Gregory Nutt b3a1939020 Sempahores: Add logic to clean up after task_delete() or pthread_cancel() if the task happens to be waiting on a semaphore when it is cancelled 10 years ago
  Gregory Nutt fd484c4de9 Add support for statically allocated watchdog timer structures 10 years ago
  Gregory Nutt ad9b3f8ab8 wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide. 10 years ago
  Gregory Nutt 952d87587f If we run out of pre-allocated watchdog times, the logic will allocate additional timers from the heap. A reserve of pre-allocated watchdog timers is maintained so that there will always be timers available for interrupt handlers. 10 years ago
  Gregory Nutt 0f318e9249 Move watchdog functions from sched/ to sched/wdog 10 years ago