openharmony_kernel_liteos_m/kernel/include
kenneth 0facb0c017 feat: support non-continuous memory regions
The multiple non-continuous memory regions are supported when the macro
LOSCFG_MEM_MUL_REGIONS is enabled. The array of the type LOS_MEM_REGION should be defined,
and each array element defines the start address and the length for each memory regions, \
begining from the lower address to the higher memory address.

close #I43XOP

Signed-off-by: kenneth <zhushangyuan@huawei.com>
2021-08-17 09:07:04 +08:00
..
los_config.h feat: support non-continuous memory regions 2021-08-17 09:07:04 +08:00
los_event.h fix: fix destroy typo 2021-05-18 10:53:39 +08:00
los_membox.h fix: fix LOS_MEMBOX_ALIGNED macro name 2021-04-26 09:42:24 +08:00
los_memory.h feat: support non-continuous memory regions 2021-08-17 09:07:04 +08:00
los_mux.h fix:Fixed kernel error with header protector and header comment description. 2021-04-26 21:13:55 +08:00
los_queue.h fix: 修复QUEUE_INFO_S中waitReadTask无法保存大于32的任务编号 2021-07-28 11:19:39 +08:00
los_sched.h !169 feat: L0支持低功耗投票框架 2021-06-22 11:55:22 +00:00
los_sem.h feat: m核新增posix接口sem_getvalue 2021-06-24 10:43:44 +08:00
los_sortlink.h IssueNo:#I3IK07 2021-04-13 21:48:04 +08:00
los_swtmr.h fix: los_swtmr.h不满足自包含要求对los_config.h存在依赖,但未包含los_config.h 2021-07-20 14:23:40 +08:00
los_task.h feat: 新增LOSCFG_BASE_CORE_TSK_SWITCH_HOOK 宏定义配置 2021-07-15 09:44:03 +08:00
los_tick.h feat: L0 支持低功耗框架 2021-06-22 13:15:06 +08:00