TencentOS-tiny/kernel/core
daishengdong febcf10911 add kv fs component
1. a true wear-leveling kv fs for norflash, especially optimize for some onchip norflash with "write once on one single write unit" like stm32l4, a true "no earse before write" flash algorithm.
2. an "as less as possible" gc strategy, do best to save norflash's life.
3. full "power down protection" support
4. see "examples" of kv, project in "TencentOS_tiny_EVB_MX_Plus", with onchip flash and qspiflash sample.
2019-12-19 16:08:42 +08:00
..
include add kv fs component 2019-12-19 16:08:42 +08:00
tos_binary_heap.c add more nimble example 2019-11-12 19:56:52 +08:00
tos_char_fifo.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_completion.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_countdownlatch.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_event.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_global.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
tos_mail_queue.c a bugfix for mail queue and printf clipping switch 2019-11-25 21:04:37 +08:00
tos_message_queue.c a bugfix for mail queue and printf clipping switch 2019-11-25 21:04:37 +08:00
tos_mmblk.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_mmheap.c add kv fs component 2019-12-19 16:08:42 +08:00
tos_mutex.c a bugfix for mail queue and printf clipping switch 2019-11-25 21:04:37 +08:00
tos_pend.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_priority_mail_queue.c a bugfix for mail queue and printf clipping switch 2019-11-25 21:04:37 +08:00
tos_priority_message_queue.c a bugfix for mail queue and printf clipping switch 2019-11-25 21:04:37 +08:00
tos_priority_queue.c fix compile warning 2019-10-31 15:08:13 +08:00
tos_ring_queue.c add more nimble example 2019-11-12 19:56:52 +08:00
tos_robin.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_sched.c add API (tos_task_create_dyn & tos_task_walkthru & tos_task_curr_task_get) 2019-10-23 21:22:13 +08:00
tos_sem.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_sys.c add nimble mesh example 2019-11-28 11:12:16 +08:00
tos_task.c add kv fs component 2019-12-19 16:08:42 +08:00
tos_tick.c a bugfix for mail queue and printf clipping switch 2019-11-25 21:04:37 +08:00
tos_time.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_timer.c add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00