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