From 43bd8f391b8033535c3693ec88e8e3c0aa90b94e Mon Sep 17 00:00:00 2001 From: rtel 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. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2600 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../.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 | 192 ++++++----- .../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, 791 insertions(+), 122 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 @@