You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ")
Test and merge #56, need to change register for CH559 and CH549Test and merge #50Test and merge keyboard and mouse complex https://github.com/betaEncoder/ch55xduino/tree/ch55xduino/ch55xduino/ch55x/libraries/Generic_Examples/examples/05.USBAdd 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.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 parameters0.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
Add options to the upload tool
The text was updated successfully, but these errors were encountered: