debug tty

This commit is contained in:
wmano
2025-09-14 23:17:13 +08:00
parent 349741d9e1
commit ea8dcada90
22 changed files with 982 additions and 1156 deletions
@@ -7,9 +7,11 @@
#include "chrg_switch.h"
#define THR_NAME_SOUTH "thr.sou"
#define DEV_NAME_SOUTH "uart6"
struct chrg_south_t {
const char *name;
const char *devname;
struct rt_thread *tid;
struct rt_mutex lock;