diff --git a/platformio/install-deps.py b/platformio/install-deps.py index 3e6dd328c4d0c9..8fe252b06c9e7a 100644 --- a/platformio/install-deps.py +++ b/platformio/install-deps.py @@ -44,6 +44,7 @@ "nxplpc": ["st", "nxp"], "nxpimxrt": ["st", "nxp"], "teensy": ["st", "nxp"], + "beagle": ["ti"], } IGNORED_PACKAGES = {"trusted-firmware-m", "trusted-firmware-a"} diff --git a/platformio/platformio-build.py b/platformio/platformio-build.py index 1c18459db86ea2..ea28ad49055f46 100644 --- a/platformio/platformio-build.py +++ b/platformio/platformio-build.py @@ -64,6 +64,7 @@ "nxplpc": ["st", "nxp"], "nxpimxrt": ["st", "nxp"], "teensy": ["st", "nxp"], + "beagle": ["ti"], } ZEPHYR_ENV_VERSION = "1.0.0"