Skip to content

Commit

Permalink
cloning instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Jun 1, 2023
1 parent dab6cf9 commit d6c1b86
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,18 @@ Extensions to Install:
** When you open up a zig file, this extension will ask if you'd like to enable ZLS, I suggest you do.
* https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-serial-monitor[Serial Monitor]

== Cloning

[source]
----
git clone https://github.com/ZigEmbeddedGroup/sycl-workshop-2023.git
cd sycl-workshop-2023
----

== Building and running a demo using UF2

1. Compile the demos by running `zig build` in your project root.
2. <TODO> explain reseting and mounting
2. To activate the uf2 bootloader, power must be applied to the pico while the reset button is held. This is best done by connecting a button from `RUN` to ground, pressing both buttons, and releasing the `RUN` button first. The other option is to plug/unplug the USB cable which is awkward and gets tiresome.
3. Copy the uf2 file into the mounted drive. Execution should take place immediately

== Building and running a demo using the Pico Probe
Expand Down

0 comments on commit d6c1b86

Please sign in to comment.