wires

summary refs log tree commit diff
path: root/README.md
blob: 30913f2baff6931539bc7299050f7f62cfe63dbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Zosimos

experimenting with embedded Zig programming

## Building

This project has been tested with Zig version `0.15.0-dev.64+2a4e06bcb`

```bash
$ zig build
```

builds the kernel and sets up the `zig-out/boot` directory for network booting.
The included `compose.yaml` file can then be used to start OpenOCD and a tftp
server with the correct configuration for remotely debugging the pi.