Home

Awesome

Zig on Cortex-M33

This repository includes a small example application that runs on AN505, a Cortex-M33-based prototyping system on FPGA. Written mostly in Zig and partly in assembler.

Usage

You need the following things before running this example:

Do the following:

$ zig build -Drelease-small qemu
(Hit ^A X to quit QEMU)
The Secure code is running!
Booting the Non-Secure code...
NS: Hello from the Non-Secure world!
\

asciicast

License

This project is dual-licensed under the Apache License Version 2.0 and the MIT License.