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
Checked the issue tracker for similar issues to ensure this is not a duplicate.
Provided a clear description of your suggestion.
Included any relevant context or examples.
Issue or Suggestion Description
Currently at least several different prefixes for Kconfig option names are used ( CONFIG_ESP_HOSTED_, CONFIG_ESP_SDIO_, CONFIG_ESP_SPI_0, CONFIG_SLAVE_, CONFIG_IDF_SLAVE_).
For most components, we have a rule that there should be a common prefix which is related to the component name. We could rename Kconfig options and use sdkconfig.rename file to achieve backwards compatibility.
The text was updated successfully, but these errors were encountered:
Checklist
Issue or Suggestion Description
Currently at least several different prefixes for Kconfig option names are used (
CONFIG_ESP_HOSTED_
,CONFIG_ESP_SDIO_
,CONFIG_ESP_SPI_0
,CONFIG_SLAVE_
,CONFIG_IDF_SLAVE_
).For most components, we have a rule that there should be a common prefix which is related to the component name. We could rename Kconfig options and use sdkconfig.rename file to achieve backwards compatibility.
The text was updated successfully, but these errors were encountered: