galois embedded crypto module and secure transport (#2205)

* Added RNG for NPS, cleaned up telemetry config files
* Added Rust submodules
* Added simple status message
* Updated gec transport and key exchange
* Update pprzink
* Compilation fix for Travis
This commit is contained in:
Michal Podhradsky
2018-01-18 15:09:17 -08:00
committed by Gautier Hattenberger
parent 90c2c33b02
commit d66fc0c3b7
24 changed files with 943 additions and 101 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<header>
<file name="rng.h" dir="mcu_periph"/>
</header>
<makefile target="ap|fbw">
<makefile target="!fbw|sim">
<define name="USE_RNG"/>
<file_arch name="rng_arch.c" dir="mcu_periph"/>
</makefile>