Skip to content

Commit

Permalink
cc2538: Add PKA drivers, ECC algorithms and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
drandreas committed Oct 7, 2015
1 parent f9ed78a commit 3ce38e3
Show file tree
Hide file tree
Showing 19 changed files with 4,315 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cpu/cc2538/Makefile.cc2538
Expand Up @@ -51,6 +51,8 @@ CONTIKI_CPU_SOURCEFILES += clock.c rtimer-arch.c uart.c watchdog.c
CONTIKI_CPU_SOURCEFILES += nvic.c cpu.c sys-ctrl.c gpio.c ioc.c spi.c adc.c
CONTIKI_CPU_SOURCEFILES += crypto.c aes.c ccm.c sha256.c
CONTIKI_CPU_SOURCEFILES += cc2538-rf.c udma.c lpm.c
CONTIKI_CPU_SOURCEFILES += pka.c bignum-driver.c ecc-driver.c ecc-algorithm.c
CONTIKI_CPU_SOURCEFILES += ecc-curve.c
CONTIKI_CPU_SOURCEFILES += dbg.c ieee-addr.c
CONTIKI_CPU_SOURCEFILES += slip-arch.c slip.c
CONTIKI_CPU_SOURCEFILES += i2c.c cc2538-temp-sensor.c vdd3-sensor.c
Expand Down

0 comments on commit 3ce38e3

Please sign in to comment.