We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2b72d commit 45f769fCopy full SHA for 45f769f
modules/nanopb/Kconfig
@@ -6,6 +6,8 @@ config ZEPHYR_NANOPB_MODULE
6
7
menuconfig NANOPB
8
bool "Nanopb Support"
9
+ # Nanopb requires c_std_11 compiler features like _Static_assert
10
+ select REQUIRES_STD_C11
11
help
12
This option enables the Nanopb library and generator.
13
submanifests/optional.yaml
@@ -22,7 +22,7 @@ manifest:
22
groups:
23
- optional
24
- name: nanopb
25
- revision: 65cbefb4695bc7af1cb733ced99618afb3586b20
+ revision: f6187b05a5eaf753faa0e29a5acd77dd0544d474
26
path: modules/lib/nanopb
27
remote: upstream
28
0 commit comments