748 Commits

Author SHA1 Message Date
nickray
a0f8b27841
Merge branch 'master' into patch-1 2019-01-08 01:09:46 +01:00
Conor Patrick
b7c0e4ea92 no delays 2019-01-07 19:05:39 -05:00
Nicolas Stalder
d89fe933f3 Merge branch 'robbiemacg-patch-1' 2019-01-08 01:04:32 +01:00
Nicolas Stalder
794c231b0d Merge branch 'patch-1' of git://github.com/robbiemacg/solo into robbiemacg-patch-1 2019-01-08 01:03:54 +01:00
Conor Patrick
6ffba7d472 move to new file 2019-01-07 18:50:01 -05:00
Conor Patrick
c330346c31 add nfc log tag 2019-01-07 18:29:38 -05:00
Conor Patrick
eda26e3c93 add ST spi LL driver 2019-01-07 18:17:33 -05:00
Conor Patrick
fa4da6e9d7 Merge branch 'master' of github.com:solokeyssec/solo 2019-01-07 18:09:03 -05:00
Conor Patrick
6d3313bd3f Update building.md 2019-01-07 18:08:59 -05:00
Nicolas Stalder
ea210320c6 Fix some old links 2019-01-07 23:07:55 +01:00
Nicolas Stalder
bdc4c8f9df Move to solokeys org, host docs under docs.solokeys.io 2019-01-07 22:39:36 +01:00
robbiemacg
8c1d716632
Update fido2-impl.md
Fixed small apparent typo.
2019-01-07 13:47:03 -04:00
Szczepan Zalega
ca27b26c6b
Avoid 2nd start of the simulation server
udp_server() is being called second time during the simulated run, which
fails due to trying to claim already used port. This patch adds cache to
the udp_server() result.

Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
2019-01-07 18:47:01 +01:00
int3l
600b2a61fe Enable custom favicon 2019-01-07 02:24:27 +01:00
int3l
2f61c061b7 Add favicon asset
Same asset icon file as solokeys.com
2019-01-07 02:24:27 +01:00
Conor Patrick
44077a4f2f spi interface WORKS 2019-01-06 17:12:26 -05:00
int3l
ba4ca96253
Update mkdocs config
- adjust the copyright text
- rename and reorder some of the menu items for the sake of better SEO and user experience
2019-01-06 20:12:33 +02:00
nickray
a48a962653
Fix badges and hint Python setup 2019-01-06 03:44:05 +01:00
Conor Patrick
4c6f0969c1 add spi 2019-01-05 20:58:39 -05:00
Conor Patrick
ccac725b7f pass prefix option 2019-01-05 19:56:23 -05:00
Conor Patrick
41ed68eb44 Update bootloader.mk 2019-01-05 19:52:59 -05:00
Conor Patrick
3d9dd08208 non-c99 compatibility 2019-01-05 19:42:28 -05:00
Conor Patrick
83d59dfc54 force static link ... 2019-01-05 19:36:00 -05:00
Conor Patrick
ce11e4173f dont skip button by default 2019-01-05 19:34:59 -05:00
Conor Patrick
f15ba1d3dc change serial number 2019-01-05 19:34:11 -05:00
Conor Patrick
c0a2b677f0
Update README.md basic-hacker-build 2019-01-05 15:36:30 -05:00
nickray
f8f895df4f
Merge pull request #48 from SoloKeysSec/python-cleanup
Python cleanup
2019-01-05 02:27:36 +01:00
nickray
de3d6fd5ba
Merge branch 'master' into python-cleanup 2019-01-05 02:06:09 +01:00
nickray
4072a51a5b
Merge pull request #49 from SoloKeysSec/its-stm32l432
we use l432, not l442
2019-01-05 02:04:38 +01:00
Nicolas Stalder
5f3c50e690 we use l432, not l442 2019-01-05 01:44:53 +01:00
Conor Patrick
6ca7076fe5 update docs 2019-01-04 00:25:07 -05:00
Conor Patrick
dd320d049f add easy recipes 2019-01-03 23:46:48 -05:00
Nicolas Stalder
a8e1060eee fix some more scripts 2019-01-04 04:30:00 +01:00
Nicolas Stalder
8210e9ecd9 give up on travis 2019-01-04 04:28:05 +01:00
Nicolas Stalder
59503c775e minor changes 2019-01-04 02:02:27 +01:00
Nicolas Stalder
2f9987a28a be systematic with coding and shebang 2019-01-04 02:01:59 +01:00
Nicolas Stalder
cbc422b817 ble 2019-01-03 15:19:54 +01:00
Nicolas Stalder
c7f1aecd61 ble 2019-01-03 15:16:57 +01:00
Nicolas Stalder
f2f71e2cbf ... 2019-01-03 15:15:23 +01:00
Nicolas Stalder
a1d3205011 ... 2019-01-03 15:09:30 +01:00
Nicolas Stalder
b01b37d86b ... 2019-01-03 15:01:59 +01:00
Nicolas Stalder
e63462cd86 ... 2019-01-03 15:00:09 +01:00
Nicolas Stalder
4136853e76 And so the Travis dance begins 2019-01-03 14:57:50 +01:00
Nicolas Stalder
c58c8300ac Try and run some python tests in Travis 2019-01-03 14:53:44 +01:00
Nicolas Stalder
89de3738c0 Ensure python2 for env2 make target 2019-01-03 14:30:19 +01:00
Nicolas Stalder
6a5449b8cb Pass tools/ through black 2019-01-03 14:27:21 +01:00
Nicolas Stalder
b2c78ca7c0 Start some cleanup
- add an editorconfig
- fix requirements.txt and the UTF-8 issue (lost in pull/47)
- two clean environments
- make black usable
- two test targets (wink2/wink3)
2019-01-03 14:24:34 +01:00
nickray
fa810ff54d
Merge pull request #47 from SoloKeysSec/solotool
Solotool
2019-01-03 14:00:56 +01:00
Conor Patrick
de900dec2c Update solotool.py 2019-01-02 21:16:29 -05:00
Conor Patrick
9565ae4cda combined merge_hex 2019-01-02 21:07:56 -05:00