git clone https://github.com/cyrozap/iCEstick-UART-Demo.git
cd iCEstick-UART-Demo
git submodule update --init
make
Plug in your iCEstick, then run make flash
. Depending on your permissions, you
may need to run it with sudo
.
This is a simple UART echo test for the iCEstick Evaluation Kit
VerilogApache-2.0