feat(core-systems): add support for spinlock/compare and set on esp32p4

This commit is contained in:
Marius Vikhammer
2023-07-27 15:05:26 +08:00
parent 329bc7e5e9
commit 0d9f9e6816
6 changed files with 54 additions and 56 deletions

View File

@@ -23,9 +23,6 @@
extern "C" {
#endif
// interrupt module will mask interrupt with priority less than threshold
#define RVHAL_EXCM_LEVEL 4
typedef spinlock_t portMUX_TYPE;
/**< Spinlock initializer */