firmware/unix/variant
2021-10-05 09:56:10 -04:00
..
aes256ctr.py First pass w/ libNgU 2021-03-01 09:03:03 -05:00
bare_metal.py Rename domain coldcardwallet.com -> coldcard.com 2021-10-05 09:56:10 -04:00
ckcc.py Test some other values 2021-04-05 09:21:05 -04:00
ffilib.py Modernize unix build process 2021-02-02 08:31:53 -05:00
machine.py First pass w/ libNgU 2021-03-01 09:03:03 -05:00
main2.py rework sim shortcuts 2021-03-31 10:48:35 -04:00
manifest.py rework sim shortcuts 2021-03-31 10:48:35 -04: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 Modernize unix build process 2021-02-02 08:31:53 -05:00
pyb.py good enough usb disable/enable emulation 2021-03-31 09:48:19 -04:00
README.md Modernize unix build process 2021-02-02 08:31:53 -05:00
sflash.py First pass w/ libNgU 2021-03-01 09:03:03 -05:00
sim_display.py Modernize unix build process 2021-02-02 08:31:53 -05:00
sim_quickstart.py backport useful test feature 2021-07-13 14:09:51 -04:00
sim_secel.py Bugfix: read duress secret simulation 2021-03-11 13:57:27 -05:00
sim_settings.py upgrade --set args 2021-03-31 12:47:27 -04:00
sram2.py Modernize unix build process 2021-02-02 08:31:53 -05:00
ssd1306.py Modernize unix build process 2021-02-02 08:31:53 -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 Modernize unix build process 2021-02-02 08:31:53 -05:00
usb_test_commands.py more globals, so sim_eval is more useful 2021-03-12 10:00:47 -05:00
version.py upDATE 2021-04-28 10:43:03 -04: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