betaflight / config

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

Added Config for BROTHERHOBBYF405V2 #459

Closed BrotherHobby closed 2 weeks ago

BrotherHobby commented 2 weeks ago

Description

This pull request adds a new configuration file for BROTHERHOBBYF405V2.

Changes

Testing

Please review the changes and merge if everything looks good.

ot0tot commented 2 weeks ago

I don't see how the F405 targets can work as-is, and the config.h is still invalid.

TIMER_PIN_MAP(3, PB9, 1, 0)\ No DMA assignment is possible for this pin.

The remaining issues from https://github.com/betaflight/config/pull/454 still stand.

BrotherHobby commented 2 weeks ago

I don't see how the F405 targets can work as-is, and the config.h is still invalid.

TIMER_PIN_MAP(3, PB9, 1, 0)\ No DMA assignment is possible for this pin.

The remaining issues from #454 still stand.

We found this issue and will rework the hardware, thanks!