esp32: replace port with PlatformIO implementation and add CI build (#1292)

This commit is contained in:
Kato Gangstad
2026-04-06 15:33:17 +02:00
committed by GitHub
parent 3d668f2f96
commit 589a61b287
38 changed files with 2926 additions and 4708 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"build": {
"core": "esp32",
"mcu": "esp32s3",
"variant": "esp32s3",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "dio"
},
"frameworks": [
"arduino"
],
"name": "M5Stack StamPLC",
"url": "https://m5stack.com/products/m5stamplc",
"vendor": "M5Stack",
"upload": {
"speed": 460800,
"maximum_size": 8388608,
"maximum_ram_size": 327680
}
}