diff --git a/scripts/platformio/install-deps.py b/scripts/platformio/install-deps.py index dbbb83ae9f04f..61256e3bdd764 100644 --- a/scripts/platformio/install-deps.py +++ b/scripts/platformio/install-deps.py @@ -44,6 +44,7 @@ "nxplpc": ["st", "nxp"], "nxpimxrt": ["st", "nxp"], "teensy": ["st", "nxp"], + "gd32": ["st", "gigadevice"], } IGNORED_PACKAGES = {"trusted-firmware-m", "trusted-firmware-a"} diff --git a/scripts/platformio/platformio-build.py b/scripts/platformio/platformio-build.py index 58cdeff4caabd..22d9dd662e555 100644 --- a/scripts/platformio/platformio-build.py +++ b/scripts/platformio/platformio-build.py @@ -64,6 +64,7 @@ "nxplpc": ["st", "nxp"], "nxpimxrt": ["st", "nxp"], "teensy": ["st", "nxp"], + "gd32": ["st", "gigadevice"], } ZEPHYR_ENV_VERSION = "1.0.0"