Files
platform-espressif32/examples/arduino-rmt-blink/platformio.ini
T

85 lines
1.9 KiB
INI
Raw Normal View History

[env:esp32-s2]
2025-09-17 00:09:47 +02:00
platform = espressif32
framework = arduino
board = esp32-s2-saola-1
lib_ignore = ble
wifi
ESP RainMaker
ESP Insights
2025-07-03 17:12:25 +02:00
spiffs
NetworkClientSecure
2025-09-17 00:09:47 +02:00
Zigbee
Matter
OpenThread
dsp
build_flags = -DBUILTIN_RGBLED_PIN=18
-DNR_OF_LEDS=1
[env:esp32-s3]
2025-09-17 00:09:47 +02:00
platform = espressif32
framework = arduino
board = esp32-s3-devkitc-1
lib_ignore = ble
wifi
ESP RainMaker
ESP Insights
2025-07-03 17:12:25 +02:00
spiffs
NetworkClientSecure
2025-09-17 00:09:47 +02:00
Zigbee
Matter
OpenThread
dsp
build_flags = -DBUILTIN_RGBLED_PIN=48
-DNR_OF_LEDS=1
[env:esp32-c3]
2025-09-17 00:09:47 +02:00
platform = espressif32
framework = arduino
board = esp32-c3-devkitm-1
lib_ignore = ble
wifi
ESP RainMaker
ESP Insights
2025-07-03 17:12:25 +02:00
spiffs
NetworkClientSecure
2025-09-17 00:09:47 +02:00
Zigbee
Matter
OpenThread
dsp
build_flags = -DBUILTIN_RGBLED_PIN=8
-DNR_OF_LEDS=1
2025-07-23 18:02:58 +02:00
[env:esp32-c5]
2025-09-17 00:09:47 +02:00
platform = espressif32
framework = arduino
board = esp32-c5-devkitc-1
lib_ignore = ble
wifi
ESP RainMaker
ESP Insights
spiffs
NetworkClientSecure
Zigbee
Matter
OpenThread
dsp
2025-07-23 18:02:58 +02:00
build_flags = -DBUILTIN_RGBLED_PIN=27
-DNR_OF_LEDS=1
[env:esp32-c6]
2025-09-17 00:09:47 +02:00
platform = espressif32
framework = arduino
board = esp32-c6-devkitm-1
lib_ignore = ble
wifi
ESP RainMaker
ESP Insights
2025-07-03 17:12:25 +02:00
spiffs
NetworkClientSecure
2025-09-17 00:09:47 +02:00
Zigbee
Matter
OpenThread
dsp
build_flags = -DBUILTIN_RGBLED_PIN=8
-DNR_OF_LEDS=1