From 58674a2c755358fb88b0ec38d769f395aa0dc6ea Mon Sep 17 00:00:00 2001 From: rtel 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. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2558 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../.cproject | 2 +- .../.project | 29 ++++++----------- .../.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, 50 insertions(+), 33 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 @@