Ondrej Mikle

Results 36 comments of Ondrej Mikle

Though it's weird, since I have relatively high end laptop (the highest Thinkpad L14 intel model) and it does not support USB autosuspend, although the hubs in sysfs say they...

@TychoVrahe I agree, the workaround with checking previous state is the best option. We generally want people to notice they plugged TT into charger or used cable without data pins...

This happens if computer USB negotiation is slower than redraw of screen. > you may see the warning blink for a second after unlock/power on when connected to PC, because...

I experimented with `secp256k1_ecmult_static_context` since it seems it would be a good candidate given its size and would fit CCMRAM exactly when uncompressed/generated on start. It turns out it doesn't...

One thing to keep in mind that there is very few kB left in the lootloader (~18 kB IIRC). So just by adding the new icons converted to toif, we...

Current boardloader code defines version, but it is not included in the resulting binary. Thus for boardloader that will support this we will need a way for firmware to know...

MPU config for the firmware currently uses all the 8 regions (there are only 8 available), so normally boardloader would not be readable from running firmware. Though it seems there...

We can change MPU to have `.flash2` set to `rx`.

You're right, .flash2 doesn't have NX flag.

Actually this has been implemented before in RuleTrie.transformUrl when looking for applicable rulesets. Since pull request #4 the matching on target is bypassed - UrlComparisonThread.processUrl tests all regexps in the...