broncotc / platform-sifive

SiFive: development platform for PlatformIO

Home Page:https://platformio.org/platforms/sifive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SiFive: development platform for PlatformIO

Build Status

SiFive brings the power of open source and software automation to the semiconductor industry, making it possible to develop new hardware faster and more affordably than ever before.

  • Home (home page in PlatformIO Platform 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 = sifive
board = ...
...

Development version

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

Configuration

Please navigate to documentation.

About

SiFive: development platform for PlatformIO

https://platformio.org/platforms/sifive

License:Apache License 2.0


Languages

Language:Python 100.0%