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