-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule etl
updated
60 files
Submodule nanopb
updated
12 files
+12 −4 | .github/workflows/update.yml | |
+91 −16 | generator/nanopb_generator.py | |
+1 −1 | generator/platformio_generator.py | |
+27 −29 | generator/proto/__init__.py | |
+17 −4 | generator/proto/_utils.py | |
+539 −118 | generator/proto/google/protobuf/descriptor.proto | |
+29 −5 | generator/proto/nanopb.proto | |
+14 −9 | pb.h | |
+6 −5 | pb_decode.c | |
+12 −1 | pb_decode.h | |
+6 −5 | pb_encode.c | |
+13 −3 | pb_encode.h |
Submodule stm32
updated
46 files