updates ehrenberg devices and BSP

This commit is contained in:
2024-06-10 10:13:07 +02:00
parent c94eb7c61a
commit 231366cc94
13 changed files with 200 additions and 20 deletions

4
env/start.S vendored
View File

@@ -37,11 +37,11 @@ _start:
2:
/* Call global constructors */
//#ifdef HAVE_INIT_FINI
#ifndef HAVE_NO_INIT_FINI
la a0, __libc_fini_array
call atexit
call __libc_init_array
//#endif
#endif
#ifndef __riscv_float_abi_soft
/* Enable FPU */
li t0, MSTATUS_FS