RISC-V GAP: development platform for PlatformIO
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 (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 = riscv_gap
board = ...
...
[env:development]
platform = https://github.com/platformio/platform-riscv_gap.git
board = ...
...
Please navigate to documentation.