mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 04:46:51 +08:00
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:
committed by
GitHub
parent
da7003b358
commit
640c5aa8c5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user