refactor(riscv): refactor crosscore interrupt

This commit is contained in:
Omar Chebib
2023-12-11 19:37:30 +08:00
parent 298931596a
commit 5cdf145f55
13 changed files with 415 additions and 68 deletions

View File

@@ -6,6 +6,7 @@
#pragma once
#include <stdint.h>
#include <stdbool.h>
#include "soc/soc_caps.h"
#include "xtensa/config/core-isa.h"
#include "xtensa/config/core.h"