mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-28 01:01:34 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
21
Living_SDK/board/asr5501/config/board.h
Normal file
21
Living_SDK/board/asr5501/config/board.h
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#ifndef __BOARD_H__
|
||||
#define __BOARD_H__
|
||||
|
||||
#include "hal/hal.h"
|
||||
|
||||
|
||||
extern hal_logic_partition_t hal_partitions[];
|
||||
extern void flash_partition_init(void);
|
||||
|
||||
typedef enum {
|
||||
PORT_UART_STD,
|
||||
PORT_UART_AT,
|
||||
PORT_UART_RS485,
|
||||
PORT_UART_SCANNER,
|
||||
PORT_UART_LORA,
|
||||
PORT_UART_TEMP,
|
||||
PORT_UART_SIZE,
|
||||
PORT_UART_INVALID = 255
|
||||
}PORT_UART_TYPE;
|
||||
|
||||
#endif //__BOARD_H__
|
||||
Loading…
Add table
Add a link
Reference in a new issue