From 458ea013fd76092976ea328ecaa8fc07911f658c Mon Sep 17 00:00:00 2001 From: Maximilian Gerhardt Date: Mon, 23 Dec 2024 22:46:25 +0100 Subject: [PATCH 1/2] Make PIO download Gigadevice HAL --- scripts/platformio/platformio-build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/platformio/platformio-build.py b/scripts/platformio/platformio-build.py index 58cdeff4caab..22d9dd662e55 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" From b3b4c09f199a8711d9c9fc13cc887dd72194e87d Mon Sep 17 00:00:00 2001 From: Maximilian Gerhardt Date: Mon, 23 Dec 2024 22:47:00 +0100 Subject: [PATCH 2/2] Make PIO download Gigadevice HAL --- scripts/platformio/install-deps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/platformio/install-deps.py b/scripts/platformio/install-deps.py index dbbb83ae9f04..61256e3bdd76 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"}