Skip to content

PlatformIO Core (CLI) Toolchain image for the GD32V RISC-V platform.

License

Notifications You must be signed in to change notification settings

michahoiting/platformio-cli-gd32v-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build environment for using PlatformIO Core (CLI) projects.

Contains the complete installation of PlatformIO Core (CLI) for working with RISC-V GD32V based boards (e.g. GD32VF104C-START and Sipeed Longan Nano).

Installation

  1. Install Docker

  2. Pull the image directly from DockerHub:

docker pull mhoiting/platformio-cli-gd32v-docker

Usage

Ideally use this container within a CI/CD pipeline of your choice.

Alternatively, you could use it interactively: docker run -it -v <host_dir>:<container_dir> mhoiting/platformio-cli-gd32v-docker /bin/bash.

Build

Building the image yourself is also possible, via:

docker build --tag mhoiting/platformio-cli-gd32v-docker .

References

About

PlatformIO Core (CLI) Toolchain image for the GD32V RISC-V platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published