Fix compiling eror in hpmicro bsp (#8889)

- added 'DEVICE' to rtconfig.py
- fixed compiling error cuased by change in interrupt_gcc.S

Signed-off-by: Fan YANG <fan.yang@hpmicro.com>
This commit is contained in:
Fan Yang
2024-04-30 20:11:47 +08:00
committed by GitHub
parent 0ccc315bce
commit c21ba6985d
7 changed files with 18 additions and 5 deletions

View File

@@ -214,6 +214,7 @@ SW_handler:
.section .text.trap_entry
.align 2
.weak trap_entry
.global trap_entry
trap_entry:
#ifdef ARCH_RISCV_FPU