移植到 CH32V10x 既 QingKeV3 系列 MCU 上

This commit is contained in:
2026-05-22 18:13:11 +08:00
parent bdfd09eca8
commit 80e32d4fb8
14 changed files with 1194 additions and 7 deletions
+1
View File
@@ -5,6 +5,7 @@
#define OS_STATIC_FORCE_INLINE static inline __attribute__((always_inline))
#define OS_ALIGNED(x) __attribute__((aligned(x)))
#define OS_WEAK __attribute__((weak))
#define OS_USED __attribute__((used))
#define OS_PACKED_STRUCT(x) struct __attribute__((packed)) x
#define OS_SECTION(n) __attribute__((section(#n)))
#define OS_NORETURN __attribute__((noreturn))