Merge pull request #1078 from drandreas/cc2538-crypto

cc2538: Add PKA drivers, ECC algorithms and examples
This commit is contained in:
Benoît Thébaudeau 2015-10-21 11:24:35 +02:00
commit bf41de1be5
19 changed files with 4307 additions and 2 deletions

View file

@ -30,6 +30,7 @@ In terms of hardware support, the following drivers have been implemented:
* General-Purpose Timers. NB: GPT0 is in use by the platform code, the remaining GPTs are available for application development.
* ADC
* Cryptoprocessor (AES-CCM-256, SHA-256)
* Public Key Accelerator (ECDH, ECDSA)
* SmartRF06 EB and BB peripherals
* LEDs
* Buttons

View file

@ -45,6 +45,7 @@ In terms of hardware support, the following drivers have been implemented:
* General-Purpose Timers. NB: GPT0 is in use by the platform code, the remaining GPTs are available for application development.
* ADC
* Cryptoprocessor (AES-CCM-256, SHA-256)
* Public Key Accelerator (ECDH, ECDSA)
* LEDs
* Buttons
* Internal/external 2.4GHz antenna switch controllable by SW.