1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-04-23 21:41:19 +02:00

STM32 update platformio.ini for F439ZI

This commit is contained in:
pmantoine 2025-03-03 11:18:31 +11:00
parent 2a007f99dd
commit 0294409214

@ -259,7 +259,7 @@ monitor_echo = yes
; monitor_echo = yes
; upload_protocol = stlink
; Experimental - Ethernet work still in progress
; Experimental - Ethernet beta test
;
[env:Nucleo-F429ZI]
platform = ststm32 @ 19.0.0
@ -278,15 +278,11 @@ monitor_speed = 115200
monitor_echo = yes
upload_protocol = stlink
; Experimental - Ethernet work still in progress
; Experimental - Ethernet beta test
;
[env:Nucleo-F439ZI]
platform = ststm32 @ 19.0.0
; board = nucleo_f439zi
; Temporarily treat it as an F429ZI (they are code compatible) until
; the PR to PlatformIO to update the F439ZI JSON file is available
; PMA - 28-Sep-2024
board = nucleo_f429zi
board = nucleo_f439zi
framework = arduino
lib_deps = ${env.lib_deps}
stm32duino/STM32Ethernet @ ^1.4.0