第一次提交

This commit is contained in:
2025-09-05 21:09:02 +08:00
commit f0106c0f17
107 changed files with 38950 additions and 0 deletions

View File

@@ -0,0 +1,69 @@
#ifndef _INTERFACE_CONFIG_H_
#define _INTERFACE_CONFIG_H_
//ͷ<>ļ<EFBFBD>
#include "interface.h"
#include "interface_can.h"
#include <interface_etherent.h>
#include "interface_btm.h"
#include "interface_boot.h"
//#include "interface_wdt.h"
#include "interface_24c02.h"
#include <interface_uart.h>
#include "app_frm_monitor.h"
#include "app_frm_signal.h"
#include "app_frm_timer.h"
#include "app_data_processing.h"
//#include <sdrv_gpio.h>
//#include <rom_ctrl/rom_ctrl.h>
//#include "lwip/udp.h"
#include <stdbool.h>
#include <stdio.h>
#include "debug.h"
//#include <clock_ip.h>
//#include "board.h"
#endif /* _INTERFACE_CONFIG_H_ */