* Update `esp32-hal` examples * Update `esp32c2-hal` examples * Update `esp32c3-hal` examples * Update `esp32c6-hal` examples * Update `esp32h2-hal` examples * Update `esp32s2-hal` examples * Update `esp32s3-hal` examples * Fix the `ram.rs` examples
I2S
* H2: Add initial i2s support and i2s_read and i2s_sound examples * Add I2S_SCLK and I2S_DEFAULT_CLK_SRC constants for all chips * Update I2S driver * fmt * Add changelog * Change DIN GPIO17 to GPIO14 in ESP32 i2s_read example