firmware/unix/frozen-modules
2019-03-27 11:00:43 -04:00
..
ckcc.py Making whole firmware public with single, signed commit. 2018-07-24 14:07:33 -04:00
ffilib.py Making whole firmware public with single, signed commit. 2018-07-24 14:07:33 -04:00
machine.py mark2 support 2019-02-08 16:14:21 -05:00
mock.py Making whole firmware public with single, signed commit. 2018-07-24 14:07:33 -04:00
os.py Making whole firmware public with single, signed commit. 2018-07-24 14:07:33 -04:00
pyb.py mark2 support 2019-02-08 16:14:21 -05:00
README.md Making whole firmware public with single, signed commit. 2018-07-24 14:07:33 -04:00
sflash.py Making whole firmware public with single, signed commit. 2018-07-24 14:07:33 -04:00
sim_display.py Making whole firmware public with single, signed commit. 2018-07-24 14:07:33 -04:00
sim_secel.py Making whole firmware public with single, signed commit. 2018-07-24 14:07:33 -04:00
sim_settings.py BIP39 passphrase additions, no UX yet 2019-03-27 11:00:43 -04:00
sim_usb.py Making whole firmware public with single, signed commit. 2018-07-24 14:07:33 -04:00
sram2.py Cleanup and robustness/memory usage 2018-07-25 12:44:40 -04:00
ssd1306.py Making whole firmware public with single, signed commit. 2018-07-24 14:07:33 -04:00
stm.py Making whole firmware public with single, signed commit. 2018-07-24 14:07:33 -04:00
struct.py Making whole firmware public with single, signed commit. 2018-07-24 14:07:33 -04:00
touch.py Making whole firmware public with single, signed commit. 2018-07-24 14:07:33 -04:00
version.py mark2 support 2019-02-08 16:14:21 -05:00
zevvpeep.py Making whole firmware public with single, signed commit. 2018-07-24 14:07:33 -04: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