-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We upload an artifact of the entire device app SDK that can be directly used as LIBDIR for device apps. It includes all include files, the libraries, the linker script, and some short documentation. Retention of the artifact is right now just set to 2 days, so if you want to make a proper release be sure to copy it. Co-authored-by: Michael Cardell Widerkrantz <mc@tillitis.se>
- Loading branch information
1 parent
f53a2b5
commit 4c57f87
Showing
3 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
tkey-libs binary distribution | ||
|
||
This is the binary distribution of: | ||
|
||
https://github.com/tillitis/tkey-libs | ||
|
||
Which is an SDK for developing device apps for the Tillitis TKey in C. | ||
Please see the TKey Developer Handbook for more: | ||
|
||
https://dev.tillitis.se/ | ||
|
||
and the company web site: | ||
|
||
https://tillitis.se/ | ||
|
||
You should be able to use this distribution directly in device apps | ||
simply by pointing LIBDIR to where you unpacked this archive: | ||
|
||
make LIBDIR=~/Download/tkey-libs | ||
|
||
Copyright Tillitis AB. | ||
|
||
These programs are free software: you can redistribute it and/or | ||
modify it under the terms of the GNU General Public License as | ||
published by the Free Software Foundation, version 2 only. | ||
|
||
These programs are distributed in the hope that they will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
General Public License for more details. | ||
|
||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see: | ||
|
||
https://www.gnu.org/licenses | ||
|
||
See LICENSE for the full GPLv2-only license text. | ||
|
||
Note that Monocypher is Copyright Loup Vaillant and released under CC0 | ||
1.0 Universal, see monocypher/LICENSE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters