add parse threads

This commit is contained in:
wmano
2025-10-25 23:44:23 +08:00
parent d52c94b866
commit 604fe4688c
38 changed files with 1597 additions and 956 deletions
@@ -0,0 +1,16 @@
#ifndef __CHRG_ROLL_NOR_H__
#define __CHRG_ROLL_NOR_H__
#include <rtthread.h>
#define THR_NAME_ROLL_NOR "thr.rollnor"
#define ROLL_NOR_EVT_RECVED (1<<0) // 收到北向数据
extern void chrg_roll_nor_thread_entry (void *data);
#endif