From 8285ca6b5f578c7d6880064b1a383f8987a4fd96 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Mon, 17 Dec 2018 00:01:36 +0000 Subject: [PATCH] Update RISC-V_IGLOO2_Creative_SoftConsole demo to make use of new RISC-V porting layer structure and exercise some external interrupts - all tests currently passing in Renode. --- .../.cproject | 12 +- .../.settings/language.settings.xml | 2 +- .../FreeRTOSConfig.h | 4 + .../riscv_hal/microsemi-riscv-igloo2.ld | 37 ++--- .../riscv_hal/microsemi-riscv-ram.ld | 35 ++--- .../Microsemi_Code/riscv_hal/riscv_hal.c | 144 +----------------- .../Microsemi_Code/riscv_hal/riscv_plic.h | 2 +- .../full_demo/main_full.c | 94 +++++++++++- .../RISC-V_IGLOO2_Creative_SoftConsole/main.c | 3 +- 9 files changed, 149 insertions(+), 184 deletions(-) diff --git a/FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/.cproject b/FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/.cproject index a4718e7c96..19414c5c2f 100644 --- a/FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/.cproject +++ b/FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/.cproject @@ -41,7 +41,7 @@