firmware/unix/variant
2026-06-24 11:12:35 -04:00
..
aes256ctr.py bugfix: Tapsigner decryption 2024-05-21 11:17:56 -04:00
bare_metal.py mk4 changes 2021-09-07 08:17:59 -04:00
ckcc.py Q becomes calculator rather than e-waste 2025-09-22 10:47:01 -04:00
ffilib.py Better fix; works again on MacOS 2022-05-26 12:01:59 -04:00
gpu.py GPU take/give/animating 2024-01-26 10:51:04 -05:00
machine.py only SD_DETECT inverted 2024-04-25 09:36:42 -04:00
manifest.py introduce battery.py 2023-12-20 16:15:01 -05:00
mock.py Modernize unix build process 2021-02-02 08:31:53 -05:00
mpconfigvariant.h First pass w/ libNgU 2021-03-01 09:03:03 -05:00
mpconfigvariant.mk bugfix: building on MacOS using clang 2021-04-08 13:42:30 -04:00
os.py support slot B in wipe_microsd_card 2024-02-19 09:43:42 -05:00
pyb.py remove linux address patch 2025-06-11 09:18:13 -04:00
README.md Modernize unix build process 2021-02-02 08:31:53 -05:00
sim_battery.py preferences 2024-02-01 08:18:56 -05:00
sim_mk4.py q1 support: more leds, keyboard diff, etc 2023-12-05 11:23:23 +01:00
sim_nfc.py Add NFC pushtx from any existing file 2024-06-12 14:55:01 -04:00
sim_psram.py debug helper 2024-02-23 13:29:58 -05:00
sim_quickstart.py Q becomes calculator rather than e-waste 2025-09-22 10:47:01 -04:00
sim_scanner.py Keep scanner reinit state instance-local 2026-06-24 11:12:35 -04:00
sim_se2.py slightly better SE2 emulation 2025-09-16 10:35:07 -04:00
sim_secel.py sim bugfix: simulated secure element differentiate between CHANGE_SECRET and CHANGE_WALLET_PIN 2024-02-29 08:57:57 -05:00
sim_settings.py Q becomes calculator rather than e-waste 2025-09-22 10:47:01 -04:00
sim_vdisk.py bugfix: auto-vdisk, do not consider already signed PSBTs; fix stucked at Reading... screen 2025-03-27 12:37:11 -04:00
ssd1306.py Mk hardware 2026-03-04 17:32:21 -05:00
st7788.py BBQr improvements 2024-03-01 16:37:26 -05:00
stm.py Modernize unix build process 2021-02-02 08:31:53 -05:00
struct.py Modernize unix build process 2021-02-02 08:31:53 -05:00
touch.py use inject method, cleaner 2024-04-17 09:35:32 -04:00
version.py Mk hardware 2026-03-04 17:32:21 -05:00
zevvpeep.py First pass w/ libNgU 2021-03-01 09:03:03 -05:00

This dir is part of the default sys.path, so modules here may

simulate missing things from the real board

- the code is frozen, and compiled in

- you must do a make in .. before any changes here will work

- code here only active in simulator, never the product