improves bsp of riscv-vp by including init.c

This commit is contained in:
2025-11-21 15:40:08 +01:00
parent fc3f6c57e5
commit fce1372494
4 changed files with 93 additions and 113 deletions

View File

@@ -42,6 +42,9 @@
#include <stdint.h>
#define NUM_INTERRUPTS 16
#define MTIMER_NEXT_TICK_INC 1000
void init_pll(void);
unsigned long get_cpu_freq(void);
unsigned long get_timer_freq(void);