Skip to content

Commit 608554a

Browse files
pdgendtaescolar
authored andcommitted
manifest: optional: Update nanopb
Upstream nanopb added zephyr module support. Update the revision to the latest head. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 6b27cb2 commit 608554a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/nanopb/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ config ZEPHYR_NANOPB_MODULE
66

77
menuconfig NANOPB
88
bool "Nanopb Support"
9+
# Nanopb requires c_std_11 compiler features like _Static_assert
10+
select REQUIRES_STD_C11
911
help
1012
This option enables the Nanopb library and generator.
1113

submanifests/optional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ manifest:
2222
groups:
2323
- optional
2424
- name: nanopb
25-
revision: 65cbefb4695bc7af1cb733ced99618afb3586b20
25+
revision: f6187b05a5eaf753faa0e29a5acd77dd0544d474
2626
path: modules/lib/nanopb
2727
remote: upstream
2828
groups:

0 commit comments

Comments
 (0)