This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from c22df41ca6 espressif: Add variable to override MCUboot version and URL new 900b1c19dd wqueue: improve the robustness of the work new 9dbb9b49c6 sched/wqueue: Change dq to list. new 6f72f5481d sched/wqueue: Refactor delayed and periodical workqueue. new fb592064cb sched: Improved the wdog and wq list insertion. The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: include/nuttx/wdog.h | 11 +-- include/nuttx/wqueue.h | 26 ++---- libs/libc/wqueue/work_cancel.c | 29 +----- libs/libc/wqueue/work_queue.c | 83 ++++++++--------- libs/libc/wqueue/work_usrthread.c | 27 +++--- libs/libc/wqueue/wqueue.h | 7 +- sched/wdog/wd_start.c | 18 ++-- sched/wqueue/kwork_cancel.c | 39 +++++--- sched/wqueue/kwork_queue.c | 137 ++++++++------------------- sched/wqueue/kwork_thread.c | 189 ++++++++++++++++++++++++++++---------- sched/wqueue/wqueue.h | 107 ++++++++++++++++----- 11 files changed, 370 insertions(+), 303 deletions(-)