Paparazzi UAS
v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
|
Microcontroller initialization function for ChibiOS. More...
Go to the source code of this file.
Functions | |
void | mcu_arch_init (void) |
void WEAK | mcu_periph_energy_save (void) |
Call board specific energy saving Can be necessary for closing on power off. More... | |
Microcontroller initialization function for ChibiOS.
ChibiOS initialized peripherals by itself, only interrupt vector has to be relocated for Luftboot
Definition in file mcu_arch.c.
void mcu_arch_init | ( | void | ) |
Definition at line 109 of file mcu_arch.c.
Referenced by mcu_init().
void WEAK mcu_periph_energy_save | ( | void | ) |
Call board specific energy saving Can be necessary for closing on power off.
Definition at line 154 of file mcu_arch.c.
Referenced by sdlog_chibios_finish().