<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Using PlatformIO (VS Code) with Tab5]]></title><description><![CDATA[<p dir="auto">Has anyone used VS Code/PlatformIO to successfully program the new Tab5? If yes, how to configure the board in platformio.ini?</p>
]]></description><link>https://community.m5stack.com/topic/7586/using-platformio-vs-code-with-tab5</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 14:55:06 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7586.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 30 May 2025 00:52:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Using PlatformIO (VS Code) with Tab5 on Thu, 15 Jan 2026 08:37:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/168201">@kuriko</a> Thank for this information, my question is wich board type are you choose in PlatformIO</p>
]]></description><link>https://community.m5stack.com/post/30465</link><guid isPermaLink="true">https://community.m5stack.com/post/30465</guid><dc:creator><![CDATA[Powersoft]]></dc:creator><pubDate>Thu, 15 Jan 2026 08:37:58 GMT</pubDate></item><item><title><![CDATA[Reply to Using PlatformIO (VS Code) with Tab5 on Sat, 28 Jun 2025 00:53:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/34037">@RonaldoDuarte</a> said in <a href="/post/29144">Using PlatformIO (VS Code) with Tab5</a>:</p>
<blockquote>
<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/168201">@kuriko</a> It worked perfectly! Thank you very much!</p>
</blockquote>
<p dir="auto">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.</p>
<p dir="auto">Ask ChatGPT</p>
]]></description><link>https://community.m5stack.com/post/29351</link><guid isPermaLink="true">https://community.m5stack.com/post/29351</guid><dc:creator><![CDATA[Slarck]]></dc:creator><pubDate>Sat, 28 Jun 2025 00:53:31 GMT</pubDate></item><item><title><![CDATA[Reply to Using PlatformIO (VS Code) with Tab5 on Sun, 01 Jun 2025 00:18:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/168201">@kuriko</a> It worked perfectly! Thank you very much!</p>
]]></description><link>https://community.m5stack.com/post/29144</link><guid isPermaLink="true">https://community.m5stack.com/post/29144</guid><dc:creator><![CDATA[RonaldoDuarte]]></dc:creator><pubDate>Sun, 01 Jun 2025 00:18:59 GMT</pubDate></item><item><title><![CDATA[Reply to Using PlatformIO (VS Code) with Tab5 on Fri, 30 May 2025 01:56:24 GMT]]></title><description><![CDATA[<pre><code>[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
</code></pre>
]]></description><link>https://community.m5stack.com/post/29128</link><guid isPermaLink="true">https://community.m5stack.com/post/29128</guid><dc:creator><![CDATA[kuriko]]></dc:creator><pubDate>Fri, 30 May 2025 01:56:24 GMT</pubDate></item></channel></rss>