betaflight / config

Betaflight target definitions
GNU General Public License v3.0
24 stars 85 forks source link

Add 'RRIOT_F722' target #480

Open ws998116 opened 1 week ago

ws998116 commented 1 week ago

We have completed development and testing for this board and would like to add the target config.

ws998116 commented 1 week ago

One issue that we've found is in the Receiver tab, the Telemetry setting shows up twice.

image

nerdCopter commented 1 week ago

i'm not certain what causes dual telemetry toggles. please try nightly configurator https://github.com/betaflight/betaflight-configurator-nightlies/releases or https://app.betaflight.com in Chrome.

haslinghuis commented 1 week ago

Dual telemetry shows up in case of a local build which is fixed in https://app.betaflight.com

ot0tot commented 1 week ago

Please provide the schematic in the appropriate manufacturer channel on the Betaflight Discord. Contact @sugaarK for access.

sugaarK commented 1 week ago

SugarK@betaflight.com

ws998116 commented 6 days ago

@ot0tot

  • Does this FC not have a LED_STRIP pin?

No, we do not have an LED_STRIP pin.

  • Target is missing gyro interrupt pin.

I have added the gyro interrupt pin define.

  • No timer for camera control pin.

I am having trouble adding this. The camera control pin is PC4, and I can't seem to add a timer to this pin (C04) using the CLI.

haslinghuis commented 6 days ago

Pin C4 does not have timers.

ws998116 commented 6 days ago

No timer for camera control pin.

Pin C4 does not have timers.

Are we required to have a timer for the camera control pin?

haslinghuis commented 4 days ago

Yes camera control seems to need a timer.