; PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra flags ; Library options: dependencies, extra library storages ; Advanced options: extra scripting ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html [platformio] default_envs=w55rp20 [env] framework = arduino lib_deps = https://github.com/katsumin/SSLClient arduino-libraries/ArduinoHttpClient @ 0.4.0 bblanchon/ArduinoJson @ 6.19.4 arduino-libraries/NTPClient @ 3.2.1 monitor_speed = 115200 [env:m5stack-fire] platform = espressif32 board = m5stack-fire lib_deps = m5stack/M5Unified @ ^0.2.2 ${env.lib_deps} ; https://github.com/m5stack/M5Stack ; https://github.com/lovyan03/LovyanGFX.git build_flags = -D M5_MODE -D USE_WIFI monitor_speed = ${env.monitor_speed} ; upload_speed = 115200 ; upload_port = COM7 ; board_build.partitions = no_ota.csv ; upload_protocol = ; upload_port [env:picow] platform = raspberrypi board = rpipicow platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#4.4.1 lib_deps = https://github.com/lovyan03/LovyanGFX.git ${env.lib_deps} build_flags = -D PICO_MODE -D USE_WIFI [env:w55rp20] platform = https://github.com/maxgerhardt/platform-raspberrypi.git board = pico ; Custom board definition for WizNet W55RP20 board_build.mcu = rp2040 board_build.f_cpu = 133000000L board_build.core = earlephilhower board_build.variant = rpipico ; Force to use earlephilhower core instead of mbed platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#4.4.1 upload_protocol = picotool lib_deps = https://github.com/lovyan03/LovyanGFX.git https://github.com/katsumin/Ethernet_Generic ${env.lib_deps} build_flags = -D PICO_MODE -D W55RP20_MODE -D ARDUINO_ARCH_RP2040 -D BOARD_NAME="W55RP20" -D ARDUINO_RASPBERRY_PI_PICO -D USE_ETHERNET_GENERIC -D _ETG_LOGLEVEL_=1 -D ARDUINO_ARCH_RP2040 monitor_speed = ${env.monitor_speed} ; debug_tool = raspberrypi-swd ; upload_protocol = blackmagic ; debug_port = COM5 ; upload_port = COM5 ; monitor_port = COM5 ; debug_tool = blackmagic