A Makefile based project template for developing applications with the Nandland Go Board and the Icestorm toolchain.
Clone this repository
git clone https://github.com/stromberger/nandland-icestorm-template.git example-project
Build the project
make all # or make prog to flash it to your board
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.