ChibiOS-Contrib/os/common/startup/RISCV-ECLIC
Stefan Kerkmann 8e86276eb8 Add startup code to the vectors section
The startup code that initializes the mcu is moved to be the first entry
in the vectors section, so it will always be the first to run after a reset.

Because of a typo the vector table would have been there, but was relocated
into the text section. So this setup compiled by sheer luck into a working executable
that had the _start function at the flash base (0x8000000) up to this point.
2021-09-07 00:02:25 +02:00
..
compilers/GCC Add startup code to the vectors section 2021-09-07 00:02:25 +02:00
devices/GD32VF103 Add previously undefined constants 2021-04-06 13:38:23 +02:00