Skip to content

Commit

Permalink
Merge pull request #35 from arribada/dependabot/submodules/note-c-c07…
Browse files Browse the repository at this point in the history
…ac71

Bump note-c from `d4ca373` to `c07ac71`
  • Loading branch information
github-actions[bot] authored Jan 15, 2025
2 parents 25ce0c3 + 45e6f14 commit 7f51c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion note-c
Submodule note-c updated 53 files
+1 −0 .devcontainer/devcontainer.json
+14 −9 .github/workflows/notecard-binary-tests.yml
+54 −1 .vscode/tasks.json
+3 −0 Dockerfile
+2 −1 docs/conf.py
+17 −17 docs/library_initialization.rst
+164 −164 n_cjson.c
+7 −7 n_cobs.c
+36 −36 n_helpers.c
+28 −28 n_hooks.c
+15 −15 n_i2c.c
+49 −49 n_lib.h
+32 −19 n_request.c
+6 −6 n_serial.c
+1 −1 n_ua.c
+12 −12 test/CMakeLists.txt
+1 −1 test/README.md
+2 −2 test/hitl/card.binary/lib/notecard_binary/NotecardComms.cpp
+2 −2 test/hitl/card.binary/platformio.ini
+7 −7 test/include/test_static.h
+1 −1 test/src/JSON_number_handling_test.cpp
+10 −10 test/src/NoteBinaryCodecDecode_test.cpp
+10 −10 test/src/NoteBinaryCodecEncode_test.cpp
+7 −7 test/src/NoteBinaryCodecMaxDecodedLength_test.cpp
+7 −7 test/src/NoteBinaryCodecMaxEncodedLength_test.cpp
+29 −29 test/src/NoteBinaryStoreReceive_test.cpp
+16 −16 test/src/NoteBinaryStoreTransmit_test.cpp
+2 −2 test/src/NoteDebug_test.cpp
+6 −6 test/src/NotePrint_test.cpp
+53 −53 test/src/NoteRequestResponseJSON_test.cpp
+8 −8 test/src/NoteReset_test.cpp
+5 −7 test/src/NoteResponseError_test.cpp
+4 −6 test/src/NoteSerialHooks_test.cpp
+22 −22 test/src/NoteSetFnI2C_test.cpp
+4 −8 test/src/NoteSetFnMutex_test.cpp
+4 −8 test/src/NoteSetFnNoteMutex_test.cpp
+24 −29 test/src/NoteSetFnSerial_test.cpp
+4 −8 test/src/NoteTransactionHooks_test.cpp
+49 −48 test/src/NoteTransaction_test.cpp
+6 −6 test/src/_crcAdd_test.cpp
+11 −11 test/src/_crcError_test.cpp
+49 −49 test/src/_i2cChunkedReceive_test.cpp
+29 −29 test/src/_i2cChunkedTransmit_test.cpp
+28 −28 test/src/_i2cNoteQueryLength_test.cpp
+509 −0 test/src/_i2cNoteReset_test.cpp
+45 −45 test/src/_i2cNoteTransaction_test.cpp
+8 −8 test/src/_j_tolower_test.cpp
+43 −43 test/src/_serialChunkedReceive_test.cpp
+32 −32 test/src/_serialChunkedTransmit_test.cpp
+135 −0 test/src/_serialNoteReset_test.cpp
+83 −83 test/src/_serialNoteTransaction_test.cpp
+0 −509 test/src/i2cNoteReset_test.cpp
+0 −135 test/src/serialNoteReset_test.cpp

0 comments on commit 7f51c6a

Please sign in to comment.