support stm8

1. see: TencentOS-tiny\board\STM8L052R8T6\IAR\hello_world
2. compile/debug/run with IAR for STM8
This commit is contained in:
daishengdong
2020-02-15 16:39:00 +08:00
parent 59e403891a
commit 405e5d970a
169 changed files with 49472 additions and 550 deletions

View File

@@ -175,13 +175,13 @@ __API__ k_err_t tos_timer_period_change(k_timer_t *tmr, k_tick_t period);
*
* @return None
*/
__KERNEL__ void timer_update(void);
__KNL__ void timer_update(void);
#endif
__KERNEL__ k_err_t timer_init(void);
__KNL__ k_err_t timer_init(void);
__KERNEL__ k_tick_t timer_next_expires_get(void);
__KNL__ k_tick_t timer_next_expires_get(void);
#endif