From 0d83b4c8550801e25b17d6fecb4fd9dd1624b315 Mon Sep 17 00:00:00 2001 From: Niklas Hauser Date: Wed, 16 Sep 2020 19:10:31 +0200 Subject: [PATCH] [ext] Update modm-devices and stm32 submodules --- ext/modm-devices | 2 +- ext/st/stm32 | 2 +- repo.lb | 2 +- src/modm/platform/core/stm32/module.lb | 2 -- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ext/modm-devices b/ext/modm-devices index 961649d13d..c30fc28ec6 160000 --- a/ext/modm-devices +++ b/ext/modm-devices @@ -1 +1 @@ -Subproject commit 961649d13dc9b9ad52d7b5dcfb7e5f12b1ff4fde +Subproject commit c30fc28ec68217d10e1fe35c573626075bd60a8c diff --git a/ext/st/stm32 b/ext/st/stm32 index d417430e80..75a672b85f 160000 --- a/ext/st/stm32 +++ b/ext/st/stm32 @@ -1 +1 @@ -Subproject commit d417430e80a0d65f4048fd52df98f309ddfef25b +Subproject commit 75a672b85fd577b5eda0b56b0a80b373e8c9efbc diff --git a/repo.lb b/repo.lb index d0bb19bd2f..246e0764e2 100644 --- a/repo.lb +++ b/repo.lb @@ -48,7 +48,7 @@ def check_submodules(): " git submodule update --init\n") # Import modm-device tools -sys.path.append(repopath("ext/modm-devices/tools/device")) +sys.path.append(repopath("ext/modm-devices")) try: import modm_devices.parser except ModuleNotFoundError: diff --git a/src/modm/platform/core/stm32/module.lb b/src/modm/platform/core/stm32/module.lb index 1420827166..125234452e 100644 --- a/src/modm/platform/core/stm32/module.lb +++ b/src/modm/platform/core/stm32/module.lb @@ -38,8 +38,6 @@ def post_build(env): target = env[":target"].identifier properties["with_crashcatcher"] = env.has_module(":crashcatcher") - if target.family in ["l4"]: # FIXME! - properties["regions"].remove("sram2") if "backup" in properties["regions"]: properties["regions"].remove("backup")