-
Notifications
You must be signed in to change notification settings - Fork 95
Description
Test and merge #56, need to change register for CH559 and CH549
Test and merge #50
Test and merge keyboard and mouse complex https://github.com/betaEncoder/ch55xduino/tree/ch55xduino/ch55xduino/ch55x/libraries/Generic_Examples/examples/05.USB
Add verbose control in wrapper scripts to avoid scaring users. Seems the condition after # if OBJ is a .o file we copy back is different across platforms, may need further check.
if [[ "${OBJ}" == *.o ]]
work on mac
if [[ ${OBJ%.o} != $OBJ ]]
work both on mac and windows
Fine tune delay microseconds.
Test and update tool for CH375 driver and 2.5.0 bootloader.
Tool working in #65
Add name in c files and examples.
Add more interrupt handler as weak files.
0.0.11
Check if Type system / _Generic fixes is fixed in SDCC.
fix USBSerial_print_ib(P), need 2 parameters
0.0.13
Arduino 1.8.13 uses sed in /usr/bin/sed, while terminal and 2.0.0-rc7 uses /usr/local/bin/sed ("need space ")
update upload tool #76
update sdcc #72
0.0.16
Add RPI support
Update upload tool for config bytes option
Change to Large stack auto model
check
Send Detect: Fail
An error occurred while uploading the sketch
Add options to the upload tool