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

[Feature Request]: Add the F439ZI in future configs #335

Open
trainfozz opened this issue May 21, 2023 · 0 comments
Open

[Feature Request]: Add the F439ZI in future configs #335

trainfozz opened this issue May 21, 2023 · 0 comments
Labels
Enhancement New feature or request EX-CommandStation Item relates to the core EX-CommandStation code sponsor 💖

Comments

@trainfozz
Copy link
Sponsor

Problem/idea statement

As the DCC-EX team in the near future starts testing the Nucleo F429ZI board it may be handy to add also the F439ZI in the dev configs. Those boards are exactly the same with the exception that the F439ZI can do crypto.

Alternatives or workarounds

Taken from the DCCTimerSTM32.ccp:

current: #elif defined(ARDUINO_NUCLEO_F412ZG) || defined(ARDUINO_NUCLEO_F429ZI) || defined(ARDUINO_NUCLEO_F446ZE)

suggested: #elif defined(ARDUINO_NUCLEO_F412ZG) || defined(ARDUINO_NUCLEO_F429ZI) || defined(ARDUINO_NUCLEO_F439ZI) || defined(ARDUINO_NUCLEO_F446ZE)

Additional context

As I do own a F439ZI I can be a beta-tester for the F439ZI if required.

@trainfozz trainfozz added the Enhancement New feature or request label May 21, 2023
@github-actions github-actions bot added sponsor 💖 EX-CommandStation Item relates to the core EX-CommandStation code labels May 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request EX-CommandStation Item relates to the core EX-CommandStation code sponsor 💖
Projects
Status: Backlog
Development

No branches or pull requests

1 participant