This repository contains a CryptoAuthLib HAL implementation for CC2650.
In the hal
folder you will find two implementations, one direcly based
on the cc26xxware
implemenation provided by Texas Instruments and another using the
Contiki i2c abstraction for the Sensortag board. The implemenation based on
the Contiki primitives reduces the size of the HAL when used with a
Contiki image.
This implementation has been tested with a TI Sensortag CC2650, the ATECC508A, and the ATSHA204A connected via the i2c bus.
You can find some examples on how to use this HAL in this repository.