mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-06 01:51:08 +00:00
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.