Initial commit

This commit is contained in:
2026-04-26 21:35:04 +08:00
commit da6ca1b09a
1483 changed files with 115719 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"target": "esp32s3",
"builds": [
{
"name": "taiji-pi-s3",
"sdkconfig_append": [
"CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y",
"CONFIG_TAIJIPAI_I2S_TYPE_STD=y"
]
},
{
"name": "taiji-pi-s3-pdm",
"sdkconfig_append": [
"CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y",
"CONFIG_TAIJIPAI_I2S_TYPE_PDM=y"
]
}
]
}