mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
979525d0d8
A part of the test 'Can allocate IRAM int only with an IRAM handler' was to allocate an intr with the handler in RTC memory which is not supported by esp32c2. A condition was added to prevent this part of the test to execute on esp32c2 targets.