Skip to content

Releases: DeqingSun/ch55xduino

0.0.23 release of ch55xduino

09 Aug 23:58
Compare
Choose a tag to compare

0.0.22 release of ch55xduino

27 Jul 02:38
Compare
Choose a tag to compare

fix sound card bug
Add keyboard_print
Add keyboard led support

0.0.21 release of ch55xduino

17 Apr 01:17
Compare
Choose a tag to compare

Add USB CDC HID combo
Add USB sound card
Fix touchkey and pwm bug

0.0.20 release of ch55xduino

16 Oct 01:13
Compare
Choose a tag to compare

Add some comments for IntelliSense in VScode
fix upload tool reboot receive length
add avr-objcopy into SDCC

0.0.19 release of ch55xduino

04 Oct 07:27
Compare
Choose a tag to compare

Fix WS2812
Add PulseIn
Add Servo

0.0.18 release of ch55xduino

03 Jul 06:12
Compare
Choose a tag to compare

fix 64 byte CDC transfer issue
update USB descriptor to LUFA style
add clang format
add qmk compatible keyboard example
add 32M clock option

0.0.17 release of ch55xduino

06 May 01:18
Compare
Choose a tag to compare

Change model from small to large
Make int and long calculation re-enterable
Update tool and SDCC, also add RPi support

0.0.16 release of ch55xduino

06 Nov 02:31
Compare
Choose a tag to compare

fix GSINIT in sdcc.sh so volatile variables will not affect even alignment.
add 266 bytes USB ram option and USBtinySPI_CH552 (Adafruit USBtinySPI implementation on CH552 with debugWIRE feature) example.

0.0.15 release of ch55xduino

08 Oct 06:11
Compare
Choose a tag to compare

fix ch559 erase bug for binary larger than 8192 bytes.

0.0.14 release of ch55xduino

29 Sep 21:18
Compare
Choose a tag to compare

Add Serial.h to compile on Windows