Skip to content

hvegh/platform-litex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages