Update libopencm3 and add Random Number Generator (RNG) (#2192)

* Compilation fixes (CAN bus)

* Update libopencm3

* Compilation fixes

* Added Random Number Generator for stm32 autopilots

* Compilation fixes
This commit is contained in:
Michal Podhradsky
2017-11-28 15:01:36 -08:00
committed by GitHub
parent da7003b358
commit 640c5aa8c5
9 changed files with 148 additions and 9 deletions
+17
View File
@@ -0,0 +1,17 @@
<!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="ap|fbw">
<define name="USE_RNG"/>
<file_arch name="rng_arch.c" dir="mcu_periph"/>
</makefile>
</module>