Jean-Michel Picod
Jean-Michel Picod
## Expected Behavior We should have 2 different workflows: 1. On each PR, build twice the firmware for each operating system, removing the `crypto_data` directory and copying the `sample_crypto_data` between...
## Expected Behavior The `deploy.py` script should be covered by Travis CI to catch errors. This will imply several things: - add a `--dry-run` parameter to the script to run...
Current logic was keeping all traces in memory instead of freeing each segment when possible.
When I tried to program a freshly soldered CW308-XMEGA board, I discovered that the XMEGA programmer won't work if the advanced breakout board CW506 is connected. The signature check fails...
Orbuculum stopped accepting raw TPIU frames since v2.2.0. As TPIU framing is stable, parsing it in Python makes sense, leaving the other more complicated layers to Orbuculum to parse. The...