The purpose of this repository is to create an developer environment for the Sipeed Longan Nano or to any other device which contains a GigaDevice GD32VF103CBT6. The project folder only contains the basic functionality to be able to start development. These features can be understand and modified easily. As such it can be further developed to the needs of a more complex development.
- Buildability via Make
- OpenOCD and GDB integrated into VSCode
- .vscode //Contains the VScode configuratiuon
- board //Contains the GD32VF103 Firmware Library
- include //Contains the project headers
- output //Contains the GCC output files
- src //Contains the source files for the project
- tools //Contains the tools needed to build,debug,flash