feat: 移植 lwprintf

This commit is contained in:
2024-04-13 00:05:19 +08:00
parent f618a56836
commit 28cd0d99a3
14 changed files with 2371 additions and 8 deletions

11
project/inc/by_debug.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef _BY_DEBUG_H__
#define _BY_DEBUG_H__
#include <stdio.h>
#include "lwprintf.h"
#define BY_DEBUG_USART_INDEX (USART1)
void by_debug_init(void);
#endif