TencentOS-tiny/kernel/core/include
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
..
tos.h a bugfix for mail queue and printf clipping switch 2019-11-25 21:04:37 +08:00
tos_binary_heap.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_char_fifo.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_compiler.h TencentOS tiny port to MSP430FR6972 2019-11-18 19:43:41 +08:00
tos_completion.h refresh 开发指南.pdf 2019-11-14 19:27:36 +08:00
tos_config_check.h 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_config_default.h a bugfix for mail queue and printf clipping switch 2019-11-25 21:04:37 +08:00
tos_countdownlatch.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_err.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_event.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_global.h 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_klib.h a bugfix for mail queue and printf clipping switch 2019-11-25 21:04:37 +08:00
tos_ktypes.h fix compile warning 2019-10-31 15:08:13 +08:00
tos_list.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_mail_queue.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_message_queue.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_mmblk.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_mmheap.h add tos_mmheap_check & tos_mmheap_pool_check API and TOS_CFG_MMHEAP_DEFAULT_POOL_EN switch 2019-10-14 22:09:57 +08:00
tos_mutex.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_pend.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_priority_mail_queue.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_priority_message_queue.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_priority_queue.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_ring_queue.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_robin.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_sched.h TencentOS tiny port to MSP430FR6972 2019-11-18 19:43:41 +08:00
tos_sem.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00
tos_sys.h add nimble mesh example 2019-11-28 11:12:16 +08:00
tos_task.h add kv fs component 2019-12-19 16:08:42 +08:00
tos_tick.h a bugfix for mail queue and printf clipping switch 2019-11-25 21:04:37 +08:00
tos_time.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_timer.h add a set of dyn(create / destroy) interface 2019-10-29 16:57:43 +08:00