import esp audio lib

This commit is contained in:
2021-08-27 16:42:43 +02:00
parent 489174fdc8
commit 3d437de0e6
567 changed files with 267532 additions and 38 deletions

View File

@@ -0,0 +1,36 @@
// AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
//
// PIO Unified Debugger
//
// Documentation: https://docs.platformio.org/page/plus/debugging.html
// Configuration: https://docs.platformio.org/page/projectconf/section_env_debug.html
{
"version": "0.2.0",
"configurations": [
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug",
"executable": "/Users/willem/Documents/PROJECTS/muziekdoos/FW/leo_muziekdoos_sam51/.pio/build/adafruit_feather_m4/firmware.elf",
"projectEnvName": "adafruit_feather_m4",
"toolchainBinDir": "/Users/willem/.platformio/packages/toolchain-gccarmnoneeabi/bin",
"internalConsoleOptions": "openOnSessionStart",
"svdPath": "/Users/willem/.platformio/platforms/atmelsam/misc/svd/ATSAMD51J19A.svd",
"preLaunchTask": {
"type": "PlatformIO",
"task": "Pre-Debug"
}
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
"executable": "/Users/willem/Documents/PROJECTS/muziekdoos/FW/leo_muziekdoos_sam51/.pio/build/adafruit_feather_m4/firmware.elf",
"projectEnvName": "adafruit_feather_m4",
"toolchainBinDir": "/Users/willem/.platformio/packages/toolchain-gccarmnoneeabi/bin",
"internalConsoleOptions": "openOnSessionStart",
"svdPath": "/Users/willem/.platformio/platforms/atmelsam/misc/svd/ATSAMD51J19A.svd"
}
]
}