Skip to content

mpy: remove hardware usermodule, move other stuff to sys_

q3k requested to merge q3k/no-more-hardware into main

The functionality has been distributed to:

  • sys_kernel (hardware_version, freertos_sleep, usb/console status)
  • uctx (scope)
  • sys_buttons (new, low-level button access)
  • sys_display (new, low-level display access)
Edited by q3k

Merge request reports