nuttx/sched
zhuyanlin 060b99d67c sched:watchdog: remove tick check in wd_timer
In scene with CONFIG_SCHED_TICKLESS but no CONFIG_SCHED_TICKLESS_ALARM
The system may crash by assert
`up_assert: Assertion failed at file:wdog/wd_start.c line: 379 task: rptun`

Signed-off-by: zhuyanlin <zhuyanlin1@xiaomi.com>
2021-11-20 02:28:06 -06:00
..
clock Move timespec calculations from sched into libc/sched 2021-11-04 13:19:01 -05:00
environ Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
group group/child_status: Dynamically expand group child_status 2021-07-15 20:14:57 -07:00
init libc: Remove the empty lib_initialize 2021-11-01 11:03:02 -03:00
irq mm: do kmm_checkcorruption in IRQ when TCB_FLAG_DEBUG_CHECK set 2021-11-17 09:55:19 -06:00
module Rename MODULE_TEXT to TEXT_HEAP as the latter is more generic. 2021-06-18 07:14:17 -05:00
mqueue mq_open: add long file name check and parameter check 2021-10-21 11:01:45 -03:00
paging Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
pthread sched: Refine tls_info_s and task_info_s 2021-07-02 10:33:34 -05:00
sched sched/sched: Fix some typos in comments. 2021-11-18 19:27:40 -06:00
semaphore sem: remove limitation of irq context when do sem_trywait 2021-11-17 02:20:08 -06:00
signal sched/signal: Correct kill with cancellation 2021-09-27 18:17:40 -07:00
task sched/vfork: allocate tls_info_s instead task_info_s from stack 2021-11-01 20:53:07 -03:00
timer Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
wdog sched:watchdog: remove tick check in wd_timer 2021-11-20 02:28:06 -06:00
wqueue work_queue: schedule the work queue using the timer mechanism 2021-07-27 21:01:38 -07:00
Kconfig drivers/note: Fix typos. 2021-11-12 16:50:41 -03:00
Makefile style/Makefile: remove unnecessary trailing whitespace 2020-11-28 12:20:30 +01:00