mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-06-29 18:45:23 +02:00
STM32 update platformio.ini for F439ZI
This commit is contained in:
parent
2a007f99dd
commit
0294409214
@ -259,7 +259,7 @@ monitor_echo = yes
|
|||||||
; monitor_echo = yes
|
; monitor_echo = yes
|
||||||
; upload_protocol = stlink
|
; upload_protocol = stlink
|
||||||
|
|
||||||
; Experimental - Ethernet work still in progress
|
; Experimental - Ethernet beta test
|
||||||
;
|
;
|
||||||
[env:Nucleo-F429ZI]
|
[env:Nucleo-F429ZI]
|
||||||
platform = ststm32 @ 19.0.0
|
platform = ststm32 @ 19.0.0
|
||||||
@ -278,15 +278,11 @@ monitor_speed = 115200
|
|||||||
monitor_echo = yes
|
monitor_echo = yes
|
||||||
upload_protocol = stlink
|
upload_protocol = stlink
|
||||||
|
|
||||||
; Experimental - Ethernet work still in progress
|
; Experimental - Ethernet beta test
|
||||||
;
|
;
|
||||||
[env:Nucleo-F439ZI]
|
[env:Nucleo-F439ZI]
|
||||||
platform = ststm32 @ 19.0.0
|
platform = ststm32 @ 19.0.0
|
||||||
; board = nucleo_f439zi
|
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
|
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps = ${env.lib_deps}
|
lib_deps = ${env.lib_deps}
|
||||||
stm32duino/STM32Ethernet @ ^1.4.0
|
stm32duino/STM32Ethernet @ ^1.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user