1
0
Fork 0
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:
jflyper 2018-10-18 19:15:47 +09:00 committed by Rico Kirstein
parent 9ab8370379
commit 9f47d130b9
13 changed files with 174 additions and 1 deletions

View file

@ -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"