|
@@ -12,27 +12,28 @@ if RT_USING_SAL
|
|
|
help
|
|
|
The ability that check internet status is provided by RT-Thread.
|
|
|
|
|
|
- if RT_USING_LWIP || AT_USING_SOCKET
|
|
|
-
|
|
|
- menu "protocol stack implement"
|
|
|
-
|
|
|
- config SAL_USING_LWIP
|
|
|
- bool "Support lwIP stack"
|
|
|
- default y
|
|
|
- depends on RT_USING_LWIP
|
|
|
-
|
|
|
- config SAL_USING_AT
|
|
|
- bool "Support AT Commands stack"
|
|
|
- default y
|
|
|
- depends on AT_USING_SOCKET
|
|
|
-
|
|
|
- config SAL_USING_TLS
|
|
|
- bool "Support MbedTLS protocol"
|
|
|
- default y
|
|
|
- depends on PKG_USING_MBEDTLS
|
|
|
- endmenu
|
|
|
-
|
|
|
- endif
|
|
|
+ menu "Docking with protocol stacks"
|
|
|
+
|
|
|
+ config SAL_USING_LWIP
|
|
|
+ bool "Docking with lwIP stack"
|
|
|
+ default y
|
|
|
+ depends on RT_USING_LWIP
|
|
|
+
|
|
|
+ config SAL_USING_AT
|
|
|
+ bool "Docking with AT commands stack"
|
|
|
+ default y
|
|
|
+ depends on AT_USING_SOCKET
|
|
|
+
|
|
|
+ config SAL_USING_WINSOCK
|
|
|
+ bool "Docking with Windows socket (winsock)"
|
|
|
+ default y
|
|
|
+ depends on BSP_USING_SAL_WINSOCK
|
|
|
+
|
|
|
+ config SAL_USING_TLS
|
|
|
+ bool "Docking with MbedTLS protocol"
|
|
|
+ default y
|
|
|
+ depends on PKG_USING_MBEDTLS
|
|
|
+ endmenu
|
|
|
|
|
|
config SAL_USING_POSIX
|
|
|
bool
|