RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
systeminit.h
浏览该文件的文档.
1/*
2 * This file is only used for doxygen document generation.
3 */
4
48
59
63void rt_system_heap_init(void* begin_addr, void* end_addr);
void rt_application_init()
void rt_system_heap_init(void *begin_addr, void *end_addr)
This function will init system heap. User can override this API to complete other works,...