Support files for participating in a Fomu workshop
Go to file
Tim 'mithro' Ansell af55dff1ff Merge pull request #828 from antmicro/fix-docs
docs: install and load sphinxcontrib.jquery and add build section to
readthedocs.yaml
2024-03-17 14:25:23 -05:00
.github zig: updates for 0.9.0 (#610) 2022-01-21 15:49:17 +01:00
chisel/blink set PCF_PATH and use PCF 2021-08-08 12:57:24 +02:00
docs docs: install and load sphinxcontrib.jquery 2024-03-17 20:02:56 +01:00
hdl hdl/verilog: use read_verilog command 2022-01-10 00:53:00 +01:00
icestudio icestudio: add Blinky variant with 'Board rules' 2020-11-26 15:48:42 +01:00
litex build(deps): bump litex/deps/litedram from 83a29b1 to e446c06 (#790) 2023-06-05 15:06:19 +02:00
migen migen: use lxbuildenv and deps from litex subdir 2020-10-26 19:02:51 +01:00
pcf move 'verilog/pcf' to root 2020-10-12 05:12:30 +02:00
reference Adding PDF links. 2019-12-28 13:37:27 +01:00
riscv-blink Update main.c 2020-01-01 03:24:52 +02:00
riscv-rust-blink Rust-USB support using riscv-blink c-code 2021-10-08 18:06:03 +02:00
riscv-zig-blink zig: updates for 0.9.0 (#610) 2022-01-21 15:49:17 +01:00
.gitattributes gitattributes: add linguist-language attributes for Verilog and VHDL sources 2020-11-26 06:28:33 +01:00
.gitignore update gitignore 2020-10-12 02:10:21 +02:00
.gitmodules migen: use lxbuildenv and deps from litex subdir 2020-10-26 19:02:51 +01:00
.readthedocs.yml Add the build definition to .readthedocs.yml. 2024-03-17 13:35:09 -05:00
DEVELOPMENT.md DEVELOPMENT: add Windows instructions 2022-01-30 21:15:00 +08:00
get-toolchain.py get_toolchain: Fix platform detection (#582) 2021-11-29 14:41:41 +01:00
LICENSE LICENSE: add Apache-2.0 license to this repository 2019-11-14 10:43:36 -08:00
micropython-fomu.dfu micropython: fix usb ID 2020-01-18 22:39:17 +08:00
README.md readme: update shield syntax (badges/shields#8671) 2023-01-24 22:00:37 +01:00

'test' workflow status 'doc' workflow status

Hi, I'm Fomu! This workshop covers the basics of Fomu in a top-down approach. We'll start out by learning what Fomu is, how to load software into Fomu, how to write software for Fomu and finally how to write hardware for Fomu.

FPGAs are complex, weird things, so we'll take a gentle approach and start out by treating it like a Python interpreter first, and gradually peel away layers until we're writing our own hardware registers. You can take a break at any time and explore! Stop when you feel the concepts are too unfamiliar, or plough on and dig deep into the world of hardware.

The contents of this workshop is published at workshop.fomu.im.

Repository Contents

Development

For guidelines about how to develop the workshop or how to build the workshop locally, see DEVELOPMENT.