diff --git a/README.adoc b/README.adoc index f4214f4..71e604c 100644 --- a/README.adoc +++ b/README.adoc @@ -2,6 +2,12 @@ Note: for testing, renode supports arduino nano 33 BLE +== What version of Zig to use + +Right now we are following [master](https://ziglang.org/download/), but once 0.11.0 is released, we will be switching to the latest stable version of Zig. + +== FYI: LLVM issues + Currently LLVM is having trouble lowering AVR when this is built in debug mode: [source] diff --git a/deps/microzig b/deps/microzig index dabc932..5b0176e 160000 --- a/deps/microzig +++ b/deps/microzig @@ -1 +1 @@ -Subproject commit dabc9325cdee394ff66e28c91803cb814954b157 +Subproject commit 5b0176e97781a77420be309b6505dc582713a2a5