Files
paparazzi/conf/modules/rng.xml
T
Michal Podhradsky d66fc0c3b7 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
2018-01-19 00:09:17 +01:00

18 lines
373 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="rng" dir="mcu_periph" task="mcu">
<doc>
<description>
Random Number Generator
</description>
</doc>
<header>
<file name="rng.h" dir="mcu_periph"/>
</header>
<makefile target="!fbw|sim">
<define name="USE_RNG"/>
<file_arch name="rng_arch.c" dir="mcu_periph"/>
</makefile>
</module>