-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [third_party/nanopb/repo](https://github.com/nanopb/nanopb) from `9766c45` to `9aa922d`. - [Commits](nanopb/nanopb@9766c45...9aa922d) --- updated-dependencies: - dependency-name: third_party/nanopb/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
192fd4e
commit 1388826
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
19 files
+71 −0 | .github/workflows/cmake.yml | |
+6 −0 | .github/workflows/codeql-buildscript.sh | |
+126 −0 | .github/workflows/codeql.yml | |
+34 −0 | .github/workflows/fail_on_error.py | |
+16 −2 | AUTHORS.txt | |
+19 −0 | CHANGELOG.txt | |
+75 −40 | CMakeLists.txt | |
+1 −1 | conanfile.py | |
+17 −1 | docs/migration.md | |
+1 −1 | extra/bazel/nanopb_cc_proto_library.bzl | |
+1 −1 | extra/poetry/pyproject.toml | |
+24 −0 | extra/script_wrappers/nanopb_generator.py.in | |
+0 −0 | generator/__init__.py | |
+7 −0 | generator/nanopb_generator | |
+5 −0 | generator/nanopb_generator.bat | |
+1 −1 | generator/nanopb_generator.py | |
+1 −1 | library.json | |
+1 −1 | pb.h | |
+2 −0 | requirements.txt |