mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-08 08:19:28 +00:00
feat(gpio): add gpio support on ESP32C5
This commit is contained in:
@@ -323,7 +323,7 @@ static inline void rtcio_ll_force_unhold_all(void)
|
||||
static inline void rtcio_ll_wakeup_enable(int rtcio_num, rtcio_ll_wake_type_t type)
|
||||
{
|
||||
// TODO: [ESP32C5] IDF-8719
|
||||
// LP_IO.pin[rtcio_num].wakeup_enable = 0x1;
|
||||
// LP_IO.pin[rtcio_num].wakeup_enable = 1;
|
||||
// LP_IO.pin[rtcio_num].int_type = type;
|
||||
abort();
|
||||
}
|
||||
|
Reference in New Issue
Block a user