📄 rtthread.lua.svn-base
字号:
rtt_kernel={ -- component-item { name = "RT_NAME_MAX", brief = "RT_NAME_MAX", description = "the maximun length of name", default = "8", type = "choice", choice = {"0", "2", "4", "8", "32"} }, { name = "RT_ALIGN_SIZE", brief = "RT_ALIGN_SIZE", description = "the align size in memory", default = "4", type = "string", choice = {"1", "4"} }, { name = "RT_THREAD_PRIORITY_MAX", brief = "PRIORITY_MAX", description = "the maximun priority level of thread", default = "256", type = "choice", choice = {"32", "256"} }, { name = "RT_TICK_PER_SECOND", brief = "Tick per Second", description = "the tick number per one second", default = "100", type = "interger" }, { name = "RT_DEBUG", brief = "RT_DEBUG", description = "the debug options", type = "section", section = { { name = "RT_THREAD_DEBUG", brief = "Thread Debug", description = "thread debug", default = "false", type = "bool" } } }, { name = "RT_USING_HOOK", brief = "Using Hook", description = "the debug options", default = "false", type = "bool" }, { name = "IPC", brief = "IPC", description = "the IPC features", type = "section", section = { { name = "RT_USING_SEMAPHORE", brief = "Using Semaphore", description = "using semaphore feature", default = "true", type = "bool" }, { name = "RT_USING_MUTEX", brief = "Using Mutex", description = "using mutex feature", default = "true", type = "bool" }, { name = "RT_USING_EVENT", brief = "Using Event", description = "using event feature", default = "true", type = "bool", }, { name = "RT_USING_FASTEVENT", brief = "Using Faset Event", description = "using faset event feature", default = "true", type = "bool", }, { name = "RT_USING_MAILBOX", brief = "Using MailBox", description = "using mailbox feature", default = "true", type = "bool", }, { name = "RT_USING_MESSAGEQUEUE", brief = "Using Message Queue", description = "using message queue feature", default = "true", type = "bool", } } }, { name = "MM", brief = "Memory Management", description = "the method of memory management", type = "section", section = { { name = "RT_USING_MEMPOOL", brief = "Using Memory Pool Management", description = "using memory pool feature", default = "true", type = "bool" }, { name = "RT_USING_HEAP", brief = "Using Dynamic Management", description = "using dynamic heap management feature", default = "true", type = "bool" }, { name = "RT_USING_VM", brief = "Using Virtual Memory", description = "using virtual memory management feature (must have MMU)", default = "false", type = "bool" } } }, { name = "Device System", brief = "Device System", description = "support device system in kernel", type = "section", section = { { name = "RT_USING_DEVICE", brief = "Using Device System", description = "using device system feature in kernel", default = "true", type = "bool" } } }, { name = "CONSOLE", brief = "Console options", description = "the option for console", type = "section", section = { { name = "RT_CONSOLEBUF_SIZE", brief = "the buffer size of console", description = "the buffer size which is used in rt_kprintf", default = "128", type = "choice", choice = {"32", "128", "256" } } } },}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -