Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 790 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 790 Bytes

LiteX: development platform for PlatformIO

Build automation for LiteX boards, with a focus on RISC-V based soft cores. Still early development.

Usage

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

Stable version

[env:stable]
platform = litex_riscv
board = litex_vexriscv
framework = zephyr
...

Development version

[env:development]
platform = https://github.com/hvegh/platform-litex.git
board = litex_vexriscv
framework = zephyr
...

Configuration

Please navigate to documentation TODO.