From f6f132826f2b2be203ef4bacc55d7bf663e4f138 Mon Sep 17 00:00:00 2001 From: cbuilder Date: Thu, 20 May 2021 18:10:26 +0300 Subject: [PATCH] Rename general risc-v hw layer directory --- components/hw/{RISCV32I => RISC-V}/RV32I/hw_cpu.S | 0 components/hw/{RISCV32I => RISC-V}/RV32I/hw_cpu.h | 0 components/hw/{RISCV32I => RISC-V}/RV32I/lang_asm_gcc.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename components/hw/{RISCV32I => RISC-V}/RV32I/hw_cpu.S (100%) rename components/hw/{RISCV32I => RISC-V}/RV32I/hw_cpu.h (100%) rename components/hw/{RISCV32I => RISC-V}/RV32I/lang_asm_gcc.h (100%) diff --git a/components/hw/RISCV32I/RV32I/hw_cpu.S b/components/hw/RISC-V/RV32I/hw_cpu.S similarity index 100% rename from components/hw/RISCV32I/RV32I/hw_cpu.S rename to components/hw/RISC-V/RV32I/hw_cpu.S diff --git a/components/hw/RISCV32I/RV32I/hw_cpu.h b/components/hw/RISC-V/RV32I/hw_cpu.h similarity index 100% rename from components/hw/RISCV32I/RV32I/hw_cpu.h rename to components/hw/RISC-V/RV32I/hw_cpu.h diff --git a/components/hw/RISCV32I/RV32I/lang_asm_gcc.h b/components/hw/RISC-V/RV32I/lang_asm_gcc.h similarity index 100% rename from components/hw/RISCV32I/RV32I/lang_asm_gcc.h rename to components/hw/RISC-V/RV32I/lang_asm_gcc.h