From 5c08a1d2661e1293aca3e46875a790e3ece7ac0c Mon Sep 17 00:00:00 2001 From: rtel 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. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2605 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../.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 a4718e7c9..19414c5c2 100644 --- a/FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/.cproject +++ b/FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/.cproject @@ -41,7 +41,7 @@