Skip to content

Windfisch/libopencm3-riscv-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playing around with libopencm3 on an inexpensive gd32 riscv board

Any GCC-based RISC-V toolchain should work. This has been tested with:

  • riscv-sifive-elf-gcc: just works™
  • riscv64-elf-gcc: you must add export PREFIX:=riscv64-elf- to the Makefile (or specify that variable in the environment)

About

playing around with libopencm3 on an inexpensive gd32 riscv board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 71.3%
  • Makefile 28.7%