cyrozap / iCEstick-UART-Demo

This is a simple UART echo test for the iCEstick Evaluation Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iCEstick-UART-Demo

Build Status License

Prerequisites

Building

git clone https://github.com/cyrozap/iCEstick-UART-Demo.git
cd iCEstick-UART-Demo
git submodule update --init
make

Flashing

Plug in your iCEstick, then run make flash. Depending on your permissions, you may need to run it with sudo.

About

This is a simple UART echo test for the iCEstick Evaluation Kit

License:Apache License 2.0


Languages

Language:Verilog 82.5%Language:Makefile 17.5%