Tutorials¶
A learning path that builds up one concept at a time. Each rung is a small, complete design you build and run on the board.
| # | Tutorial | What you learn |
|---|---|---|
| 1 | Blinky | The build → program loop, a clock, a counter, an output pin |
| 2 | Switches & LEDs | Inputs and combinational logic |
| 3 | UART hello | Reusing modules, clocked protocols, serial output |
| 4 | RISC-V SoC | A CPU + firmware: hardware/software co-design |
Before starting, make sure the toolchain is installed
(anvil doctor).