-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
chore(bw): cleanup and consolidate B&W navigation code. #5896
base: main
Are you sure you want to change the base?
Conversation
@pfeerick what MCU does the MT12 have? |
STM32F407 |
@gagarinlg so the MT12 should support 3.0? |
Will, not should be. 2.11 is the last release for STM32F2, not STM32F4. 3.0 will be dropping support for new STM32F MCU hardware to encourage use of newer, more capable hardware. Existing STM32F4s will continue be supported for as long as possible. Since it is actually a STM32F407xG (that last letter is important, as it means it has 1MB flash, not 512K like the E variant), this means it should have a longer life than some of it's other F4 bretherin... (sorry Zorro, Pocket 😢 ) |
@pfeerick that makes sense! I am pleased to know that! |
Move most of the configuration for the different B&W navigation types into the navigation code files.
This PR focuses on the KEY navigation variations, to hopefully make future changes easier to manage.
There are a few other places where NAVIGATION_X7 is being used to control how the UI is displayed.
These may be able to be cleaned up in future.
Not sure if this will be needed for 2.11 or can wait for 3.0.