MEGA65 / mega65-tools

Tools and Utilities for the MEGA65 Retro Computers
GNU General Public License v3.0
30 stars 31 forks source link

merge2-m65dbg: Refactor and share find_serial_port() with m65dbg #137

Open dansanderson opened 2 years ago

dansanderson commented 2 years ago

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.

lydon42 commented 2 years ago

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.