DCC-EX / CommandStation-EX

EX-CommandStation firmware from DCC-EX. Includes support for WiFi and a standalone WiThrottle server. A complete re-write of the original DCC++.
https://dcc-ex.github.io/
GNU General Public License v3.0
153 stars 103 forks source link

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

Open trainfozz opened 1 year ago

trainfozz commented 1 year ago

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.