mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-31 01:56:31 +03: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.