Using PlatformIO (VS Code) with Tab5
-
Has anyone used VS Code/PlatformIO to successfully program the new Tab5? If yes, how to configure the board in platformio.ini?
-
[env:esp32p4_pioarduino] platform = https://github.com/pioarduino/platform-espressif32.git#54.03.20 upload_speed = 1500000 monitor_speed = 115200 build_type = debug framework = arduino board = esp32-p4-evboard board_build.mcu = esp32p4 board_build.flash_mode = qio build_flags = -DBOARD_HAS_PSRAM -DCORE_DEBUG_LEVEL=5 -DARDUINO_USB_CDC_ON_BOOT=1 -DARDUINO_USB_MODE=1 lib_deps = https://github.com/M5Stack/M5Unified.git https://github.com/M5Stack/M5GFX.git
-
@kuriko It worked perfectly! Thank you very much!
-
@RonaldoDuarte said in Using PlatformIO (VS Code) with Tab5:
@kuriko It worked perfectly! Thank you very much!
Thanks for confirming it works, RonaldoDuarte. I was just about to try the same setup on the Tab5, good to know this config runs without issues. Let me know if you run into anything else during your development.
Ask ChatGPT