Skip to content

danidep02/platform-chipsalliance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIPS Alliance: development platform for PlatformIO

Build Status

CHIPS Alliance 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 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 = chipsalliance
board = ...
...

Development version

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

Configuration

Please navigate to documentation.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%