/platform-linux_riscv

Linux RISC-V: development platform for PlatformIO

Primary LanguagePythonApache License 2.0Apache-2.0

Linux RISCV: development platform for PlatformIO

Linux (RISC-V) is a Unix-like operating system that adheres mostly to the POSIX standard. It is developed and distributed following the principles of free and open-source software. Using host OS (Mac OS X, Linux) you can build native application for Linux RISC-V platform.

Usage

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

Stable version

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