https://github.com/platformio/platform-riscv_gap
GreenWaves Technologies RISC-V GAP: development platform for PlatformIO
https://github.com/platformio/platform-riscv_gap
computer-vision deep-learning image-processing iot machine-learning neural-networks platformio platformio-platform pulp risc-v riscv
Last synced: 8 months ago
JSON representation
GreenWaves Technologies RISC-V GAP: development platform for PlatformIO
- Host: GitHub
- URL: https://github.com/platformio/platform-riscv_gap
- Owner: platformio
- License: apache-2.0
- Created: 2018-07-09T19:38:20.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-07T09:22:42.000Z (12 months ago)
- Last Synced: 2025-01-29T18:38:15.395Z (8 months ago)
- Topics: computer-vision, deep-learning, image-processing, iot, machine-learning, neural-networks, platformio, platformio-platform, pulp, risc-v, riscv
- Language: Python
- Homepage: https://registry.platformio.org/platforms/platformio/riscv_gap
- Size: 235 KB
- Stars: 8
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RISC-V GAP: development platform for [PlatformIO](https://platformio.org)
[](https://github.com/platformio/platform-riscv_gap/actions)
GreenWaves' GAP8 IoT application processor enables the cost-effective development, deployment and autonomous operation of intelligent sensing devices that capture, analyze, classify and act on the fusion of rich data sources such as images, sounds or vibrations.
* [Home](https://registry.platformio.org/platforms/platformio/riscv_gap) (home page in the PlatformIO Registry)
* [Documentation](https://docs.platformio.org/page/platforms/riscv_gap.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 = riscv_gap
board = ...
...
```## Development version
```ini
[env:development]
platform = https://github.com/platformio/platform-riscv_gap.git
board = ...
...
```# Configuration
Please navigate to [documentation](https://docs.platformio.org/page/platforms/riscv_gap.html).