From 8af74bf4974519815c2ee1e2b4bd7edb919e68f2 Mon Sep 17 00:00:00 2001 From: rtel Date: Wed, 20 Jun 2018 21:15:04 +0000 Subject: [PATCH] Small change to the directory name in which the RISC-V port is stored. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2552 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- FreeRTOS/Source/portable/ThirdParty/GCC/{RISCV => RISC-V}/port.c | 0 .../Source/portable/ThirdParty/GCC/{RISCV => RISC-V}/portasm.S | 0 .../Source/portable/ThirdParty/GCC/{RISCV => RISC-V}/portmacro.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename FreeRTOS/Source/portable/ThirdParty/GCC/{RISCV => RISC-V}/port.c (100%) rename FreeRTOS/Source/portable/ThirdParty/GCC/{RISCV => RISC-V}/portasm.S (100%) rename FreeRTOS/Source/portable/ThirdParty/GCC/{RISCV => RISC-V}/portmacro.h (100%) diff --git a/FreeRTOS/Source/portable/ThirdParty/GCC/RISCV/port.c b/FreeRTOS/Source/portable/ThirdParty/GCC/RISC-V/port.c similarity index 100% rename from FreeRTOS/Source/portable/ThirdParty/GCC/RISCV/port.c rename to FreeRTOS/Source/portable/ThirdParty/GCC/RISC-V/port.c diff --git a/FreeRTOS/Source/portable/ThirdParty/GCC/RISCV/portasm.S b/FreeRTOS/Source/portable/ThirdParty/GCC/RISC-V/portasm.S similarity index 100% rename from FreeRTOS/Source/portable/ThirdParty/GCC/RISCV/portasm.S rename to FreeRTOS/Source/portable/ThirdParty/GCC/RISC-V/portasm.S diff --git a/FreeRTOS/Source/portable/ThirdParty/GCC/RISCV/portmacro.h b/FreeRTOS/Source/portable/ThirdParty/GCC/RISC-V/portmacro.h similarity index 100% rename from FreeRTOS/Source/portable/ThirdParty/GCC/RISCV/portmacro.h rename to FreeRTOS/Source/portable/ThirdParty/GCC/RISC-V/portmacro.h -- 2.39.2