Re: RISC-V interrupts

2017-06-06 Thread Hesham Almatary
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

RISC-V interrupts

2017-06-06 Thread Denis Obrezkov
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

[PATCH] Implementation of inttypes.h and test related to its methods.

2017-06-06 Thread Aditya Upadhyay
--- cpukit/inttypes/imaxabs.c | 47 +++ cpukit/inttypes/imaxdiv.c | 51 cpukit/inttypes/strtoimax.c| 131 cpukit/inttypes/strtoumax.c| 111 + cpukit