Skip to content

QCA400x Host Driver SDK 1.1.0

Latest
Compare
Choose a tag to compare
@RobertRostohar RobertRostohar released this 18 Dec 09:49
· 4 commits to master since this release
  • Updated printing of assert and debug messages. Printing is done with the A_PRINTF() macro and is enabled by defining the A_PRINTF_ENABLED macro.
  • Corrected Custom_FreeRxRequest function in "pass-through" mode (ENABLE_STACK_OFFLOAD = 0 and DRIVER_CONFIG_IMPLEMENT_RX_FREE_QUEUE = 1)
  • Updated SDK Configuration:
    • Enabled DRIVER_CONFIG_IMPLEMENT_RX_FREE_QUEUE
    • Increased Atheros task stack size to 4096
    • Reduced maximum number of sockets: MAX_SOCKETS_SUPPORTED = 4
    • Reduced timeouts: COMMAND_BLOCK_TIMEOUT and TRANSMIT_BLOCK_TIMEOUT
  • Updated Socket functionality:
    • Updated Api_shutdown function: wait for command response
    • Updated t_accept and Api_accept functions to return actual socket address length (in "* length" parameter)
  • Updated HW initialization: Added power down-up sequence of the WiFi module.
  • Added Auto-clear functionality for rtos Events (needed for DriverWakeEvent)