mirror of
https://github.com/furyhawk/ESP32-X-Desktop.git
synced 2026-07-21 00:55:34 +00:00
- Introduced my_codec.h and my_codec.c for a new codec interface with control, data, and volume functionalities. - Implemented test_app_main.c to set up Unity test framework for memory leak checks. - Created test_board.h and test_board.c to define board-specific configurations and I2C/I2S initialization functions. - Developed test_my_codec.c to validate the functionality of the new codec interface, including volume control, mute settings, and data read/write operations. - Ensured compatibility with ESP-IDF versioning for I2C and I2S drivers.