No description
Find a file
2023-09-03 04:23:25 -06:00
Core This code is less embarrasing now 2023-08-06 01:20:56 -06:00
Debug Fixed unused variable warning 2023-08-09 21:42:31 -06:00
Ld Initial Commit 2023-07-08 22:36:15 -04:00
Peripheral Pulled ADC struct change from CH32V203 template 2023-08-10 22:11:27 -06:00
Startup Initial Commit 2023-07-08 22:36:15 -04:00
User Enable the right timer maybe 2023-09-03 04:23:25 -06:00
.gitignore Initial Commit 2023-07-08 22:36:15 -04:00
CMakeLists.txt Updated CMakeLists 2023-08-10 22:39:25 -06:00
LICENSE Added README and LICENSE 2023-08-06 01:28:15 -06:00
README.md Added README and LICENSE 2023-08-06 01:28:15 -06:00

BCU-Firmware

Firmware to drive various devices on the eBike using the CH32V203

Building

Linux:

mkdir build
cd build
cmake ..
make -j`nproc`

Windows/MacOS:

No >:(

License

This project contains components which are originally licensed by WCH under Apache-2.0. My changes are licensed under MIT License.