Niklas
Niklas
Does this make the simulator use 100% of one cpu thread? Maybe a quickfix could be to sleep 10 ms in the main loop? (the real fix is to change...
`make -C py` should generate the protobuf files I think
the proto files are in the `messages` folder in the top directory. ``` $ ls messages antiklepto.proto bitbox02_system.proto cardano.proto eth.proto mnemonic.proto backup_commands.proto bluetooth.proto CMakeLists.txt hww.proto perform_attestation.proto backup.proto btc.proto common.proto keystore.proto...
Doesn't our code work with all fat file systems? Doesn't it make more sense to check if `f_mount() == FR_NO_FILESYSTEM`
> > Doesn't our code work with all fat file systems? Doesn't it make more sense to check if `f_mount() == FR_NO_FILESYSTEM` > > You meant `f_mount() != FR_NO_FILESYSTEM` ?...
> > > > Doesn't our code work with all fat file systems? Doesn't it make more sense to check if `f_mount() == FR_NO_FILESYSTEM` > > > > > >...
> @NickeZ > > Commit [qtouch: switch PTC to 8Mhz clock from 12 Mhz](https://github.com/BitBoxSwiss/bitbox02-firmware/pull/1597/commits/0e5659400ae952d2b7ed546ac4d87766551d6c7c) is changing a bunch of configs that seem unrelated to the PTC rate. Please explain them...
> Slightly uncomfortable with the removal of the screen clearing before rendering/flushing, as it's a bit hard to reason about if the working buffer is really clean (from a previous...