Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
264 B

  1. from .checks import check_cppcheck, check_printsize
  2. from .float_support import remove_float_support
  3. from .ldscripts import ldscripts_inject_libpath
  4. from .lwip import lwip_inject_patcher
  5. from .postmortem import dummy_ets_printf
  6. from .git import app_inject_revision