[go: nahoru, domu]

Skip to content

platformio/platform-riscv_gap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RISC-V GAP: development platform for PlatformIO

Build Status

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.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = riscv_gap
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-riscv_gap.git
board = ...
...

Configuration

Please navigate to documentation.