|
|
@@ -329,9 +329,6 @@
|
|
|
// UART has an extra TX_WAIT_SEND state when the FIFO is not empty and XOFF is enabled
|
|
|
#define SOC_UART_SUPPORT_FSM_TX_WAIT_SEND (1)
|
|
|
|
|
|
-/*-------------------------- WI-FI HARDWARE TSF CAPS -------------------------------*/
|
|
|
-#define SOC_WIFI_HW_TSF (1)
|
|
|
-
|
|
|
/*-------------------------- COEXISTENCE HARDWARE PTI CAPS -------------------------------*/
|
|
|
#define SOC_COEX_HW_PTI (1)
|
|
|
|
|
|
@@ -356,3 +353,8 @@
|
|
|
/*-------------------------- Temperature Sensor CAPS -------------------------------------*/
|
|
|
#define SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC (1)
|
|
|
#define SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL (1)
|
|
|
+
|
|
|
+/*------------------------------------ WI-FI CAPS ------------------------------------*/
|
|
|
+#define SOC_WIFI_HW_TSF (1) /*!< Support hardware TSF */
|
|
|
+#define SOC_WIFI_FTM_SUPPORT (1) /*!< FTM Support */
|
|
|
+#define SOC_WIFI_GCMP_SUPPORT (1) /*!< GCMP Support(GCMP128 and GCMP256) */
|