Pavol Rusnak
434a9c2084
storage: add norcow_config.h, reorganize storage sources in SConscript files
2019-02-15 12:39:17 +01:00
andrew
9f75d342a4
Add trezor-storage submodule. Update modtrezorconfig to work with the new storage_get() interface. Update tests to expect None instead of bytes(), when the value is not found in the storage.
2019-02-15 12:39:14 +01:00
Pavol Rusnak
0ff7034e37
embed/extmod/modtrezorconfig: refactor PIN UI wait callback ( #398 )
...
This commit accomplishes several goals:
1) it removes any upy dependencies from storage.c/storage.h
2) ui wait callback is set during config_init and storage_init,
which allows to simplify the code dramatically
2018-11-08 15:55:47 +01:00
Jan Pochyla
b6ba95625c
norcow: port on top of flash.c, remove config
2017-11-05 20:46:11 +01:00
Pavol Rusnak
6413c2c23e
embed: rework memory layout, enable stack protector
2017-10-11 21:19:52 +02:00
Pavol Rusnak
d50eeb581a
trezorhal: introduce flash_write_{byte,word}
2017-09-28 11:28:40 +02:00
Jan Pochyla
55bd4a0806
rename /micropython to /embed
2017-07-28 16:23:45 +02:00