enable set systick priority for bumblebee

This commit is contained in:
acevest
2019-09-26 20:11:59 +08:00
parent f03535a484
commit 384a4f6ef3
9 changed files with 27 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ __KERNEL__ void cpu_init(void) {
k_cpu_cycle_per_tick = TOS_CFG_CPU_CLOCK / k_cpu_tick_per_second;
cpu_systick_init(k_cpu_cycle_per_tick);
riscv_cpu_init();
port_cpu_init();
}
__API__ cpu_cpsr_t tos_cpu_cpsr_save(void)