mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Adds the MCO driver facility for F7 targets
MCO2 output as run time configurable option Add sanity check for MCO2 pin changed output mode to AF from OUTPUT in mco driver MCO for F4 is not implemented yet Reinstate original OMNIBUSF7 target.h Add config variable mco2_on_pc9 Make MCO2 pin hardcoded with mco2_on_pin control variable fixed mco2 clock config corruption removed unused pin definitions
This commit is contained in:
parent
9ab8370379
commit
9f47d130b9
13 changed files with 174 additions and 1 deletions
|
@ -128,6 +128,7 @@ extern uint8_t __config_end;
|
|||
#include "pg/bus_spi.h"
|
||||
#include "pg/gyrodev.h"
|
||||
#include "pg/max7456.h"
|
||||
#include "pg/mco.h"
|
||||
#include "pg/pinio.h"
|
||||
#include "pg/pg.h"
|
||||
#include "pg/pg_ids.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue