add socket wrapper for at framework
you can use at framework to send/recv data in socket API example: see examples\tcp_through_module_based_at_socket project: see board\TencentOS_tiny_EVB_MX_Plus\KEIL\tcp_through_module_based_at_socket
This commit is contained in:
@@ -356,7 +356,6 @@ osStatus osSemaphoreDelete(osSemaphoreId semaphore_id)
|
||||
|
||||
#endif // TOS_CFG_SEM_EN
|
||||
|
||||
#if TOS_CFG_MMBLK_EN > 0u
|
||||
// ==== Memory Pool Management Functions ====
|
||||
|
||||
#if (defined (osFeature_Pool) && (osFeature_Pool != 0)) // Memory Pool Management available
|
||||
@@ -424,7 +423,6 @@ osStatus osPoolFree(osPoolId pool_id, void *block)
|
||||
}
|
||||
|
||||
#endif // Memory Pool Management available
|
||||
#endif // TOS_CFG_MMBLK_EN
|
||||
|
||||
#if TOS_CFG_MESSAGE_QUEUE_EN > 0u
|
||||
// ==== Message Queue Management Functions ====
|
||||
|
Reference in New Issue
Block a user