From 608554aeca3ce0bcbff6a5769ce8fa99483f5854 Mon Sep 17 00:00:00 2001 From: Pieter De Gendt Date: Mon, 25 Mar 2024 10:45:53 +0100 Subject: [PATCH] manifest: optional: Update nanopb Upstream nanopb added zephyr module support. Update the revision to the latest head. Signed-off-by: Pieter De Gendt --- modules/nanopb/Kconfig | 2 ++ submanifests/optional.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/nanopb/Kconfig b/modules/nanopb/Kconfig index 41030eac6b..85c6ede978 100644 --- a/modules/nanopb/Kconfig +++ b/modules/nanopb/Kconfig @@ -6,6 +6,8 @@ config ZEPHYR_NANOPB_MODULE menuconfig NANOPB bool "Nanopb Support" + # Nanopb requires c_std_11 compiler features like _Static_assert + select REQUIRES_STD_C11 help This option enables the Nanopb library and generator. diff --git a/submanifests/optional.yaml b/submanifests/optional.yaml index 0f314ffd2c..729e543c3f 100644 --- a/submanifests/optional.yaml +++ b/submanifests/optional.yaml @@ -22,7 +22,7 @@ manifest: groups: - optional - name: nanopb - revision: 65cbefb4695bc7af1cb733ced99618afb3586b20 + revision: f6187b05a5eaf753faa0e29a5acd77dd0544d474 path: modules/lib/nanopb remote: upstream groups: