betaflight / config

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

Add SPEEDYBEEH5 #439

Open haslinghuis opened 1 month ago

haslinghuis commented 1 month ago

This target is still in development so does not compile currently. Timer map is missing.

Details:

#define TIMER_PIN_MAPPING               TIMER_PIN_MAP(0, MOTOR1_PIN, TIM4_CH1, 1, 0)  \
                                        TIMER_PIN_MAP(1, MOTOR2_PIN, TIM4_CH2, 1, 0)  \
                                        TIMER_PIN_MAP(2, MOTOR3_PIN, TIM3_CH3, 1, 0)  \
                                        TIMER_PIN_MAP(3, MOTOR4_PIN, TIM3_CH4, 1, 0)  \
                                        TIMER_PIN_MAP(4, MOTOR5_PIN, TIM8_CH4, 1, 0)  \
                                        TIMER_PIN_MAP(5, MOTOR6_PIN, TIM8_CH3, 1, 0)  \
                                        TIMER_PIN_MAP(6, MOTOR7_PIN, TIM2_CH4, 1, 0)  \
                                        TIMER_PIN_MAP(7, MOTOR8_PIN, TIM2_CH3, 1, 0)  \
                                        TIMER_PIN_MAP(8, MOTOR9_PIN, TIM5_CH2, 1, 0)  \
                                        TIMER_PIN_MAP(9, MOTOR10_PIN, TIM5_CH1, 1, 0  \
                                        TIMER_PIN_MAP(10, LED_STRIP_PIN, TIM1_CH1, 1, 0)

Timer specs: https://github.com/betaflight/betaflight/pull/13685