Commit History

Author SHA1 Message Date
  Xiang Xiao acca9fcc3b sched/wdog: Remove MAX_WDOGPARMS and related stuff 4 years ago
  Xiang Xiao a0ce81d659 sched/wdog: Don't dynamically allocate wdog_s 4 years ago
  Gregory Nutt f2e6e131d4 include/nuttx/wdog.h: Add some additional comments. 4 years ago
  Gregory Nutt 53d5e44d89 Cosmetic updates. 5 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 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 years ago
  Gregory Nutt 12a4a58aa6 Update some wdog-related comments 7 years ago
  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 years ago
  Gregory Nutt ea7dbc984b Add basic sporadic schedule state machine 9 years ago
  Gregory Nutt eb7e66c945 Update Documentation 9 years ago
  Gregory Nutt 3adcae8ffb Update the type passed to watchdog timer handlers. Using uint32_t is a problem for 64-bit machines. 9 years ago
  Gregory Nutt 63ac1ec423 Cosmetic updates to comments 9 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