add part of bsp for sabre lite board

This commit is contained in:
Wang_Weigen
2023-04-07 16:23:09 +08:00
parent 419b53594f
commit 60e1c1bf8f
123 changed files with 450231 additions and 21 deletions
@@ -1,4 +1,10 @@
void start_kernel()
#include <isr.h>
extern void platform_init(void);
extern void print_version(void);
void init()
{
SysInitIsrManager();
platform_init();
print_version();
}