You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
301 B
15 lines
301 B
/* Copyright 2021-2025 Espressif Systems (Shanghai) PTE LTD |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
#include <zephyr/offsets.h> |
|
#include <zephyr/toolchain.h> |
|
|
|
/* Exports */ |
|
GTEXT(__soc_handle_irq) |
|
|
|
SECTION_FUNC(exception.other, __soc_handle_irq) |
|
|
|
/* int status clearing is done at ISR */ |
|
ret
|
|
|