-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from arribada/dependabot/submodules/note-c-5b1…
…edf7 Bump note-c from `c07ac71` to `5b1edf7`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule note-c
updated
15 files
+28 −3 | CMakeLists.txt | |
+8 −10 | Dockerfile | |
+1 −1 | n_helpers.c | |
+65 −46 | n_hooks.c | |
+1 −1 | n_printf.c | |
+3 −1 | note.h | |
+6 −4 | scripts/check_libc_dependencies.sh | |
+13 −3 | scripts/run_unit_tests.sh | |
+24 −24 | test/CMakeLists.txt | |
+17 −6 | test/README.md | |
+2 −2 | test/src/JSON_number_handling_test.cpp | |
+9 −9 | test/src/_i2cChunkedReceive_test.cpp | |
+2 −2 | test/src/_i2cNoteQueryLength_test.cpp | |
+7 −7 | test/src/_serialChunkedReceive_test.cpp | |
+1 −1 | test/src/_serialNoteTransaction_test.cpp |