FujiNetWIFI / fujinet-firmware

8-bit systems to ESP32 WiFi Multifunction Firmware
https://fujinet.online
GNU General Public License v3.0
219 stars 67 forks source link

Refactor MODEM code #433

Open tschak909 opened 3 years ago

tschak909 commented 3 years ago

The current WiFi MODEM code lives monolithically inside sio/modem.cpp.

This should be re-factored outward into its own library under lib/ so it can be used by other peripheral buses (and by CP/M)

The idea here is to:

brad-colbert commented 3 years ago

Is this simply a "move and create an interface" job?

tschak909 commented 3 years ago

yeah.