feat support webserver function include device_info/interface/net_ethernet for xishutong-arm32

This commit is contained in:
Liu_Weichao
2023-12-21 16:29:36 +08:00
parent b9801f0a38
commit e7047a752d
3 changed files with 477 additions and 58 deletions
@@ -16,6 +16,7 @@ menuconfig BSP_USING_UART3
menuconfig BSP_USING_UART4
bool "Enable USART4 for RS485"
default y
select BSP_USING_RS485
if BSP_USING_UART4
config SERIAL_BUS_NAME_4
string "serial bus 4 name"
@@ -25,9 +26,13 @@ menuconfig BSP_USING_UART4
default "usart4_drv"
config SERIAL_4_DEVICE_NAME_0
string "serial bus 4 device 0 name"
default "usart4_dev4"
default "usart4_dev4"
endif
config BSP_USING_RS485
bool
default n
menuconfig BSP_USING_UART6
bool "Enable USART6"
default n