Skip to content

platformio/platform-lattice_ice40

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lattice iCE40: development platform for PlatformIO

Build Status

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.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = lattice_ice40
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-lattice_ice40.git
board = ...
...

Configuration

Please navigate to documentation.

Credits