diff --git a/README.md b/README.md new file mode 100644 index 0000000..900177a --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ + + +U2F Zero +======== + + + + + +Overview +======= + +U2F Zero is an affordable and physically secure two factor authentication token that implements +the [U2F protocol](https://fidoalliance.org/specifications/overview/). + +Firmware +======== + + +### Using Simplicity Studio + +* Open Simplicity Studio +* Click File -> Import +* General -> Existing Projects into Workspace +* Select root directory and choose the `firmware/` directory +* Finish + + +### Using command line tools + +* TODO