Skip to content

Commit 949ecc8

Browse files
asukiaaafpistm
authored andcommitted
Add flags about fpv4 for cortex-m33 on platformio-build.py
1 parent ade55da commit 949ecc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/platformio/platformio-build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def configure_application_offset(mcu, upload_protocol):
158158

159159

160160
if (
161-
any(cpu in board_config.get("build.cpu") for cpu in ("cortex-m4", "cortex-m7"))
161+
any(cpu in board_config.get("build.cpu") for cpu in ("cortex-m33", "cortex-m4", "cortex-m7"))
162162
and "stm32wl" not in mcu
163163
):
164164
env.Append(

0 commit comments

Comments
 (0)