Skip to content

platformio/platform-openhw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenHW Group: development platform for PlatformIO

Build Status

The OpenHW CV32E40P RISC-V core is the first open-source core for high-volume chips verified with the state-of-the-art process required for high-integrity, commercial SoCs.

  • 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 = openhw
board = ...
...

Development version

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

Configuration

Please navigate to documentation.

Packages

No packages published

Contributors 2

  •  
  •  

Languages