diff options
author | jaseg <git@jaseg.net> | 2019-04-16 23:38:46 +0900 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2019-04-16 23:38:46 +0900 |
commit | f6b959086671fb1bf8b2003d5c5384c7311a7735 (patch) | |
tree | 1e06cf5a3c19900323d1f44dabd8a7ee14e2ec32 | |
parent | e79f3d4047aaf9beb8a59f1d30d93c78efae0cc5 (diff) | |
download | 8seg-f6b959086671fb1bf8b2003d5c5384c7311a7735.tar.gz 8seg-f6b959086671fb1bf8b2003d5c5384c7311a7735.tar.bz2 8seg-f6b959086671fb1bf8b2003d5c5384c7311a7735.zip |
center/fw: rename
-rw-r--r-- | center_fw/.gitignore (renamed from fw/.gitignore) | 0 | ||||
-rw-r--r-- | center_fw/Makefile (renamed from fw/Makefile) | 0 | ||||
-rw-r--r-- | center_fw/Scope.ipynb (renamed from fw/Scope.ipynb) | 0 | ||||
-rw-r--r-- | center_fw/adc.c (renamed from fw/adc.c) | 0 | ||||
-rw-r--r-- | center_fw/adc.h (renamed from fw/adc.h) | 0 | ||||
-rw-r--r-- | center_fw/base.c (renamed from fw/base.c) | 0 | ||||
-rw-r--r-- | center_fw/cmsis_exports.c (renamed from fw/cmsis_exports.c) | 0 | ||||
-rw-r--r-- | center_fw/datagen.py (renamed from fw/datagen.py) | 0 | ||||
-rw-r--r-- | center_fw/global.h (renamed from fw/global.h) | 0 | ||||
-rw-r--r-- | center_fw/main.c (renamed from fw/main.c) | 0 | ||||
-rw-r--r-- | center_fw/openocd.cfg (renamed from fw/openocd.cfg) | 0 | ||||
-rw-r--r-- | center_fw/protocol.c (renamed from fw/protocol.c) | 0 | ||||
-rw-r--r-- | center_fw/protocol.h (renamed from fw/protocol.h) | 0 | ||||
-rw-r--r-- | center_fw/protocol_test.c (renamed from fw/protocol_test.c) | 0 | ||||
-rw-r--r-- | center_fw/scope.gdb (renamed from fw/scope.gdb) | 0 | ||||
-rw-r--r-- | center_fw/startup_stm32f030x6.s (renamed from fw/startup_stm32f030x6.s) | 0 | ||||
-rw-r--r-- | center_fw/stm32_flash.ld (renamed from fw/stm32_flash.ld) | 0 | ||||
-rw-r--r-- | center_fw/system_stm32f0xx.c (renamed from fw/system_stm32f0xx.c) | 0 | ||||
-rw-r--r-- | center_fw/tools/gen_cmsis_exports.py (renamed from fw/tools/gen_cmsis_exports.py) | 0 |
19 files changed, 0 insertions, 0 deletions
diff --git a/fw/.gitignore b/center_fw/.gitignore index ed41bfa..ed41bfa 100644 --- a/fw/.gitignore +++ b/center_fw/.gitignore diff --git a/fw/Makefile b/center_fw/Makefile index 16cf5c7..16cf5c7 100644 --- a/fw/Makefile +++ b/center_fw/Makefile diff --git a/fw/Scope.ipynb b/center_fw/Scope.ipynb index 9222f06..9222f06 100644 --- a/fw/Scope.ipynb +++ b/center_fw/Scope.ipynb diff --git a/fw/adc.c b/center_fw/adc.c index eb5d4b5..eb5d4b5 100644 --- a/fw/adc.c +++ b/center_fw/adc.c diff --git a/fw/adc.h b/center_fw/adc.h index a3e9d53..a3e9d53 100644 --- a/fw/adc.h +++ b/center_fw/adc.h diff --git a/fw/base.c b/center_fw/base.c index 8e7c03b..8e7c03b 100644 --- a/fw/base.c +++ b/center_fw/base.c diff --git a/fw/cmsis_exports.c b/center_fw/cmsis_exports.c index 39874b5..39874b5 100644 --- a/fw/cmsis_exports.c +++ b/center_fw/cmsis_exports.c diff --git a/fw/datagen.py b/center_fw/datagen.py index 63402dc..63402dc 100644 --- a/fw/datagen.py +++ b/center_fw/datagen.py diff --git a/fw/global.h b/center_fw/global.h index 15a5e87..15a5e87 100644 --- a/fw/global.h +++ b/center_fw/global.h diff --git a/fw/main.c b/center_fw/main.c index 2340ecb..2340ecb 100644 --- a/fw/main.c +++ b/center_fw/main.c diff --git a/fw/openocd.cfg b/center_fw/openocd.cfg index ce164b7..ce164b7 100644 --- a/fw/openocd.cfg +++ b/center_fw/openocd.cfg diff --git a/fw/protocol.c b/center_fw/protocol.c index 87d46e4..87d46e4 100644 --- a/fw/protocol.c +++ b/center_fw/protocol.c diff --git a/fw/protocol.h b/center_fw/protocol.h index 9178c42..9178c42 100644 --- a/fw/protocol.h +++ b/center_fw/protocol.h diff --git a/fw/protocol_test.c b/center_fw/protocol_test.c index d417a1b..d417a1b 100644 --- a/fw/protocol_test.c +++ b/center_fw/protocol_test.c diff --git a/fw/scope.gdb b/center_fw/scope.gdb index bb685e7..bb685e7 100644 --- a/fw/scope.gdb +++ b/center_fw/scope.gdb diff --git a/fw/startup_stm32f030x6.s b/center_fw/startup_stm32f030x6.s index 2f0eb42..2f0eb42 100644 --- a/fw/startup_stm32f030x6.s +++ b/center_fw/startup_stm32f030x6.s diff --git a/fw/stm32_flash.ld b/center_fw/stm32_flash.ld index cba7577..cba7577 100644 --- a/fw/stm32_flash.ld +++ b/center_fw/stm32_flash.ld diff --git a/fw/system_stm32f0xx.c b/center_fw/system_stm32f0xx.c index a43c3d6..a43c3d6 100644 --- a/fw/system_stm32f0xx.c +++ b/center_fw/system_stm32f0xx.c diff --git a/fw/tools/gen_cmsis_exports.py b/center_fw/tools/gen_cmsis_exports.py index ba3422b..ba3422b 100644 --- a/fw/tools/gen_cmsis_exports.py +++ b/center_fw/tools/gen_cmsis_exports.py |