Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
ZIG_VERSION: 0.15.1
ZIG_VERSION: 0.15.2

jobs:
formatting-check:
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: 0.15.1
version: 0.15.2
- name: Build Website
run: zig build
working-directory: website
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: 0.15.1
version: 0.15.2

- name: Extract version
run: echo "MICROZIG_VERSION=$(zig build package -- get-version)" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/drivers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: 0.15.1
version: 0.15.2

- name: Run Test Suite
working-directory: drivers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: 0.15.1
version: 0.15.2

- name: Build linter
working-directory: tools/linter
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: 0.15.1
version: 0.15.2

- name: Download and install GitHub CLI
run: |
Expand Down Expand Up @@ -65,8 +65,6 @@ jobs:
echo "Generating metadata.json"
echo "{ \"releases\": [$(IFS=,; echo "${releases_with_artifact[*]}")] }" > website/zig-out/downloads/microzig/metadata.json



- name: List Contents
run: tree zig-out
working-directory: website
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sim-aviron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: 0.15.1
version: 0.15.2

- name: Build
working-directory: sim/aviron
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tools-regz-wizard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
strategy:
matrix:
os: [
ubuntu-latest,
#windows-latest, # Windows is having a hard time fetching raygui package reliably
macos-latest
]
ubuntu-latest,
#windows-latest, # Windows is having a hard time fetching raygui package reliably
macos-latest,
]
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: 0.15.1
version: 0.15.2

- name: Build
working-directory: tools/regz-wizard
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## What version of Zig to use

Zig 0.15.1
Zig 0.15.2

## Getting Started With MicroZig

Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Note: This should be changed if you fork microzig!
.fingerprint = 0x605a83a849186d0f,
.version = "0.15.0",
.minimum_zig_version = "0.15.1",
.minimum_zig_version = "0.15.2",
.dependencies = .{
.@"build-internals" = .{ .path = "build-internals" },
.core = .{ .path = "core" },
Expand Down
2 changes: 1 addition & 1 deletion examples/nxp/mcx/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.name = .examples_nxp_mcx,
.version = "0.0.0",
.fingerprint = 0x345c53e39b0295f5,
.minimum_zig_version = "0.15.1",
.minimum_zig_version = "0.15.2",
.dependencies = .{
.microzig = .{ .path = "../../.." },
},
Expand Down
2 changes: 1 addition & 1 deletion modules/bounded-array/build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.{
.name = .bounded_array,
.version = "0.0.1",
.minimum_zig_version = "0.15.1",
.minimum_zig_version = "0.15.2",
.paths = .{
"build.zig",
"build.zig.zon",
Expand Down
2 changes: 1 addition & 1 deletion modules/rtt/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.name = .rtt,
.fingerprint = 0xb40f6cfbe40c891f,
.version = "0.0.0",
.minimum_zig_version = "0.15.1",
.minimum_zig_version = "0.15.2",
.paths = .{
"build.zig",
"build.zig.zon",
Expand Down
2 changes: 1 addition & 1 deletion port/nxp/mcx/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.name = .mz_port_mcx,
.version = "0.0.0",
.fingerprint = 0xe43e30911cb3fe37,
.minimum_zig_version = "0.15.1",
.minimum_zig_version = "0.15.2",
.dependencies = .{
.@"microzig/build-internals" = .{ .path = "../../../build-internals" },
.@"mcux-soc-svd" = .{
Expand Down
2 changes: 1 addition & 1 deletion tools/linter/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.name = .mz_tools_linter,
.version = "0.0.0",
.fingerprint = 0x334c50d4d1fddc14,
.minimum_zig_version = "0.15.1",
.minimum_zig_version = "0.15.2",
.dependencies = .{},
.paths = .{
"build.zig",
Expand Down
2 changes: 1 addition & 1 deletion tools/printer/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.name = .tools_printer,
.version = "0.0.0",
.fingerprint = 0x72009d00e5692d30,
.minimum_zig_version = "0.15.1",
.minimum_zig_version = "0.15.2",
.dependencies = .{
.serial = .{
.url = "git+https://github.com/ZigEmbeddedGroup/serial#fbd7389ff8bbc9fa362aa74081588755b5d028a0",
Expand Down
2 changes: 1 addition & 1 deletion tools/printer/tests/test_program.dwarf32.zon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.{ .zig_version = "0.15.1", .tests = .{
.{ .zig_version = "0.15.2", .tests = .{
.{ .address = 16883712, .expected = .{
.line = 165,
.column = 33,
Expand Down
2 changes: 1 addition & 1 deletion tools/printer/tests/test_program.dwarf64.zon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.{ .zig_version = "0.15.1", .tests = .{
.{ .zig_version = "0.15.2", .tests = .{
.{ .address = 16900096, .expected = .{
.line = 165,
.column = 33,
Expand Down
2 changes: 1 addition & 1 deletion tools/regz-wizard/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.name = .tools_regzwizard,
.version = "0.0.0",
.fingerprint = 0xe9f2d03f97400569,
.minimum_zig_version = "0.15.1",
.minimum_zig_version = "0.15.2",
.dependencies = .{
.regz = .{ .path = "../regz" },
.dvui = .{
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/getting-started.smd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ used for the [2024 SYCL](https://sycl.it)

## Let's Begin

Quickly check that you have Zig `0.15.1` installed by running `zig version`.
Quickly check that you have Zig `0.15.2` installed by running `zig version`.

Assuming you've initialized a zig project with `zig init`, or have set one up
yourself, you can add microzig as a dependency with the following command:
Expand Down Expand Up @@ -116,4 +116,4 @@ Copy the uf2 file into the mounted drive. Execution should take place immediatel

## Further Resources

- [Zig Language Reference](https://ziglang.org/documentation/0.15.1/)
- [Zig Language Reference](https://ziglang.org/documentation/0.15.2/)
2 changes: 1 addition & 1 deletion website/content/index.smd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Zig is an excellent programming language for embedded systems.
explicit and even verbose at times. Nullable pointers, pointer casting,
integer conversions, etc.

To learn more: [The Zig Language Reference](https://ziglang.org/documentation/0.15.1/)
To learn more: [The Zig Language Reference](https://ziglang.org/documentation/0.15.2/)

## Why MicroZig?

Expand Down
Loading