Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aada25f

Browse files
committed
Update README
1 parent e30fad6 commit aada25f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# CryptoAuthLib
22

3-
This repository contains the HAL to use Atmel CryptoAuthLib with CC2650.
3+
This repository contains the CryptoAuthLib HAL implementation for CC2650.
44

5-
It has been tested with a [TI Sensortag CC2650](http://www.ti.com/tool/cc2650stk).
5+
In the `hal` folder you will find two implementations, one direcly based
6+
on the [cc26xxware](http://processors.wiki.ti.com/index.php/CC26xxware)
7+
implemenation provided by Texas Instruments and another using the
8+
[Contiki i2c](https://github.com/contiki-ng/contiki-ng/blob/develop/arch/platform/srf06-cc26xx/sensortag/board-i2c.c) abstraction for the Sensortag board. The implemenation based on
9+
the Contiki primitives reduces the size of the HAL when used with a
10+
Contiki image.
611

7-
If you are planning to use it with Contiki you should also patch the
8-
library to use Contiki memory allocation primitives. The patches are
9-
contained in the `patch` folder and can be applied calling the
10-
`autogen.sh` script.
12+
It has been tested with a [TI Sensortag CC2650](http://www.ti.com/tool/cc2650stk).

0 commit comments

Comments
 (0)