Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/nanopb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion submanifests/optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ manifest:
groups:
- optional
- name: nanopb
revision: 65cbefb4695bc7af1cb733ced99618afb3586b20
revision: f6187b05a5eaf753faa0e29a5acd77dd0544d474
path: modules/lib/nanopb
remote: upstream
groups:
Expand Down