You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
The I2S_STD_CLK_DEFAULT_CONFIG macro is not initializing the field ext_clk_freq_hz which is available on SOC_I2S_HW_VERSION_2. When compiling for platforms with that hw-version (like the S3), there are now warnigs:
warning: missing initializer for member 'i2s_std_clk_config_t::ext_clk_freq_hz' [-Wmissing-field-initializers]
Answers checklist.
General issue report
The
I2S_STD_CLK_DEFAULT_CONFIG
macro is not initializing the fieldext_clk_freq_hz
which is available onSOC_I2S_HW_VERSION_2
. When compiling for platforms with that hw-version (like the S3), there are now warnigs:esp-idf/components/esp_driver_i2s/include/driver/i2s_std.h
Line 202 in d30e4d9
The text was updated successfully, but these errors were encountered: