Commit Graph

225 Commits

Author SHA1 Message Date
Nicolas Stalder
236813a7c2 Turn solo-python into dummy package depending on solo1[-cli] 2022-03-08 12:56:35 +01:00
Nicolas Stalder
f6afa30ad9 Try using 0.1.1 instead of 0.2.0 0.1.1 2022-03-08 12:47:16 +01:00
Nicolas Stalder
a637aad184 Prepare for 0.2.0 release under new name 2022-03-08 12:39:59 +01:00
Nicolas Stalder
c559f83fd4 Update README.md 2022-03-08 12:19:04 +01:00
Nicolas Stalder
76b1eb1426 Fix lints, black and isorts 0.1.0 2022-03-08 12:05:55 +01:00
Nicolas Stalder
088f1a62a7 Prepare v0.1.0 release 2022-03-08 12:01:28 +01:00
stevenwdv
3cda184903 Bring back HID over UDP support for simulator 2022-03-08 12:00:35 +01:00
dependabot-preview[bot]
d538b3bcdb Upgrade to GitHub-native Dependabot 2022-03-08 11:53:56 +01:00
Philip Rinn
d0c14b585f Fix install with Flit 3.5.1 (fixes #141) 2022-03-08 11:53:10 +01:00
Nicolas Stalder
f087629a8f Prepare for 0.0.31 0.0.31 2021-10-23 15:10:46 +02:00
Andreas Molzer
2f1542bca7 Add pin argument to make-credential
This fixes an issue where a device with a set pin can not run the
make-credential command as the pin is not forwarded to fido2.
2021-06-04 12:13:24 +02:00
Conor Patrick
d3fb9d86be bump 0.0.30 2021-04-29 11:41:38 -07:00
Conor Patrick
fe93797d91 fix dfu with changes suggested by @enrikb 2021-04-29 11:38:02 -07:00
Conor Patrick
863c84af4c bump 0.0.29 2021-04-28 20:12:09 -07:00
Enrik Berkhan
a06770aaa8 Fix serial number related typos
With these fixes and Yubico/python-fido2#115, serial number output and
matching work again on Linux.
2021-04-28 20:08:48 -07:00
Conor Patrick
3efa7c80ef Update CHANGELOG.md 0.0.28 2021-04-25 16:15:52 -07:00
Conor Patrick
8151fb558b Merge pull request #121 from conorpp/main
Update to fido2 0.9.1
2021-04-25 16:06:41 -07:00
Conor Patrick
1a4d53c19b Merge branch 'main' into main 2021-04-25 16:06:10 -07:00
Conor Patrick
4126807e73 increase delay before enumerating bootloader 2021-04-25 16:03:32 -07:00
Conor Patrick
826c784a20 merge segment handling 2021-04-25 16:03:16 -07:00
наб
476150a53f Don't pretend there's an erase step when writing firmware 2021-04-25 15:56:33 -07:00
наб
808a76cd91 Properly handle multi-segment ihex firmwares
arm-none-eabi-gcc (15:8-2019-q3-1+b1) 8.3.1 20190703 (release)
[gcc-8-branch revision 273027], currently in sid, generates elfs
(and, hence, ihexes) with the 400-byte .isr_vector at the beginning
and a gap afterward:
  400:   (8005000, 8005190)
  86420: (80051C0, 801A354)

Whereas the official 4.1.2 firmware hex is just one chunk:
  89012: (8005000, 801ABB4)

Flashing my build would just almost-instantly write the ISRs and finish,
but, rather obviously, once the Somu came up it was as good as dead
2021-04-25 15:56:33 -07:00
Conor Patrick
29ecd30752 update version 2021-04-25 15:49:08 -07:00
Conor Patrick
6970a78161 Merge branch 'main' of https://github.com/solokeys/solo-python into main 2021-04-25 15:47:07 -07:00
Conor Patrick
1afa2e45dd Delete smartcard.py 2021-04-25 15:42:30 -07:00