|
2 years ago | |
---|---|---|
.assets | 2 years ago | |
audio | 2 years ago | |
hdmi | 2 years ago | |
led | 2 years ago | |
linux | 2 years ago | |
litex | 2 years ago | |
nestang | 2 years ago | |
rgb_lcd | 2 years ago | |
riscv_core | 2 years ago | |
uart | 2 years ago | |
ws2812 | 2 years ago | |
.gitmodules | 2 years ago | |
README.md | 2 years ago |
README.md
TangNano-20K-example
audio
Demo to drive the onboard DAC. A bit loud.
hdmi
A demo to drive a hdmi screen with resolution 1280*720
litex
A litex firmware for Tang Nano 20K, thanks Icenowy shared this firmware.
rgb_lcd
Demos to drive the rgb_lcd screen, 800_480 is for screen with 800*480 resolution, and 480_272 is for screen with 480*272 resolution.
uart
FPGA uart example, containing 2 uart example messages. Burn into FPGA and open onboard serial port to check the message with 115200 baudrate.
FPGA can not be burned when the serial port is opened.
ws2812
A demo to drive onboard ws2812 rgb led.
nestang
Thanks to nand2mario for providing this project, and read guide to see how to build this project.
linux
A linux demo based on Linux-on-LiteX-VexRiscv.
riscv_core
SparrowRV
A Risc-V architecture open source core. Run command git submodule update --init --recursive
in TangNano-20K-example
folder to get the code.