Useful middleware libraries for CH32X035 series.
要阅读该文件的简体中文版本,请转到README.zh-cn.md。
- USB
- KeyboardAndMouse A simple keyboard and mouse simulation library.
- Queued A queued processing middleware library helps handle command-response style USB communication easier.
- SPI
- Master A simple SPI master mode library.
- I2C
- Master A simple I2C master mode library.
- Link File
- Link_highcode_62k.ld Provides
__attribute__((section(".highcode")))
(run in RAM, callshighcode
)feature.
- Link_highcode_62k.ld Provides
- Startup File
- startup_ch32x035_highcode_user.S Provides
highcode
feature. - startup_ch32x035_highcode_machine.S Provides
highcode
feature. Core is running at machine mode.
- startup_ch32x035_highcode_user.S Provides
This library is under GPLv3 license. Read LICENSE for more information.