From 14239a66fa3eda789eadb24e8ea7390fe07bd383 Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Thu, 23 Mar 2023 08:28:11 -0700 Subject: [PATCH] Update microzig (#9) * update microzig * add zig version --------- Co-authored-by: mattnite --- README.adoc | 4 ++++ deps/microzig | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 0a66afd..9bef093 100644 --- a/README.adoc +++ b/README.adoc @@ -2,6 +2,10 @@ HALs and register definitions for nrf5x devices +== 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. + == Renode supports: - nrf52840 development kit 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