Add updatable ADAU1701 program via flash partition and HTTP API.

Decouple the SigmaStudio RAM download from compiled-in adau1701_program.c:
DRAD v1 blobs in the dsp partition with embedded fallback, POST /api/dsp/program,
and host-tested blob parse/serialize helpers.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-07 09:21:49 +02:00
co-authored by Cursor
parent cd94e36a9d
commit cc4a03168e
31 changed files with 1302 additions and 50 deletions
+3
View File
@@ -34,6 +34,9 @@ idf_component_register(
"src/BroadcastLabel.cpp"
"src/RdsMetadataAccumulator.cpp"
"src/DabDynamicLabelAccumulator.cpp"
"src/DspProgram.cpp"
"src/RegisterWrite.cpp"
"src/DspProgramBlob.cpp"
INCLUDE_DIRS "include"
)