mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-22 00:36:04 +01:00
STM32 platformio.ini PeripheralPins update
This commit is contained in:
parent
c93dd75323
commit
c99eac6ada
@ -270,7 +270,7 @@ monitor_echo = yes
|
|||||||
; Experimental - Ethernet work still in progress
|
; Experimental - Ethernet work still in progress
|
||||||
;
|
;
|
||||||
[env:Nucleo-F429ZI]
|
[env:Nucleo-F429ZI]
|
||||||
platform = ststm32 @ ^18.0.0
|
platform = ststm32 @ 19.0.0
|
||||||
board = nucleo_f429zi
|
board = nucleo_f429zi
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps = ${env.lib_deps}
|
lib_deps = ${env.lib_deps}
|
||||||
@ -281,7 +281,7 @@ lib_ignore = WiFi101
|
|||||||
WiFiEspAT
|
WiFiEspAT
|
||||||
WiFiMulti_Generic
|
WiFiMulti_Generic
|
||||||
WiFiNINA_Generic
|
WiFiNINA_Generic
|
||||||
build_flags = -std=c++17 -Os -g2 -Wunused-variable
|
build_flags = -std=c++17 -Os -g2 -Wunused-variable -DCUSTOM_PERIPHERAL_PINS
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
monitor_echo = yes
|
monitor_echo = yes
|
||||||
upload_protocol = stlink
|
upload_protocol = stlink
|
||||||
@ -289,7 +289,7 @@ upload_protocol = stlink
|
|||||||
; Experimental - Ethernet work still in progress
|
; Experimental - Ethernet work still in progress
|
||||||
;
|
;
|
||||||
[env:Nucleo-F439ZI]
|
[env:Nucleo-F439ZI]
|
||||||
platform = ststm32 @ ^18.0.0
|
platform = ststm32 @ 19.0.0
|
||||||
; board = nucleo_f439zi
|
; board = nucleo_f439zi
|
||||||
; Temporarily treat it as an F429ZI (they are code compatible) until
|
; Temporarily treat it as an F429ZI (they are code compatible) until
|
||||||
; the PR to PlatformIO to update the F439ZI JSON file is available
|
; the PR to PlatformIO to update the F439ZI JSON file is available
|
||||||
@ -304,7 +304,7 @@ lib_ignore = WiFi101
|
|||||||
WiFiEspAT
|
WiFiEspAT
|
||||||
WiFiMulti_Generic
|
WiFiMulti_Generic
|
||||||
WiFiNINA_Generic
|
WiFiNINA_Generic
|
||||||
build_flags = -std=c++17 -Os -g2 -Wunused-variable
|
build_flags = -std=c++17 -Os -g2 -Wunused-variable -DCUSTOM_PERIPHERAL_PINS
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
monitor_echo = yes
|
monitor_echo = yes
|
||||||
upload_protocol = stlink
|
upload_protocol = stlink
|
||||||
|
Loading…
Reference in New Issue
Block a user