---
cpukit/inttypes/imaxabs.c | 47 +++
cpukit/inttypes/imaxdiv.c | 51
cpukit/inttypes/strtoimax.c| 131
cpukit/inttypes/strtoumax.c| 111 +
cpukit
Hello Hesham,
I am trying to figure out, what should be done in order to run the simplest
BSP on HiFive1 boards. So, I have some questions:
What is already done in risc-v generic - clocks, interrupts handling,
context
switching?
How local and global interrupts relate to each other? How should the
Hi Denis,
In riscv_generic, only context switching is supported. It was supposed
to only run hello world (console) and ticker (tickless timer), both
don't need interrupts. I assume you can do the same for HiFive1, which
is the simplest. Then we can discuss about the timer and interrupt
implementat