tmedicci opened a new pull request, #12813:
URL: https://github.com/apache/nuttx/pull/12813
## Summary
* drivers/audio/es8311: Fix setting sample rate and bits per sample
* When setting the sample rate (`es8311_setsamplerate`) and the bits per
sample (`es8311_setbitspersample`), check their return value in
`es8311_configure`. Also, this commit ensures that these functions are called
after `es8311_reset` to avoid these values to be set to the default values.
* boards/esp32s3: Add initial support to the ESP32-S3-Korvo-2 board
* The ESP32-S3-Korvo-2 is a multimedia development board based on the
ESP32-S3 chip. It is equipped with a two-microphone array which is suitable for
voice recognition and near/far-field voice wake-up applications. The board
integrates multiple peripherals such as LCD, camera, and microSD card. It also
supports JPEG video stream processing. With all of its outstanding features,
the board is an ideal choice for the development of low-cost and low-power
network-connected audio and video products.
* esp32s3/kconfig: Add more ESP32-S3 modules and fix comments
* Other ESP32-S3 modules (with embedded flash and PSRAM) were added. Also,
the `help` section of the Kconfig was updated to better describe the modules'
flash and PSRAM sizes.
## Impact
Add basic support for ESP32-S3-Korvo-2 board and fix ES8311 audio driver.
## Testing
Internal CI testing + ESP32-S3-Korvo-2 board.
--
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]