1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-19 21:08:07 +00:00
trezor-firmware/core/embed
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
..
boardloader fix(core): don't assert reset flags to allow "reboot to bootloader" 2021-03-10 18:31:51 +01:00
bootloader refactor(core): rework color definitions in bootloader 2021-03-10 18:33:00 +01:00
bootloader_ci refactor(core): rework color definitions in bootloader 2021-03-10 18:33:00 +01:00
extmod fix(core): switch define to invert display colors into const volatile 2021-03-11 12:29:00 +01:00
firmware feat(core): add define to invert display colors on ST7789V 2021-03-10 16:06:18 +01:00
prodtest all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
reflash all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
segger style(core): systemview editorconfig reformat 2021-01-26 20:53:38 +01:00
trezorhal fix(core): don't assert reset flags to allow "reboot to bootloader" 2021-03-10 18:31:51 +01:00
unix doc(core): update comments around UDP emulator 2021-03-09 16:19:03 +01:00
vendorheader core/headertool: support generating vendor headers with explicit size 2020-02-05 12:23:34 +01:00