Merge branch 'backport/backport_csi_lltf_bit_mode_and_sleep_issue_v5.5' into 'release/v5.5'

Backport/backport csi lltf bit mode and sleep issue v5.5

See merge request espressif/esp-idf!45752
This commit is contained in:
Jiang Jiang Jian
2026-02-10 00:23:06 +08:00
3 changed files with 4 additions and 2 deletions
@@ -60,7 +60,8 @@ typedef struct {
uint32_t val_scale_cfg : 4; /**< value 0-8 */
uint32_t dump_ack_en : 1; /**< enable to dump 802.11 ACK frame, default disabled */
uint32_t reserved : 15; /**< reserved */
uint32_t lltf_bit_mode : 1; /**< LLTF bit width mode for I/Q components, 0 : 12-bit, 1 : 8-bit, default : 12-bit */
uint32_t reserved : 14; /**< reserved */
} wifi_csi_acquire_config_t;
#else
typedef struct {
@@ -1 +1,2 @@
CONFIG_EXAMPLE_GET_AP_INFO_FROM_STDIN=y
CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION=y