Merge branch 'feat/rmt_support_esp32c5' into 'master'

Basic RMT driver support on esp32c5

See merge request espressif/esp-idf!29215
This commit is contained in:
morris
2024-03-14 11:52:01 +08:00
19 changed files with 1164 additions and 61 deletions
@@ -51,8 +51,8 @@ uint64_t esp_gpio_revoke(uint64_t gpio_mask);
*
* @param gpio_mask Mask of the GPIOs to be checked
* @return
* - true Aay of the given GPIO(s) is reserved
* - false Aay of the given GPIO(s) is not reserved
* - true Any of the given GPIO(s) is reserved
* - false Any of the given GPIO(s) is not reserved
*/
bool esp_gpio_is_reserved(uint64_t gpio_mask);