support GD32VF103C START board

This commit is contained in:
acevest
2019-09-23 22:01:10 +08:00
parent 2d9580cf78
commit 1747cedc61
17 changed files with 698 additions and 262 deletions

View File

@@ -116,7 +116,7 @@ void cpu_trap_entry(cpu_data_t cause, cpu_context_t *regs)
}
void SysTick_IRQHandler() {
port_systick_config(k_cpu_cycle_per_tick);
port_systick_config((uint32_t)k_cpu_cycle_per_tick);
if (tos_knl_is_running()) {
tos_knl_irq_enter();
tos_tick_handler();