mirror of
https://github.com/Team-Resurgent/Modxo.git
synced 2026-08-15 11:18:18 -07:00
* Slight Readme correction (#40) LCD HD44480 in the readme is actually supposed to be HD44780. This fixes that. * Modxo drivers (#44) * Created modxo driver system * created modxo_modules, refactored modxo source to encapsulate modules. * Renamed "low_power_mode" callback to shutdown. Removed NULL callbacks * Adding dummy ports to flashrom.c * changed reset callback to powerup. Removed reset call from lpc reset callbacks * some cleanup * some module init fixes * superio serial port fix * Update main.c fixes linux build --------- Co-authored-by: hotfuzz13 <159473513+hotfuzz13@users.noreply.github.com> * Fix pio lpc (#46) * Directly check if USB device is connected when shuting down * Removed LPC logging, added COM port logging * Added debug flag to wait for STDIO before starting --------- Co-authored-by: desukuran <dethklan@gmail.com> Co-authored-by: Shalx <alexwinger@gmail.com> Co-authored-by: hotfuzz13 <159473513+hotfuzz13@users.noreply.github.com>