LiteX: development platform for PlatformIO
Build automation for LiteX boards, with a focus on RISC-V based soft cores. Still early development.
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
[env:stable]
platform = litex_riscv
board = litex_vexriscv
framework = zephyr
...
[env:development]
platform = https://github.com/hvegh/platform-litex.git
board = litex_vexriscv
framework = zephyr
...
Please navigate to documentation TODO.