From be7def128ac47c8128c06f187d11e6d501ec55fe Mon Sep 17 00:00:00 2001 From: Lucian Copeland Date: Wed, 11 Mar 2020 18:16:16 -0400 Subject: [PATCH] submodule move and sync --- .gitmodules | 4 ++-- ports/{stm32f4 => stm}/stm32f4 | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename ports/{stm32f4 => stm}/stm32f4 (100%) diff --git a/.gitmodules b/.gitmodules index c25239882..6300339d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -96,8 +96,8 @@ [submodule "frozen/circuitpython-stage"] path = frozen/circuitpython-stage url = https://github.com/python-ugame/circuitpython-stage.git -[submodule "ports/stm32f4/stm32f4"] - path = ports/stm32f4/stm32f4 +[submodule "ports/stm/stm32f4"] + path = ports/stm/stm32f4 url = https://github.com/adafruit/stm32f4.git [submodule "ports/cxd56/spresense-exported-sdk"] path = ports/cxd56/spresense-exported-sdk diff --git a/ports/stm32f4/stm32f4 b/ports/stm/stm32f4 similarity index 100% rename from ports/stm32f4/stm32f4 rename to ports/stm/stm32f4