Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/modm-devices
Submodule modm-devices updated 122 files
2 changes: 1 addition & 1 deletion ext/st/stm32
Submodule stm32 updated 100 files
2 changes: 1 addition & 1 deletion repo.lb
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions src/modm/platform/core/stm32/module.lb
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down