Skip to content

ben-zen/GD32VF103_Firmware_Library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GD32VF103 Firmware Library

Build instructions

This repo uses the meson build engine, and has been tested with version 0.54.3.

To build this repo, first build the RISC-V GNU Toolchain for MCUs and deploy to your preferred root (I use /opt/riscv.)

In the repo's main folder, run:

meson out --cross cross.ini --default-library=static --prefix=/opt/riscv

This will generate the build directory, ./out, and will define the install directory for the compiled library and headers as a standard tree under /opt/riscv.

Switch directories into ./out, and run meson install to build and install the SDK library in /opt/riscv/lib, with headers placed in /opt/riscv/include/gd32vf103.

Original README:

This is the directory to save original GD32VF103 Firmware Library For more comprehensive information, please visit www.riscv-mcu.com

About

Original GD32VF103 Firmware Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.2%
  • Other 1.8%