2025-10-30 20:58:20 +08:00
|
|
|
; 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
|
|
|
|
|
|
|
|
|
|
[env:uno_r4_minima]
|
|
|
|
|
platform = renesas-ra
|
|
|
|
|
board = uno_r4_wifi
|
|
|
|
|
framework = arduino
|
2025-11-26 17:50:49 +08:00
|
|
|
upload_port = /dev/ttyACM0
|
|
|
|
|
monitor_port = /dev/ttyACM0
|
2025-10-30 20:58:20 +08:00
|
|
|
monitor_speed = 115200
|
|
|
|
|
lib_deps =
|
2025-12-18 20:03:39 +08:00
|
|
|
WiFiS3
|
|
|
|
|
ArduinoGraphics
|
2026-01-01 20:34:23 +08:00
|
|
|
Arduino_LED_Matrix
|
|
|
|
|
adamvr/base64@^1.0.0
|
2026-01-27 20:22:00 +08:00
|
|
|
ArduinoJson
|
|
|
|
|
IRremote
|
2026-01-01 20:34:23 +08:00
|
|
|
|
|
|
|
|
build_flags =
|
2026-01-27 20:22:00 +08:00
|
|
|
-I ./src/ir_decode/include
|
|
|
|
|
-DBOARD_ARDUINO
|