fusesoc / blinky

Example LED blinking project for your FPGA dev board of choice
MIT License
158 stars 70 forks source link

Add support for ICE-V Wireless board #89

Closed gojimmypi closed 7 months ago

gojimmypi commented 2 years ago

This PR adds support for the new ICE-V Wireless board.

The iCEBreaker was used as an example.

Note programming requires firmware loaded onto the ESP32 and binary upload with send_c3sock.py

For example, assuming the ICE-V Wireless is at 192.168.1.28, from the FuseSoC blinky project directory:

python3 ../ICE-V-Wireless/python/send_c3sock.py -a 192.168.1.28 --flash ./build/fusesoc_utils_blinky_1.1.1/icev_wireless-icestorm/fusesoc_utils_blinky_1.1.1.bin
olofk commented 7 months ago

Oops. I completely missed this. Sorry about that. Looks perfectly fine. Picked and pushed!

gojimmypi commented 7 months ago

No worries. Congratulations on passing the 100-board mark!