• Documentation
  • PlatformIO
  • v4.1.0
PlatformIO
v4.1.0
  • What is PlatformIO?

Getting Started

  • PlatformIO IDE
  • PlatformIO Core (CLI)
  • PlatformIO Home
  • Tutorials and Examples

Configuration

  • platformio.ini
  • Environment variables
  • Advanced Scripting

Instruments

  • Library Manager
  • Platforms
  • Frameworks
  • Boards
  • Custom Platform & Board

PIO Plus

  • PIO Account
  • PIO Check
  • PIO Remote
  • PIO Unified Debugger
    • Tutorials
    • Configuration
    • Tools & Debug Probes
      • Altera / Intel USB-Blaster Download Cable
      • Atmel-ICE
      • Black Magic Probe
      • CMSIS-DAP
      • ESP-Prog
      • FTDI Chip
      • GD-LINK
      • oddWires IOT-Bus JTAG
      • J-LINK
      • Mini-Module FT2232H
      • MSP Debug
      • Olimex ARM-USB-OCD-H
      • Olimex ARM-USB-OCD
      • Olimex ARM-USB-TINY-H
      • Olimex ARM-USB-TINY
      • QEMU
      • RV-LINK
        • Configuration
        • Platforms
        • Frameworks
        • Boards
      • Sipeed RV Debugger
      • ST-LINK
      • TI-ICDI
      • TIAO USB Multi-Protocol Adapter (TUMPA)
      • UM232H
      • Custom
    • CLI Guide
    • Platforms
    • Frameworks
    • Boards
  • PIO Unit Testing

Integration

  • Cloud & Desktop IDE
  • Continuous Integration

Miscellaneous

  • Articles about us
  • FAQ
  • Migrating from 3.x to 4.0

RV-LINK¶

RISC-V emulator implemented with RISC-V development board. Unlike other emulators: RV-LINK interacts directly with GDB via a USB serial port and does not require an intermediary such as OpenOCD. Official reference can be found here.

Contents

  • Configuration

  • Platforms

  • Frameworks

  • Boards

Configuration¶

You can configure debugging tool using debug_tool option in “platformio.ini” (Project Configuration File):

[env:myenv]
platform = ...
board = ...
debug_tool = rv-link

If you would like to use this tool for firmware uploading, please change upload protocol:

[env:myenv]
platform = ...
board = ...
debug_tool = rv-link
upload_protocol = rv-link

More options:

  • Debugging options

  • Upload options

Platforms¶

Name

Description

GigaDevice GD32V

The GigaDevice GD32V device is a 32-bit general-purpose microcontroller based on the RISC-V core with an impressive balance of processing power, reduced power consumption and peripheral set.

Frameworks¶

Name

Description

Arduino

Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences.

GigaDevice GD32V SDK

GigaDevice GD32VF103 Firmware Library (SDK)

Boards¶

Note

For more detailed board information please scroll tables below by horizontal.

Name

Platform

Debug

MCU

Frequency

Flash

RAM

GD32VF103V-EVAL

GigaDevice GD32V

External

GD32VF103VBT6

108MHz

128KB

32KB

Sipeed Longan Nano

GigaDevice GD32V

External

GD32VF103CBT6

108MHz

128KB

32KB

Wio Lite RISC-V

GigaDevice GD32V

External

GD32VF103CBT6

108MHz

128KB

32KB