Introduces Si4684/ADAU1701 drivers, TunerService, FrequencyKHz, SeekDirection, /api/tuner routes without file-scope globals, host tests, and firmware blob tooling (binaries remain gitignored). Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
287 B
CMake
10 lines
287 B
CMake
# DigiRadio firmware — top-level ESP-IDF project
|
|
cmake_minimum_required(VERSION 3.16)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
|
|
# Nested driver/service components live under components/
|
|
set(EXTRA_COMPONENT_DIRS "components/drivers" "components/services")
|
|
|
|
project(digiradio)
|