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
The merge2-m65dbg branch includes the improved port detection logic for m65 in find_serial_port(). This issue tracks refactoring that logic to make it available to the m65dbg tool.
The text was updated successfully, but these errors were encountered:
serial port detection is now rewritten in refactor_m65. See m65.c how to do it, it needs fpgajtag for proper detection.
Apple Mac OS is still missing the matching of libusb device and serial cu device. Need more input for that.
The merge2-m65dbg branch includes the improved port detection logic for
m65
infind_serial_port()
. This issue tracks refactoring that logic to make it available to the m65dbg tool.The text was updated successfully, but these errors were encountered: