From f6cbf20019f5a51620b7db8e7bd447cf2c783f15 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Sat, 7 Jul 2018 21:54:41 +0000 Subject: [PATCH] Update RISC-V project to used official port stubs in place of third party port. --- .../.cproject | 2 +- .../.project | 33 +++++++------------ .../.settings/language.settings.xml | 2 +- .../FreeRTOSConfig.h | 9 +++-- .../hw_platform.h | 2 +- .../RISC-V_IGLOO2_Creative_SoftConsole/main.c | 32 +++++++++++++++--- .../riscv_hal/sample_hw_platform.h | 1 + .../Source/portable/GCC/RISC-V-RV32/port.c | 4 ++- .../portable/GCC/RISC-V-RV32/portmacro.h | 2 +- 9 files changed, 52 insertions(+), 35 deletions(-) diff --git a/FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/.cproject b/FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/.cproject index c1655cff0..478607546 100644 --- a/FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/.cproject +++ b/FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/.cproject @@ -49,7 +49,7 @@