add microzig submodule and buildkite pipeline file (#1)

wch-ch32v003
Matt Knight 2 years ago committed by GitHub
parent d8e329d90b
commit 470cd86348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,6 @@
steps:
- group: Build and Test
steps:
- command: zig build
- label: 🔨 Test
command: renode-test test/nrf52840.robot

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "deps/microzig"]
path = deps/microzig
url = https://github.com/ZigEmbeddedGroup/microzig.git

1
deps/microzig vendored

@ -0,0 +1 @@
Subproject commit 97ca5497da0f22d025e18bced9311efed088d893
Loading…
Cancel
Save