From f6b959086671fb1bf8b2003d5c5384c7311a7735 Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 16 Apr 2019 23:38:46 +0900 Subject: [PATCH] center/fw: rename --- {fw => center_fw}/.gitignore | 0 {fw => center_fw}/Makefile | 0 {fw => center_fw}/Scope.ipynb | 0 {fw => center_fw}/adc.c | 0 {fw => center_fw}/adc.h | 0 {fw => center_fw}/base.c | 0 {fw => center_fw}/cmsis_exports.c | 0 {fw => center_fw}/datagen.py | 0 {fw => center_fw}/global.h | 0 {fw => center_fw}/main.c | 0 {fw => center_fw}/openocd.cfg | 0 {fw => center_fw}/protocol.c | 0 {fw => center_fw}/protocol.h | 0 {fw => center_fw}/protocol_test.c | 0 {fw => center_fw}/scope.gdb | 0 {fw => center_fw}/startup_stm32f030x6.s | 0 {fw => center_fw}/stm32_flash.ld | 0 {fw => center_fw}/system_stm32f0xx.c | 0 {fw => center_fw}/tools/gen_cmsis_exports.py | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename {fw => center_fw}/.gitignore (100%) rename {fw => center_fw}/Makefile (100%) rename {fw => center_fw}/Scope.ipynb (100%) rename {fw => center_fw}/adc.c (100%) rename {fw => center_fw}/adc.h (100%) rename {fw => center_fw}/base.c (100%) rename {fw => center_fw}/cmsis_exports.c (100%) rename {fw => center_fw}/datagen.py (100%) rename {fw => center_fw}/global.h (100%) rename {fw => center_fw}/main.c (100%) rename {fw => center_fw}/openocd.cfg (100%) rename {fw => center_fw}/protocol.c (100%) rename {fw => center_fw}/protocol.h (100%) rename {fw => center_fw}/protocol_test.c (100%) rename {fw => center_fw}/scope.gdb (100%) rename {fw => center_fw}/startup_stm32f030x6.s (100%) rename {fw => center_fw}/stm32_flash.ld (100%) rename {fw => center_fw}/system_stm32f0xx.c (100%) rename {fw => center_fw}/tools/gen_cmsis_exports.py (100%) diff --git a/fw/.gitignore b/center_fw/.gitignore similarity index 100% rename from fw/.gitignore rename to center_fw/.gitignore diff --git a/fw/Makefile b/center_fw/Makefile similarity index 100% rename from fw/Makefile rename to center_fw/Makefile diff --git a/fw/Scope.ipynb b/center_fw/Scope.ipynb similarity index 100% rename from fw/Scope.ipynb rename to center_fw/Scope.ipynb diff --git a/fw/adc.c b/center_fw/adc.c similarity index 100% rename from fw/adc.c rename to center_fw/adc.c diff --git a/fw/adc.h b/center_fw/adc.h similarity index 100% rename from fw/adc.h rename to center_fw/adc.h diff --git a/fw/base.c b/center_fw/base.c similarity index 100% rename from fw/base.c rename to center_fw/base.c diff --git a/fw/cmsis_exports.c b/center_fw/cmsis_exports.c similarity index 100% rename from fw/cmsis_exports.c rename to center_fw/cmsis_exports.c diff --git a/fw/datagen.py b/center_fw/datagen.py similarity index 100% rename from fw/datagen.py rename to center_fw/datagen.py diff --git a/fw/global.h b/center_fw/global.h similarity index 100% rename from fw/global.h rename to center_fw/global.h diff --git a/fw/main.c b/center_fw/main.c similarity index 100% rename from fw/main.c rename to center_fw/main.c diff --git a/fw/openocd.cfg b/center_fw/openocd.cfg similarity index 100% rename from fw/openocd.cfg rename to center_fw/openocd.cfg diff --git a/fw/protocol.c b/center_fw/protocol.c similarity index 100% rename from fw/protocol.c rename to center_fw/protocol.c diff --git a/fw/protocol.h b/center_fw/protocol.h similarity index 100% rename from fw/protocol.h rename to center_fw/protocol.h diff --git a/fw/protocol_test.c b/center_fw/protocol_test.c similarity index 100% rename from fw/protocol_test.c rename to center_fw/protocol_test.c diff --git a/fw/scope.gdb b/center_fw/scope.gdb similarity index 100% rename from fw/scope.gdb rename to center_fw/scope.gdb diff --git a/fw/startup_stm32f030x6.s b/center_fw/startup_stm32f030x6.s similarity index 100% rename from fw/startup_stm32f030x6.s rename to center_fw/startup_stm32f030x6.s diff --git a/fw/stm32_flash.ld b/center_fw/stm32_flash.ld similarity index 100% rename from fw/stm32_flash.ld rename to center_fw/stm32_flash.ld diff --git a/fw/system_stm32f0xx.c b/center_fw/system_stm32f0xx.c similarity index 100% rename from fw/system_stm32f0xx.c rename to center_fw/system_stm32f0xx.c diff --git a/fw/tools/gen_cmsis_exports.py b/center_fw/tools/gen_cmsis_exports.py similarity index 100% rename from fw/tools/gen_cmsis_exports.py rename to center_fw/tools/gen_cmsis_exports.py