feat(intr): clean up and support interrupts on H21

This commit is contained in:
Marius Vikhammer
2025-01-20 15:10:30 +08:00
parent 4c5e1a0341
commit 267a8776a0
17 changed files with 149 additions and 28 deletions

View File

@@ -8,8 +8,6 @@
#include "esp_attr.h"
#include "soc/intpri_reg.h"
//TODO: [ESP32H21] IDF-11537, inherit from h2
#ifdef __cplusplus
extern "C" {
#endif