Support files for participating in a Fomu workshop
Go to file
2022-01-12 12:39:58 +01:00
.github hdl-tests: make clean before generating the bitstreams 2022-01-10 00:53:00 +01:00
chisel/blink set PCF_PATH and use PCF 2021-08-08 12:57:24 +02:00
docs doc: Switch conda to use litex-hub (#605) 2022-01-12 12:39:58 +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/litescope from 08072a7 to 42a3577 (#603) 2022-01-10 15:29:50 +01: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 Upgrade to zig 0.8.0 2021-08-01 22:26:18 +10: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 Disable htmlzip creation. 2020-03-09 11:48:49 -07:00
DEVELOPMENT.md docs: remove unused dependency 'symbolator' (#551) 2021-09-24 02:12:26 +02: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: fix workshop.fomu-im shield 2021-09-20 14:23:32 +02: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.