support stm8
1. see: TencentOS-tiny\board\STM8L052R8T6\IAR\hello_world 2. compile/debug/run with IAR for STM8
This commit is contained in:
@@ -56,8 +56,12 @@
|
||||
#include <tos_mmheap.h>
|
||||
#include <tos_tick.h>
|
||||
#include <tos_sched.h>
|
||||
#if TOS_CFG_PWR_MGR_EN > 0u
|
||||
#include <tos_pm.h>
|
||||
#if TOS_CFG_TICKLESS_EN > 0u
|
||||
#include <tos_tickless.h>
|
||||
#endif
|
||||
#endif
|
||||
#include <tos_global.h>
|
||||
|
||||
#endif /* _TOS_K_H_ */
|
||||
|
Reference in New Issue
Block a user