Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/platformio/platform-openhw
OpenHW Group: development platform for PlatformIO
https://github.com/platformio/platform-openhw
platformio platformio-platform risc-v riscv
Last synced: about 1 month ago
JSON representation
OpenHW Group: development platform for PlatformIO
- Host: GitHub
- URL: https://github.com/platformio/platform-openhw
- Owner: platformio
- License: apache-2.0
- Created: 2020-12-17T22:15:50.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T14:07:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T04:05:19.526Z (about 1 month ago)
- Topics: platformio, platformio-platform, risc-v, riscv
- Language: Python
- Homepage: https://registry.platformio.org/platforms/platformio/openhw
- Size: 890 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenHW Group: development platform for [PlatformIO](https://platformio.org)
[![Build Status](https://github.com/platformio/platform-openhw/workflows/Examples/badge.svg)](https://github.com/platformio/platform-openhw/actions)
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](https://registry.platformio.org/platforms/platformio/openhw) (home page in the PlatformIO Registry)
* [Documentation](https://docs.platformio.org/page/platforms/openhw.html) (advanced usage, packages, boards, frameworks, etc.)# Usage
1. [Install PlatformIO](https://platformio.org)
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:## Stable version
```ini
[env:stable]
platform = openhw
board = ...
...
```## Development version
```ini
[env:development]
platform = https://github.com/platformio/platform-openhw.git
board = ...
...
```# Configuration
Please navigate to [documentation](https://docs.platformio.org/page/platforms/openhw.html).