1 file changed
+1
-1
lines changed- .devcontainer/devcontainer.json+1
- .github/workflows/notecard-binary-tests.yml+14-9
- .vscode/tasks.json+54-1
- Dockerfile+3
- docs/conf.py+2-1
- docs/library_initialization.rst+17-17
- n_cjson.c+164-164
- n_cobs.c+7-7
- n_helpers.c+36-36
- n_hooks.c+28-28
- n_i2c.c+15-15
- n_lib.h+49-49
- n_request.c+32-19
- n_serial.c+6-6
- n_ua.c+1-1
- test/CMakeLists.txt+12-12
- test/README.md+1-1
- test/hitl/card.binary/lib/notecard_binary/NotecardComms.cpp+2-2
- test/hitl/card.binary/platformio.ini+2-2
- test/include/test_static.h+7-7
- test/src/JSON_number_handling_test.cpp+1-1
- test/src/NoteBinaryCodecDecode_test.cpp+10-10
- test/src/NoteBinaryCodecEncode_test.cpp+10-10
- test/src/NoteBinaryCodecMaxDecodedLength_test.cpp+7-7
- test/src/NoteBinaryCodecMaxEncodedLength_test.cpp+7-7
- test/src/NoteBinaryStoreReceive_test.cpp+29-29
- test/src/NoteBinaryStoreTransmit_test.cpp+16-16
- test/src/NoteDebug_test.cpp+2-2
- test/src/NotePrint_test.cpp+6-6
- test/src/NoteRequestResponseJSON_test.cpp+53-53
- test/src/NoteReset_test.cpp+8-8
- test/src/NoteResponseError_test.cpp+5-7
- test/src/NoteSerialHooks_test.cpp+4-6
- test/src/NoteSetFnI2C_test.cpp+22-22
- test/src/NoteSetFnMutex_test.cpp+4-8
- test/src/NoteSetFnNoteMutex_test.cpp+4-8
- test/src/NoteSetFnSerial_test.cpp+24-29
- test/src/NoteTransactionHooks_test.cpp+4-8
- test/src/NoteTransaction_test.cpp+49-48
- test/src/_crcAdd_test.cpp+6-6
- test/src/_crcError_test.cpp+11-11
- test/src/_i2cChunkedReceive_test.cpp+49-49
- test/src/_i2cChunkedTransmit_test.cpp+29-29
- test/src/_i2cNoteQueryLength_test.cpp+28-28
- test/src/_i2cNoteReset_test.cpp+509
- test/src/_i2cNoteTransaction_test.cpp+45-45
- test/src/_j_tolower_test.cpp+8-8
- test/src/_serialChunkedReceive_test.cpp+43-43
- test/src/_serialChunkedTransmit_test.cpp+32-32
- test/src/_serialNoteReset_test.cpp+135
- test/src/_serialNoteTransaction_test.cpp+83-83
- test/src/i2cNoteReset_test.cpp-509
- test/src/serialNoteReset_test.cpp-135
0 commit comments