- Feb 25, 2020
-
-
Jean-Michel Picod authored
Add Github workflows
-
Jean-Michel Picod authored
- python code formatting is tested with yapf - cron workflow to run cargo audit - Don't run on latest
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
This avoids running workflows when it's not needed
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
- Feb 24, 2020
-
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
These should do the checks for us. Not an expert though so it may need a bit of tweaking before they do what we want them to do.
-
Jean-Michel Picod authored
Configure pylint for Google's Python style.
-
Jean-Michel authored
-
Jean-Michel authored
-
- Feb 21, 2020
-
-
Jean-Michel authored
Adding pylint configuration, VSCode configuration to lint on save and make the deploy.py script compliant.
-
Jean-Michel Picod authored
Fix errors in deploy script.
-
Jean-Michel authored
-
Jean-Michel Picod authored
Document troubleshooting on OS X
-
Jean-Michel authored
-
- Feb 20, 2020
-
-
Jean-Michel Picod authored
Better handling of OpenSSL generated keys.
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
Improve deploy script.
-
Jean-Michel Picod authored
It seems that ECC keys generated by OpenSSL can be between 30 and 33 bytes long whereas OpenSK code expects a fixed size of 32 bytes. This variation could cause Travis CI to fail but also invalid ECC keys to be flashed, causing the authenticator to not work.
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
- Check that JLinkExe in properly installed - Verify that the app is installed - Always report failures in the exit code - Add vscode settings for Python code formatting using Google style - Fix issue #42 regarding tockloader version and sticky parameter
-
- Feb 19, 2020
-
-
Jean-Michel Picod authored
Add troubleshooting instructions.
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
Replace shell script with a python3 script
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-