Steven Kruyswijk
Steven Kruyswijk
I would very much appreciate this - I'm looking into using platformio to program a GD32E103xx
I'm working with the GD32E103C8T6 and GD32E103CBT6; boards are my own design and this one for prototyping: https://www.aliexpress.com/item/1005002023908240.html By the way - I have gotten a working toolchain together by...
@maxgerhardt alright I've gotten it to build and upload, albeit with some RAM size-related warning, but no blinky. Perhaps I can show you the terminal output somewhere?
Thank you, it builds after changing the path into `"your_adf_path/components/esp_codec_dev"` While monitoring, I get a prompt saying `Here's the test menu, pick your combo:` but it doesn't show anything. How...
Does the unit test app perhaps need more modification? When building it, it does not seem to add the esp_codec_dev component at all.
When I add those lines to the top-level CMakeLists.txt (in the `unit-test-app` folder), I get these errors: `CMake Error at /Users/steven/esp/esp-idf/tools/cmake/component.cmake:439 (message): Called idf_component_register from a non-component directory. Call Stack...
Thank you - I am still running into issues with the existing unit-test-app though. After applying the CMakeLists.txt modification in the `esp_codec_dev/test` folder, running the `idf.py -T esp_codec_dev -p /dev/cu.usbserial-FD140...
In the meantime I've also tried to get your ES8388 passthrough code to work on my Lilygo T7 S3; unfortunately the unit-test-app will not work on it, with or without...
I have reinstalled ESP-IDF 5.1.2 and ESP-ADF Master. I have modified `/Users/steven/esp/esp-idf/tools/unit-test-app/CMakeLists.txt` into: ``` # The following lines of boilerplate have to be in your project's # CMakeLists in this...
Issue is still present!! Stopping the pipeline immediately after starting it does not make any difference. Audio must be routed through the mixer of the codec, still. Please fix this,...