CHIPS Alliance: development platform for PlatformIO
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.)
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
[env:stable]
platform = chipsalliance
board = ...
...
[env:development]
platform = https://github.com/platformio/platform-chipsalliance.git
board = ...
...
Please navigate to documentation.