FreeRTOS-Kernel/FreeRTOS/Source/portable/GCC/RISC-V-RV32
Richard Barry 7cc42b2ab6 Save changes to the RISC-V port layer before making changes necessary to support pulpino too:
+ Switch positions of the asm functions used to start the kernel and handle traps to enable one to reference to the other.
+ Handle external interrupts (working with Renode emulator).
+ The _sp linker variable is now called __freertos_irq_stack_top.
2018-12-16 20:21:29 +00:00
..
port.c Save changes to the RISC-V port layer before making changes necessary to support pulpino too: 2018-12-16 20:21:29 +00:00
portASM.S Save changes to the RISC-V port layer before making changes necessary to support pulpino too: 2018-12-16 20:21:29 +00:00
portmacro.h Save changes to the RISC-V port layer before making changes necessary to support pulpino too: 2018-12-16 20:21:29 +00:00