添加RTT支持并清理一些无效内容

This commit is contained in:
2026-07-27 21:08:28 +08:00
parent 83d61b12b3
commit 0cf931c0e9
9 changed files with 3572 additions and 31 deletions
+4
View File
@@ -66,6 +66,10 @@ int main(void)
printf("Hello World!\r\n");
#endif
#ifdef SEGGER_RTT_DETECTION
RTT_printf(0, "Hello World!\r\n");
#endif
#ifdef DEBUG_VERBOSE
i2c_scan();