modules: nanopb: Pull upstream fixes

Update nanopb with upstream fixes for selecting the correct protoc
executable.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2024-05-03 08:43:13 +02:00 committed by Anas Nashif
commit 9910f1ef77
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
include_guard(GLOBAL) include_guard(GLOBAL)
set(NANOPB_SRC_ROOT_FOLDER ${ZEPHYR_NANOPB_MODULE_DIR})
list(APPEND CMAKE_MODULE_PATH ${ZEPHYR_NANOPB_MODULE_DIR}/extra) list(APPEND CMAKE_MODULE_PATH ${ZEPHYR_NANOPB_MODULE_DIR}/extra)
find_package(Nanopb REQUIRED) find_package(Nanopb REQUIRED)

View file

@ -22,7 +22,7 @@ manifest:
groups: groups:
- optional - optional
- name: nanopb - name: nanopb
revision: f6187b05a5eaf753faa0e29a5acd77dd0544d474 revision: 7f88274070afa5edfaf608f4d8e32f3d3c1de139
path: modules/lib/nanopb path: modules/lib/nanopb
remote: upstream remote: upstream
groups: groups: