TencentOS-tiny/test
Keyi Xie ef15deda27
Update suit_task.c
test/suit_task.c:115:7: "yeild" is a misspelling of "yield"
test/suit_task.c:124:7: "yeild" is a misspelling of "yield"
test/suit_task.c:154:7: "yeild" is a misspelling of "yield"
test/suit_task.c:164:7: "yeild" is a misspelling of "yield"
test/suit_task.c:173:7: "yeild" is a misspelling of "yield"
test/suit_task.c:214:19: "yeild" is a misspelling of "yield"
test/suit_task.c:235:41: "yeild" is a misspelling of "yield"
test/suit_task.c:244:29: "yeild" is a misspelling of "yield"
test/suit_task.c:267:27: "yeild" is a misspelling of "yield"
2020-09-12 16:09:31 +08:00
..
include Update test_robin.h 2020-07-02 20:20:43 +08:00
suit_binary_heap.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
suit_char_fifo.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
suit_event.c first commit for opensource 2019-09-16 13:19:50 +08:00
suit_mail_queue.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
suit_message_queue.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
suit_mmblk.c first commit for opensource 2019-09-16 13:19:50 +08:00
suit_mmheap.c first commit for opensource 2019-09-16 13:19:50 +08:00
suit_mutex.c first commit for opensource 2019-09-16 13:19:50 +08:00
suit_priority_mail_queue.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
suit_priority_message_queue.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
suit_priority_queue.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
suit_ring_queue.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
suit_robin.c add ring queue/message queue/mail queue, binary heap/priority queue/priority message queue/priority mail queue 2019-10-28 15:50:46 +08:00
suit_sem.c first commit for opensource 2019-09-16 13:19:50 +08:00
suit_task.c Update suit_task.c 2020-09-12 16:09:31 +08:00
suit_timer.c first commit for opensource 2019-09-16 13:19:50 +08:00
test_main.c add ring queue/message queue/mail queue, binary heap/priority queue/priority message queue/priority mail queue 2019-10-28 15:50:46 +08:00
test_utils.c add ring queue/message queue/mail queue, binary heap/priority queue/priority message queue/priority mail queue 2019-10-28 15:50:46 +08:00