Commit 82c76cd
committed
Update WARDuino submodule
1 parent c935b83 commit 82c76cd
1 file changed
+1
-1
lines changed- .clang-format+1
- README.md+41
- platforms/Zephyr/CMakeLists.txt+5
- platforms/Zephyr/app.overlay-10
- platforms/Zephyr/boards/esp32_devkitc_procpu.overlay+39
- platforms/Zephyr/boards/esp32c3_supermini.overlay+29
- platforms/Zephyr/boards/esp_wrover_kit_esp32_procpu.overlay+39
- platforms/Zephyr/boards/rpi_pico.conf+2
- platforms/Zephyr/boards/rpi_pico.overlay+12
- platforms/Zephyr/boards/stm32l496g_disco.conf+2
- platforms/Zephyr/boards/stm32l496g_disco.overlay+258
- platforms/Zephyr/main.cpp+2-2
- platforms/Zephyr/prj.conf+9
- src/Debug/debugger.cpp+68-18
- src/Debug/debugger.h+4-1
- src/Interpreter/instructions.cpp+29-3
- src/Interpreter/instructions.h+2
- src/Interpreter/interpreter.cpp+7-2
- src/Interpreter/interpreter.h+57
- src/Primitives/arduino.cpp+30-247
- src/Primitives/emulated.cpp+112-236
- src/Primitives/idf.cpp+29-242
- src/Primitives/primitives.h+225-17
- src/Primitives/vgafont.h+349
- src/Primitives/zephyr.cpp+261-249
- src/Utils/macros.h+1-1
- src/WARDuino.h+2-48
- src/WARDuino/CallbackHandler.cpp+2-1
- src/WARDuino/WARDuino.cpp+63-54
- src/WARDuino/internals.h+55-2
- tests/latch/core/global.asserts.wast+63
- tests/latch/core/global.wast+178
- tests/latch/core/i32_0.asserts.wast+4
- tests/latch/core/i64_0.asserts.wast+4
- tests/latch/core/local_get_0.asserts.wast+2
- tests/latch/core/local_get_0.wast+21-8
- tests/latch/latch-0.3.1.tgz
- tests/latch/latch-0.4.3.tgz
- tests/latch/package-lock.json+66-61
- tests/latch/package.json+4-4
- tests/latch/src/comp.test.ts+2-2
- tests/latch/src/debugger.test.ts+2-2
- tests/latch/src/primitives.test.ts+2-2
- tests/latch/src/spec.test.ts+2-2
- tests/latch/src/test.wast+58
- tests/latch/src/util/spec.util.ts+5-1
0 commit comments