Shreyas Sheth
5004647fb1
fix(wifi): Fix crash occuring when station SAE group is not set to SECP256R1
2023-10-17 14:11:19 +05:30
Shreyas Sheth
79e55b6e92
docs(wifi): Update wifi and wifi security documentation and bugfixes
...
1. Update documentation for WPA3 Enterprise and WPA3 Enterprise 192-bit
mode
2. Update documentation for WPA3 OWE and OWE transition mode
3. Update documentation related to SAE PK, SAE PWE and Transition Disable
4. Update documnetation for wifi connect API
5. Fix config paramter information for wifi scan start
6. Fix documentation related to scan threshold config setting
7. Replace ESP_ERR_WIFI_ARG error code as ESP_ERR_INVALID_ARG
8. Update documentation for 802.11R Fast transition
9. Fix sta connecting with wpa security in enterprise mode
2023-10-17 14:01:18 +05:30
Island
00d58a92dc
Merge branch 'ble_dev/added_modem_reset_on_ble_v5_0' into 'release/v5.0'
...
feat(ble): added modem reset on c2
See merge request espressif/esp-idf!26450
2023-10-17 15:42:12 +08:00
Erhan Kurubas
9fc58a706d
fix(interrupts): reorder esp32s3 irq names to align with the respective irq numbers
2023-10-17 09:02:31 +02:00
Island
467cae8a41
Merge branch 'backport_v5.0' into 'release/v5.0'
...
Fix some BLE bugs in bluedroid host(backport 5.0)
See merge request espressif/esp-idf!26168
2023-10-17 11:00:39 +08:00
Nic Ballinger
3229216527
fix(docs/jtag): Fix hard-coded HW breakpoints/watchpoints number
...
Closes https://github.com/espressif/esp-idf/pull/11986
2023-10-16 17:33:48 +03:00
zhanghaipeng
baf04c4334
fix(bt/bluedroid): Fix hid example stack overflow bugs when using esp32s3
2023-10-16 19:30:29 +08:00
zhanghaipeng
98d88f86a7
fix(bt/bluedroid): Fix remove resolving list error for esp32
2023-10-16 19:30:18 +08:00
zhanghaipeng
5c6533d574
fix(bt/bluedroid): Fix bugs in ble service change characteristic
2023-10-16 19:30:08 +08:00
zhanghaipeng
c1b8734fb9
feat(bt/bluedroid): Support scan response data length zero in BLE
2023-10-16 19:29:56 +08:00
zhanghaipeng
18c8d0e04c
fix(bt/bluedroid): Optimize the description of Scan Duplicate in BLE
2023-10-16 19:29:45 +08:00
morris
447e9701ef
Merge branch 'bugfix/usb_serial_jtag_write_return_val_v5.0' into 'release/v5.0'
...
bugfix(usb_serial_jtag): Fix usb_serial_jtag wrong return value, vfs lose data randomly (backport v5.0)
See merge request espressif/esp-idf!26439
2023-10-16 14:26:11 +08:00
morris
c33962259c
Merge branch 'bugfix/temp_clk_gate_v5.01' into 'release/v5.0'
...
fix(temperature_snesor): Put clock gate enable/disable in to sar_periph_ctrl together (backport v5.0)
See merge request espressif/esp-idf!26437
2023-10-16 14:22:13 +08:00
Mahavir Jain
3e90ed6428
fix(mbedtls): remove deprecated MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION
...
This config has been removed in the upstream mbedTLS starting 3.0
release. Please see mbedTLS changelog for more details.
2023-10-16 03:54:57 +00:00
Mahavir Jain
088c546964
fix(mbedtls): dynamic buffer feature issue with mbedtls 3.5.0
...
Set max TLS version in the SSL context during setup phase. Dynamic
buffer feature overrides the `mbedtls_ssl_setup` API and hence
this change is required per upstream 3.5.0 codebase change.
2023-10-16 03:54:57 +00:00
Mahavir Jain
97fe016e4e
feat(mbedtls): update to 3.5.0 release
...
Changelog:
https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.5.0
2023-10-16 03:54:57 +00:00
Mahavir Jain
10ef082950
Merge branch 'feature/update_openthread_upstream_manually' into 'release/v5.0'
...
feat(openthread): update upstream manually.
See merge request espressif/esp-idf!26388
2023-10-16 11:53:39 +08:00
Jiang Jiang Jian
65321ea317
Merge branch 'bugfix/use_bt_sdp_bqb_include_macro_for_ertm_mode_flag_v5.0' into 'release/v5.0'
...
fix(bt/bluedroid): Add correct macro for ertm mode included flag (v5.0)
See merge request espressif/esp-idf!26456
2023-10-16 11:51:56 +08:00
Wang Meng Yang
209608623c
Merge branch 'bugfix/config_tpoll_fail_v5.0' into 'release/v5.0'
...
Bugfix/config tpoll fail v5.0
See merge request espressif/esp-idf!26452
2023-10-16 10:59:05 +08:00
Island
f8f999870f
Merge branch 'bugfix/0925_update_libble_c2_v5.0' into 'release/v5.0'
...
ble: update c2 libble to 7ec5b5c1
See merge request espressif/esp-idf!26192
2023-10-16 10:47:32 +08:00
gongyantao
c80e82fa07
fix(bt/bluedroid): Add correct macro for ertm mode included flag
2023-10-13 14:44:35 +08:00
baohongde
64e1f2fe5e
feat(bt/hci): Added Vendor-Specific HCI command to disable DM1 for ACL-U
2023-10-13 14:22:39 +08:00
baohongde
299fa49d75
fix(bt/bluedroid): Triggering disconnect event of GAP correctly
2023-10-13 14:22:39 +08:00
baohongde
363f37cc67
fix(bt/bluedroid): Fix issue of QoS configuration failure when t_poll is greater than 40
2023-10-13 14:22:39 +08:00
cjin
dc8e00e22f
feat(ble): added modem reset on c2
2023-10-13 11:44:18 +08:00
Cao Sen Miao
dc6fd94048
fix(usb_serial_jtag): Clean-up usb_serial_jtag lose byte fix, Closes https://github.com/espressif/esp-idf/pull/11344
2023-10-12 15:13:41 +08:00
Chip Weinberger
8037563c53
[Usb Serial JTAG] printing to console could sometimes skip bytes
2023-10-12 15:13:30 +08:00
Cao Sen Miao
3a04291f8e
fix(usb_serial_jtag): Fix usb_serial_jtag wrong return value, vfs lose data randomly,
...
Closes https://github.com/espressif/esp-idf/issues/12119 ,
Closes https://github.com/espressif/esp-idf/pull/11344 ,
Closes https://github.com/espressif/esp-idf/issues/9318
Closes https://github.com/espressif/esp-idf/issues/11192
2023-10-12 15:13:21 +08:00
Cao Sen Miao
5c692796e8
fix(temperature_snesor): Put clock gate enable/disable in to sar_periph_ctrl together
2023-10-12 14:21:24 +08:00
Jiang Jiang Jian
f1efc6223e
Merge branch 'bugfix/authmode_log_192_bit_v5.0' into 'release/v5.0'
...
WPA3 enterprise 192 bit fix and config modification (Backport v5.0)
See merge request espressif/esp-idf!26163
2023-10-12 10:36:10 +08:00
luomanruo
26fbfe7d94
ble: update tx power level index of ESP32-C2
2023-10-11 21:05:21 +08:00
luomanruo
b7f17f7531
ble:update c2 libble to 6a8d1f3d
2023-10-11 20:55:26 +08:00
Island
6a33321693
Merge branch 'bugfix/deepfree_v50' into 'release/v5.0'
...
fix(ble_mesh): fix compilation failure on using scene model. (v5.0)
See merge request espressif/esp-idf!26358
2023-10-11 19:28:53 +08:00
Wu Meng Shi
d9af38524b
fix(ble_mesh): fix compilation failure on using scene model. (v5.0)
2023-10-11 19:28:53 +08:00
xuxiao
d2b82b47c7
feat(wifi): optimize iperf performance (Backport V5.0)
2023-10-11 17:14:52 +08:00
David Čermák
82ccd61c06
Merge branch 'bugfix/napt_updatesV5.0' into 'release/v5.0'
...
feat(lwip): Fixes and Improvements for NAPT and SBOM Support (v5.0)
See merge request espressif/esp-idf!26336
2023-10-11 15:28:16 +08:00
David Čermák
fd10813b41
Merge branch 'bugfix/ksz8041_model_number_0x13_v5.0' into 'release/v5.0'
...
fix(esp_eth): Add model number 0x13 to list of suported models (v5.0)
See merge request espressif/esp-idf!26381
2023-10-11 15:22:06 +08:00
Roland Dobai
b9a15e601b
Merge branch 'feat/monitor_port_detection' into 'release/v5.0'
...
feat(tools/monitor): add simple port detection [backport v5.0]
See merge request espressif/esp-idf!26329
2023-10-10 20:31:19 +08:00
Roland Dobai
c08f099361
Merge branch 'fix/bp_wp_in_panic_v5.0' into 'release/v5.0'
...
fix(breakpoint): fix bp/wp logic when debugger is connected (v5.0)
See merge request espressif/esp-idf!25634
2023-10-10 17:57:51 +08:00
Aditya Patwardhan
bcd5292435
Merge branch 'bugfix/security_check_order_in_startup_v5.0' into 'release/v5.0'
...
fix(startup): flip the security configuration check order (v5.0)
See merge request espressif/esp-idf!26362
2023-10-10 17:10:28 +08:00
Island
3df12b0c7d
Merge branch 'bugfix/BLEQABR23-414_v50' into 'release/v5.0'
...
bugfix(mesh): Fix PB-GATT adv is reported to the app layer too frequently(v5.0)
See merge request espressif/esp-idf!25896
2023-10-10 12:01:42 +08:00
Wu Meng Shi
f3f0917166
bugfix(mesh): Fix PB-GATT adv is reported to the app layer too frequently(v5.0)
2023-10-10 12:01:41 +08:00
zwx
7d6b70c48e
feat(openthread): update upstream manually.
2023-10-10 11:37:53 +08:00
Shyamal Khachane
437fbbc518
fix(esp_wifi): WPA3 enterprise 192 bit fix and config modification
...
1. Added SOC caps dependency for enabling 192 bit security in wifi enterprise example
2. Fixed authmode in log and connected event for WPA3 enterprise 192 bit security
2023-10-09 16:34:14 +05:30
Bogdan Kolendovskyy
2cb11f7698
fix(esp_eth): Add model number 0x13 to list of suported models
...
Add model number 0x13 to KSZ80xx driver's list of supported models
corresonding to KSZ8041RLNI.
2023-10-09 12:47:38 +02:00
Mahavir Jain
ae5cbbf656
Merge branch 'feat/add_support_to_add_auth_data_v5.0' into 'release/v5.0'
...
fix(esp_http_client): Call event_handler after header value is received (v5.0)
See merge request espressif/esp-idf!26322
2023-10-09 16:24:26 +08:00
Mahavir Jain
67a1fe6373
fix(startup): flip the security configuration check order
...
For cases where the bootloader is not enabled with the security features
ends up receiving an incorrect application with flash encryption enabled
should not really program any security efuses.
In the startup sequence, we first used to program the ROM DL mode
configuration but now we check for the flash encryption related checks
first. If the flash encryption related checks finds that flash
encryption is not enabled on the device then it aborts the boot process.
This is the case with `CONFIG_SECURE_FLASH_CHECK_ENC_EN_IN_APP` enabled.
This would at-least ensure that accidental program of security enabled
application does not really program any ROM DL mode efuses and there is
chance to recover the device.
2023-10-09 03:30:11 +00:00
Jiang Jiang Jian
0f3eb4f5a6
Merge branch 'bugfix/pbc_overlap_in_wps_pin_method_v5.0' into 'release/v5.0'
...
wpa_supplicant: Fix for issue of wps-pbc overlap in wps-pin method(v5.0)
See merge request espressif/esp-idf!25738
2023-10-08 14:09:22 +08:00
morris
8093ef885e
Merge branch 'fix/spi_polling_api_buslock_logic_v5.0' into 'release/v5.0'
...
fix(spi_master): polling_transmit forgot release bus lock when alloc DMA buffer failed (v5.0)
See merge request espressif/esp-idf!25577
2023-10-08 11:41:50 +08:00
morris
52342cda83
Merge branch 'change/remove_s3_120_sdr_warning_v5.0' into 'release/v5.0'
...
mspi: remove s3 120mhz sdr warning (v5.0)
See merge request espressif/esp-idf!26255
2023-10-08 10:52:41 +08:00