1set(SRCS start.S cache_asm.S hwi_init.c mmu.c print.c timer.c) 2add_library(bsp OBJECT ${SRCS}) 3 4add_subdirectory(uart)