Merge pull request #1727 from g-oikonomou/contrib/cc26xx/trng

Add CC13xx/CC26xx TRNG Support
This commit is contained in:
George Oikonomou 2016-07-16 23:34:53 +01:00 committed by GitHub
commit dcad5e7e3f
6 changed files with 533 additions and 0 deletions

View file

@ -60,6 +60,7 @@
#include "sys/clock.h"
#include "sys/rtimer.h"
#include "sys/node-id.h"
#include "lib/random.h"
#include "lib/sensors.h"
#include "button-sensor.h"
#include "dev/serial-line.h"