Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zigembeddedgroup/sycl-workshop-2022
Our workshop repo
https://github.com/zigembeddedgroup/sycl-workshop-2022
Last synced: about 2 months ago
JSON representation
Our workshop repo
- Host: GitHub
- URL: https://github.com/zigembeddedgroup/sycl-workshop-2022
- Owner: ZigEmbeddedGroup
- License: mit
- Created: 2022-10-01T02:11:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T06:35:38.000Z (about 2 years ago)
- Last Synced: 2024-04-28T04:53:50.914Z (8 months ago)
- Language: Zig
- Size: 18.8 MB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= SYCL Embedded Workshop 2022
Welcome! In here you will find all the materials you'll need for the day:
* link:docs/rp2040.pdf[RP2040 reference manual]
* link:docs/pinout.pdf[Raspberry Pi Pico Pinout Diagram]You can build all the demo programs with `zig build`. From there all you need
to do is drag and drop one of the `.uf2` files into your mass storage
device.The `build.zig` code is pretty short and hackable, have fun!
== Prerequisites
* we only use zig master in this house
* if you want completions a la ZLS, then go update that to master as well