More cleanup in README page

This commit is contained in:
Bruno Levy
2021-12-01 14:04:30 +01:00
parent 92eb989c3d
commit 6d4eab4346

View File

@@ -14,8 +14,12 @@ processor design and RISC-V programming.
Basic: more basic things I wrote during May 2020 - June 2020
------------------------------------------------------------
Files are [here](https://github.com/BrunoLevy/learn-fpga/tree/master/Basic).
This includes:
- Blinker: the "hello world" program
- LedMatrix: play with a 8x8 let matrix, driven by a MAX7219 IC.
- OLed: play with a SSD1351 OLed display, driven by a 4-wire SPI protocol.
- Serial: access the included USB-virtual UART pins
- LedTerminal: display scrolling messages on the LED matrix, obtained from the USB virtual UART
- FOMU: simple examples for the "FPGA in a USB dongle", including the FrankenVGA experiment !
- ULX3S HDMI: simple self-contained heavily commented HDMI example.