From 0de4473b210d8ccc94fd70086a275bf689a5f8f3 Mon Sep 17 00:00:00 2001 From: Deepak Khatri Date: Tue, 21 May 2024 16:50:58 +0530 Subject: [PATCH] Add beagle external hal_ti Required for https://openbeagle.org/beagleconnect/platform-beagle --- platformio/install-deps.py | 1 + platformio/platformio-build.py | 1 + 2 files changed, 2 insertions(+) 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"