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
|
||||
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.
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ manifest:
|
|||
groups:
|
||||
- optional
|
||||
- name: nanopb
|
||||
revision: 65cbefb4695bc7af1cb733ced99618afb3586b20
|
||||
revision: f6187b05a5eaf753faa0e29a5acd77dd0544d474
|
||||
path: modules/lib/nanopb
|
||||
remote: upstream
|
||||
groups:
|
||||
|
|
Loading…
Reference in a new issue