Commit 6cf4922
- CMakeLists.txt+14-10
- library.properties+1-1
- platforms/Arduino/Makefile+4-3
- src/Debug/debugger.cpp+239-136
- src/Debug/debugger.h+19-4
- src/Interpreter/instructions.cpp+1-1
- src/Primitives/arduino.cpp+1-1
- src/Primitives/emulated.cpp+1-1
- src/Utils/sockets.cpp+1
- src/Utils/util.cpp+27
- src/Utils/util.h+27
- src/WARDuino.h+9-9
- src/WARDuino/CallbackHandler.cpp+20
- src/WARDuino/CallbackHandler.h+1
- tests/compilation/esp32/esp32.ino+27-5
- tests/latch/latch-0.0.1.tgz
- tests/latch/package-lock.json+7-7
- tests/latch/src/util/warduino.bridge.ts+1
- tests/unit/addresconversions_test.cpp+86
- tests/unit/breakpointinterrupt_test.cpp+215
- tests/unit/dumpfull_test.cpp+296
- tests/unit/inspect_test.cpp+259
- tests/unit/instantiatemodule_test.cpp+14
- tests/unit/loadsnapshot_test.cpp+481
- tests/unit/shared/callstackbuilder.cpp+50
- tests/unit/shared/callstackbuilder.h+16
- tests/unit/shared/dbgoutput.cpp+71
- tests/unit/shared/dbgoutput.h+28
- tests/unit/shared/interruptfixture.cpp+68
- tests/unit/shared/interruptfixture.h+30
- tests/unit/shared/json_companion.cpp+35
- tests/unit/shared/json_companion.h+18
- tests/unit/shared/modulecompanion.cpp+30
- tests/unit/shared/modulecompanion.h+13
- tests/unit/shared/serialisation.cpp+28
- tests/unit/shared/serialisation.h+11
- tests/unit/shared/snapshot_state_encoder.cpp+267
- tests/unit/shared/snapshot_state_encoder.h+43
- tests/unit/snapshot_test.cpp+247
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments