Simone Baratta
Simone Baratta
Anything else to say?
Trying to recover from the multitude of added compilations that the BitBoxBase firmware introduced. This PR adds modularization to the code, and tries to bulid with as little `PRODUCT_*`, `APP_*`...
Extract common files in the CMakeLists.txt when possible, to avoid recompiling the same source file over and over with different flags.
### Version 1.55.0 ### Steps to reproduce 1. Run this test script https://gist.github.com/conte91/2ce2d9d4ef4ff75b378e2e07df4ec68a 2. The script spins a HTTP server that serves a page (index.html) containing an iframe. The iframe...