https://github.com/ryoppippi/zig-raspberrypi-pico
some examples with microzig & raspberry pi pico
https://github.com/ryoppippi/zig-raspberrypi-pico
microzig raspberry-pi raspberry-pi-pico ziglang
Last synced: 10 months ago
JSON representation
some examples with microzig & raspberry pi pico
- Host: GitHub
- URL: https://github.com/ryoppippi/zig-raspberrypi-pico
- Owner: ryoppippi
- License: mit
- Created: 2022-11-05T18:26:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T09:25:02.000Z (almost 3 years ago)
- Last Synced: 2025-04-30T10:14:51.334Z (10 months ago)
- Topics: microzig, raspberry-pi, raspberry-pi-pico, ziglang
- Language: Zig
- Homepage:
- Size: 5.86 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspberry pi pico ❤️ Zig
```sh
git clone --recursive https://github.com/ryoppippi/zig-raspberrypi-pico
cd zig-raspberrypi-pico
zig build -Drelease-small=true
```
This repo is based on [microzig demo](https://github.com/ZigEmbeddedGroup/sycl-workshop-2022)