You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the HAL to use Atmel CryptoAuthLib with CC2650.
3
+
This repository contains the CryptoAuthLib HAL implementation for CC2650.
4
4
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.
6
11
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