feat(intr): basic interrupt/freertos support for C61

This commit is contained in:
Marius Vikhammer
2024-06-12 09:24:50 +08:00
parent bc581fb444
commit eb24a57728
5 changed files with 7 additions and 43 deletions

View File

@@ -0,0 +1,7 @@
/*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once