1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-20 06:28:09 +00:00
trezor-firmware/core/embed/extmod
Pavol Rusnak d211e3af07
fix(core): switch define to invert display colors into const volatile
using define causes compiler to over-optimize the code in display_init_seq
leading to larger differences in the resulting binaries when the flag changes

we want to keep the difference to minimum (1 byte) and using const volatile
instead of define achieves that
2021-03-11 12:29:00 +01:00
..
modtrezorconfig fix(core): root ui callback for trezorconfig mod (#1412) 2021-01-19 14:17:16 +01:00
modtrezorcrypto feat(core/cardano): enable typing for Cardano app 2021-02-10 10:56:52 +01:00
modtrezorio feat(core): Ensure that WebAuthn runs on port 21326 by default for both production and debug emulator. 2021-03-09 16:13:21 +01:00
modtrezorui fix(core): switch define to invert display colors into const volatile 2021-03-11 12:29:00 +01:00
modtrezorutils core/extmod: explicitly initialize automatic variables 2020-08-04 14:50:07 +02:00
trezorobj.h