提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao acca9fcc3b sched/wdog: Remove MAX_WDOGPARMS and related stuff 4 年之前
  Xiang Xiao a0ce81d659 sched/wdog: Don't dynamically allocate wdog_s 4 年之前
  Gregory Nutt f2e6e131d4 include/nuttx/wdog.h: Add some additional comments. 4 年之前
  Gregory Nutt 53d5e44d89 Cosmetic updates. 5 年之前
  Gregory Nutt b54ffe858a Standardization of some function headers. 6 年之前
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
  Gregory Nutt da50646bcf sched/wdog: wd_start() is an internal OS function and should not set the errno value. Reviewed and updated every call to wd_start() to verify if return value is used and if so if the errno value is accessed. 6 年之前
  Gregory Nutt 12a4a58aa6 Update some wdog-related comments 7 年之前
  Dimitry Kloper b48ca00cd5 The delay parameter has 'int' type while explicit int32_t is used in sigtimedwait() (sig_timedwait.c) This can lead to wrong argument for systems that have default int size different than int32 (namely AVR). 8 年之前
  Gregory Nutt ea7dbc984b Add basic sporadic schedule state machine 9 年之前
  Gregory Nutt eb7e66c945 Update Documentation 9 年之前
  Gregory Nutt 3adcae8ffb Update the type passed to watchdog timer handlers. Using uint32_t is a problem for 64-bit machines. 9 年之前
  Gregory Nutt 63ac1ec423 Cosmetic updates to comments 9 年之前
  Gregory Nutt fd484c4de9 Add support for statically allocated watchdog timer structures 10 年之前
  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 年之前