eren-terzioglu opened a new pull request, #15785: URL: https://github.com/apache/nuttx/pull/15785
## Summary Add ES8311 audio codec support for esp32s3-lcd-ev board - esp32[s3]: Add ES8311 support for esp32s3-lcd-ev board ## Impact ESP32S3-LCD-EV ## Testing Command to build: ``` make -j distclean && ./tools/configure.sh esp32s3-lcd-ev:audio && make flash EXTRAFLAGS="-Wno-cpp -Werror" ESPTOOL_BINDIR=./ ESPTOOL_PORT=/dev/ttyUSB0 -s -j$(nproc) && minicom ``` After build and flash operation [audio config doc](https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32/boards/esp32-devkitc/index.html#audio) used to test it with these pins: 16:MCLK pin 4: BCLK pin 45: Word Select 18: Data out -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
