Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update KakuteF4 to V2, add UART4, UART5, I2C1 and BMP280 baro #4427

Merged
merged 3 commits into from
Oct 24, 2017
Merged

Update KakuteF4 to V2, add UART4, UART5, I2C1 and BMP280 baro #4427

merged 3 commits into from
Oct 24, 2017

Conversation

jamming
Copy link
Contributor

@jamming jamming commented Oct 24, 2017

There are more and more peripherals use UARTs, and M5/M6 are useless. So we redefine some signal pins on KakuteF4-V2, motor channels reduce to 4, add UART4, UART5, I2C1 and BMP280 baro.

@@ -141,5 +155,11 @@
#define TARGET_IO_PORTB 0xffff
#define TARGET_IO_PORTC 0xffff

#ifdef KAKUTEF4V2
#define TARGET_IO_PORTD (BIT(2))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could probably go outside of the #ifdef.

@mikeller
Copy link
Member

How will your users know if they have a V1 or a V2 board? Do the boards sold in the past all say 'V1'? (Just thinking of possible support issues.)

@jamming
Copy link
Contributor Author

jamming commented Oct 24, 2017 via email

@mikeller mikeller added this to the Betaflight v3.2.2 milestone Oct 24, 2017
@mikeller mikeller merged commit 94db0c9 into betaflight:master Oct 24, 2017
mikeller added a commit that referenced this pull request Oct 24, 2017
Update KakuteF4 to V2, add UART4, UART5, I2C1 and BMP280 baro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants