From 9a136a52df04056fbb18c0f3a89a715f66fe40c9 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Tue, 4 Dec 2018 01:27:06 +0000 Subject: [PATCH] Backup check in of the Microsemi IGLOO2 Creative Board RISC-V demo - still a work in progress. --- .../.cproject | 11 +- .../.project | 45 +++ .../.settings/language.settings.xml | 2 +- .../FreeRTOSConfig.h | 42 +-- .../full_demo/RegTest.S | 260 ++++++++++++++ .../full_demo/main_full.c | 322 ++++++++++++++++++ .../hw_platform.h | 2 +- .../RISC-V_IGLOO2_Creative_SoftConsole/main.c | 198 ++++++----- .../riscv_hal/entry.S | 8 +- .../riscv_hal/microsemi-riscv-igloo2.ld | 1 + .../riscv_hal/microsemi-riscv-ram.ld | 1 + .../riscv_hal/riscv_hal.c | 25 +- .../riscv_hal/riscv_plic.h | 2 +- 13 files changed, 794 insertions(+), 125 deletions(-) create mode 100644 FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/full_demo/RegTest.S create mode 100644 FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/full_demo/main_full.c diff --git a/FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/.cproject b/FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/.cproject index 478607546..921b03ba1 100644 --- a/FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/.cproject +++ b/FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/.cproject @@ -41,7 +41,7 @@