TychoVrahe

Results 60 comments of TychoVrahe

squashed & rebased. seems like either removing the conflicts or squashing fixups unblocked the git checks

One more issue with `SwipeHoldPage` after the fix: when the Hold to confirm button is pressed, or the loader shrinks, the buttons get cleared and redrawn, causing a flicker. Thinking...

I just see it when testing manually on hardware, nothing fancy so far Seems to be working fine now, so thats it from me

The clear was clearing rest of the screen including avatar, which was then drawn again causing it to flash. U tried to prevent that, because the usb error can appear...

There are some config files needed for the QSTR generation. We should get rid of it along with the whole qstr generation in bootloader, but it will probably require some...

Rebased - since the #2332 has now been merged, i removed all the micropython stuff here.

rebased and implemented latest design updates.

thanks, fixed in https://github.com/trezor/trezor-firmware/pull/2444/commits/edf84c1694104f6cf0f7297f081fb6ab146c5d14

Interesting. I was testing the stack overflow in FW before actually entering the unprivileged mode, thus it behaved correctly. Seems unrelated to changes done in this PR. master behaves the...

According to this [old post](https://embeddedknowledge.blogspot.com/2012/03/cortex-m3-hardfault-at-svc-instruction.html), one of the thing that triggers HF on SVC instruction is that SVC has lower priority than context that calls it, which makes sense. Since...