第一次提交

This commit is contained in:
2025-08-26 10:53:01 +08:00
commit 7730610c15
59 changed files with 12914 additions and 0 deletions

70
interface_config.h Normal file
View File

@@ -0,0 +1,70 @@
#ifndef _INTERFACE_CONFIG_H_
#define _INTERFACE_CONFIG_H_
//ͷ<>ļ<EFBFBD>
#include "interface.h"
#include "interface_can.h"
#include "interface_gpio.h"
#include "interface_ethernet.h"
#include "interface_btm.h"
#include "interface_boot.h"
#include "interface_wdt.h"
#include "interface_24c02.h"
#include "app/app_frm_monitor.h"
#include "app/app_frm_signal.h"
#include "app/app_frm_timer.h"
#include "irq.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_ */