From 483f4a8c4be058450f1ac6b26de15be49fad5a9c Mon Sep 17 00:00:00 2001 From: Richard Barry 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. --- 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