Lattice iCE40: development platform for PlatformIO
Lattice iCE40 are the first FPGAs fully usable by open source tools.
- Home (home page in the PlatformIO Registry)
- Documentation (advanced usage, packages, boards, frameworks, etc.)
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
[env:stable]
platform = lattice_ice40
board = ...
...
[env:development]
platform = https://github.com/platformio/platform-lattice_ice40.git
board = ...
...
Please navigate to documentation.