Add TANTOF405#1029
Conversation
WalkthroughAdds a new Betaflight target configuration header for the TANTOF405 (STM32F405): hardware IDs, sensor/peripheral feature flags, detailed I/O and timer mappings, peripheral instances, DMA/serial settings, and default runtime parameters including SYSTEM_HSE_MHZ and meter/DSHOT defaults. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related issues
Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| #define DEFAULT_DSHOT_BITBANG DSHOT_BITBANG_OFF | ||
| #define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC | ||
| #define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC | ||
| #define DEFAULT_CURRENT_METER_SCALE 200 |
There was a problem hiding this comment.
Does this need to be included?
| #define GYRO_1_CS_PIN PA4 | ||
| #define USB_DETECT_PIN PC5 | ||
|
|
||
| #define TIMER_PIN_MAPPING \ |
There was a problem hiding this comment.
DMA2:
Stream 0 - ADC1
Stream 1 - TIM1_CH1
Stream 2 - SPI1_RX
Stream 3 - SPI1_TX/Open
Stream 4 - TIM8_CH3
Stream 5 - SPI1_TX/Open
Stream 6 - TIM1_CH2
Stream 7 - TIM8_CH4
Co-authored-by: ot0tot <36753790+ot0tot@users.noreply.github.com>
Co-authored-by: ot0tot <36753790+ot0tot@users.noreply.github.com>
Co-authored-by: ot0tot <36753790+ot0tot@users.noreply.github.com>
Co-authored-by: ot0tot <36753790+ot0tot@users.noreply.github.com>
Co-authored-by: ot0tot <36753790+ot0tot@users.noreply.github.com>
|
to be clear the lsm16 is not recommended we have been unable to get it working to a level that we would endorse it. and do these guys want a t1 target if so they need to email us |
Accompanying #1028
Summary by CodeRabbit