Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-08T11:04:32.000Z (about 2 years ago)
- Last Synced: 2024-10-01T04:05:19.545Z (about 1 month 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: 233 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- 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)
[![Build Status](https://github.com/platformio/platform-riscv_gap/workflows/Examples/badge.svg)](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).