增加cortex-m33架构支持,支持swm34s芯片

This commit is contained in:
zhangzheng
2024-01-27 15:40:05 +08:00
parent b46bccffe2
commit 5bdbd52ac1
574 changed files with 262771 additions and 141 deletions

View File

@@ -21,7 +21,7 @@
#include "app.h"
#include "mm_wrap.h"
#include "thread_armv7m.h"
#include "misc.h"
#include "knl_misc.h"
static uint8_t knl_msg_buf[THREAD_MSG_BUG_LEN];
static thread_t *knl_thread;