move shared modules from version manifests to default manifest.py

This commit is contained in:
scgbckbone 2025-06-03 13:11:04 +02:00
parent 215357a9c2
commit da80fd357b
3 changed files with 7 additions and 13 deletions

View File

@ -1,6 +1,6 @@
# Freeze everything in this list.
# - not optimized because we need asserts to work
# - for specific boards, see manifest_mk[34].py and manifest_q1.py
# - for specific boards, see manifest_{mk4,q1}.py and manifest_q1.py
freeze_as_mpy('', [
'actions.py',
'address_explorer.py',
@ -58,6 +58,12 @@ freeze_as_mpy('', [
'ownership.py',
'ccc.py',
'web2fa.py',
'psram.py',
'mk4.py',
'vdisk.py',
'nfc.py',
'ndef.py',
'trick_pins.py',
], opt=0)
# Optimize data-like files, since no need to debug them.

View File

@ -2,12 +2,6 @@
freeze_as_mpy('', [
'ssd1306.py',
'mempad.py',
'psram.py',
'mk4.py',
'vdisk.py',
'nfc.py',
'ndef.py',
'trick_pins.py',
'ux_mk4.py',
'hsm.py',
'hsm_ux.py',

View File

@ -1,7 +1,5 @@
# Q1 only files; would not be needed on Mk4
freeze_as_mpy('', [
'psram.py',
'mk4.py',
'q1.py',
'keyboard.py',
'scanner.py',
@ -10,10 +8,6 @@ freeze_as_mpy('', [
'lcd_display.py',
'st7788.py',
'gpu.py',
'vdisk.py',
'nfc.py',
'ndef.py',
'trick_pins.py',
'ux_q1.py',
'battery.py',
'notes.py',