manifest: optional: Update nanopb
Upstream nanopb added zephyr module support. Update the revision to the latest head. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
6b27cb2b83
commit
608554aeca
|
@ -6,6 +6,8 @@ config ZEPHYR_NANOPB_MODULE
|
||||||
|
|
||||||
menuconfig NANOPB
|
menuconfig NANOPB
|
||||||
bool "Nanopb Support"
|
bool "Nanopb Support"
|
||||||
|
# Nanopb requires c_std_11 compiler features like _Static_assert
|
||||||
|
select REQUIRES_STD_C11
|
||||||
help
|
help
|
||||||
This option enables the Nanopb library and generator.
|
This option enables the Nanopb library and generator.
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ manifest:
|
||||||
groups:
|
groups:
|
||||||
- optional
|
- optional
|
||||||
- name: nanopb
|
- name: nanopb
|
||||||
revision: 65cbefb4695bc7af1cb733ced99618afb3586b20
|
revision: f6187b05a5eaf753faa0e29a5acd77dd0544d474
|
||||||
path: modules/lib/nanopb
|
path: modules/lib/nanopb
|
||||||
remote: upstream
|
remote: upstream
|
||||||
groups:
|
groups:
|
||||||
|
|
Loading…
Reference in a new issue