rename esp platform to esp8266 platform and add stm32 to ci

This commit is contained in:
Thomas Kunze
2024-09-13 18:06:52 +02:00
parent a510042e78
commit 5ef9c8c040
7 changed files with 44 additions and 31 deletions

View File

@@ -40,6 +40,19 @@ build_flags =
-DKNX_NO_SPI=1
-Wno-unknown-pragmas
;--- STM32 -----------------------------------------------
[env:adafruit_feather_f405]
platform = ststm32
board = adafruit_feather_f405
framework = arduino
lib_deps =
knx
build_flags =
-DMASK_VERSION=0x07B0
-Wno-unknown-pragmas
-DUSE_DATASECURE
;--- ESP8266 -----------------------------------------------
[env:nodemcuv2_ip]
platform = espressif8266