mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-29 02:38:07 +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
@@ -56,6 +56,7 @@ Aggie Air ARK
|
||||
|
||||
<modules>
|
||||
<module name="sys_mon"/>
|
||||
<module name="rng"/>
|
||||
<module name="copilot"/>
|
||||
<module name="extra_dl">
|
||||
<!-- in order to use uart1 without chibios we need to remap the peripheral-->
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="geo_mag"/>
|
||||
<module name="air_data"/>
|
||||
<module name="rng"/>
|
||||
</modules>
|
||||
|
||||
<servos driver="Pwm">
|
||||
|
||||
Reference in New Issue
Block a user