From ba534c02021e4dbf35fffc85dca573338c28ba59 Mon Sep 17 00:00:00 2001 From: Dhruva Gole Date: Sun, 19 May 2024 17:15:02 +0530 Subject: [PATCH] modules: Add the Arduino Zephyr API Add the Arduino Core API for zephyr as an optional module However, don't make the group as optional because it will make it an "inactive project" and so get ignored by west. This will in turn fail to recognise cmakelists and kconfig from the module leading to build failures. Signed-off-by: Dhruva Gole --- submanifests/optional.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/submanifests/optional.yaml b/submanifests/optional.yaml index 82007d5ae263..667655766e99 100644 --- a/submanifests/optional.yaml +++ b/submanifests/optional.yaml @@ -15,6 +15,10 @@ manifest: remote: upstream groups: - optional + - name: gsoc-2022-arduino-core + revision: 9e6adb1c0df4ecc059ad6b0f8b4639134d6a1469 + path: modules/lib/Arduino-Zephyr-API + remote: upstream - name: lz4 revision: 8e303c264fc21c2116dc612658003a22e933124d path: modules/lib/lz4