|
|
|
@ -210,6 +210,9 @@ if(EXISTS ${BOARD_DEFCONFIG})
@@ -210,6 +210,9 @@ if(EXISTS ${BOARD_DEFCONFIG})
|
|
|
|
|
|
|
|
|
|
# Serial ports |
|
|
|
|
set(board_serial_ports) |
|
|
|
|
if(SERIAL_URT6) |
|
|
|
|
list(APPEND board_serial_ports URT6:${SERIAL_URT6}) |
|
|
|
|
endif() |
|
|
|
|
if(SERIAL_GPS1) |
|
|
|
|
list(APPEND board_serial_ports GPS1:${SERIAL_GPS1}) |
|
|
|
|
endif() |
|
|
|
@ -240,9 +243,15 @@ if(EXISTS ${BOARD_DEFCONFIG})
@@ -240,9 +243,15 @@ if(EXISTS ${BOARD_DEFCONFIG})
|
|
|
|
|
if(SERIAL_TEL5) |
|
|
|
|
list(APPEND board_serial_ports TEL5:${SERIAL_TEL5}) |
|
|
|
|
endif() |
|
|
|
|
if(SERIAL_RC) |
|
|
|
|
list(APPEND board_serial_ports RC:${SERIAL_RC}) |
|
|
|
|
endif() |
|
|
|
|
if(SERIAL_WIFI) |
|
|
|
|
list(APPEND board_serial_ports WIFI:${SERIAL_WIFI}) |
|
|
|
|
endif() |
|
|
|
|
if(SERIAL_PPB) |
|
|
|
|
list(APPEND board_serial_ports PPB:${SERIAL_PPB}) |
|
|
|
|
endif() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# ROMFS |
|
|
|
|