xiongweichao
25fdbddffa
Fix spp initialization failure without free mutex
2022-04-27 14:59:46 +08:00
xiongweichao
5bbdbabd75
Fix spp crash after calling esp_spp_deinit
2022-04-27 14:59:37 +08:00
xiongweichao
71e403a81e
Fix CI failure when disable bluetooth debug log
2022-04-26 11:37:48 +08:00
wangjialiang
5aa6fa39ea
ble_mesh: stack: Bugfix for oversized SegN as valid
2022-04-25 11:54:37 +08:00
Michael (XIAO Xufeng)
d146c48f76
Merge branch 'bugfix/fix_uart_set_line_inverse_breaking_change_issue_v4.1' into 'release/v4.1'
...
Bugfix(uart): fix uart_set_line_inverse breaking change issue (v4.1)
See merge request espressif/esp-idf!17595
2022-04-25 10:15:57 +08:00
Michael (XIAO Xufeng)
23c2556ca7
Merge branch 'bugfix/flash_mmap_output_psram_arg_v4.1' into 'release/v4.1'
...
mmap: fixed the issue mmap cannot be called with pointers to psram (v4.1)
See merge request espressif/esp-idf!17700
2022-04-25 10:14:28 +08:00
xiewenxiang
dcf385b356
esp_phy: Add IRAM_ATTR for phy i2c spinlock
2022-04-21 02:58:25 +08:00
Wang Meng Yang
a808f59991
Merge branch 'bugfix/bt_add_some_debug_log_v4.1' into 'release/v4.1'
...
component_bt: Add some bluetooth debug log(v4.1)
See merge request espressif/esp-idf!17619
2022-04-19 20:12:25 +08:00
Wang Meng Yang
5f95be7703
Merge branch 'feature/update_hfp_hf_version_v4.1' into 'release/v4.1'
...
component_bt: Update HFP_HF version to 1.7.2(v4.1)
See merge request espressif/esp-idf!17394
2022-04-19 20:10:38 +08:00
Wang Meng Yang
6787a576fa
Merge branch 'bugfix/fix_spp_initiator_connect_failed_v4.1' into 'release/v4.1'
...
Component_bt/Fix SPP initiator can not free resource when connection is failed[backport 4.1]
See merge request espressif/esp-idf!17747
2022-04-19 20:04:54 +08:00
morris
7f4ba3e89e
Merge branch 'fix/spi_master_use_data_flag_v4.1' into 'release/v4.1'
...
spi_master: fix the error log when use tx/rx_data with larger data (v4.1)
See merge request espressif/esp-idf!17801
2022-04-18 23:31:34 +08:00
morris
ba999cf443
Merge branch 'bugfix/i2s_dac_no_output_v4.1' into 'release/v4.1'
...
i2s: fixed DAC no output issue(v4.1)
See merge request espressif/esp-idf!17381
2022-04-18 15:36:15 +08:00
Michael (XIAO Xufeng)
d36b74d6b4
spi_master: fix the error log when use tx/rx_data with larger data
2022-04-18 15:18:40 +08:00
Ivan Grokhotkov
de9348802c
versions: Update version to 4.1.3
2022-04-13 11:43:45 +02:00
Nachiket Kukade
ace7ea8173
esp_wifi: Always connect Station in PMF mode if possible
...
While using esp_wifi_set_config, flag pmf_capable defaults to 0.
Users may not bother to enable it, which prevents connection to a
WPA3 AP. Or the AP may reset into WPA3 mode failing the re-connection.
To ensure better security, deprecate the pmf_capable flag and set it to
true internally.
Additionally add API esp_wifi_disable_pmf_config to disable PMF for
debug purposes or to avoid PMF issues on AP side.
2022-04-12 17:48:47 +05:30
liqigan
a7f2510423
add missing unlock in btc_spp_cb_handler of BTA_JV_RFCOMM_WRITE_EVT
2022-04-12 15:41:44 +08:00
liqigan
baf89cb3bd
fix SPP initiator can not free resource when connection is failed
2022-04-12 15:41:06 +08:00
Michael (XIAO Xufeng)
4957ddf61d
mmap: fixed the issue mmap cannot be called with pointers to psram
2022-04-06 17:24:01 +08:00
Michael (XIAO Xufeng)
a8e00c3691
esp_phy: use spinlock to avoid regi2c access conflicts
2022-04-06 15:20:03 +08:00
Michael (XIAO Xufeng)
c419c50c25
regi2c: use safe version of spinlock, instead of ISR ver
2022-04-06 15:04:03 +08:00
laokaiyao
387fb06aa0
i2s: fixed DAC no output issue
...
Closes https://github.com/espressif/esp-idf/issues/6470
2022-03-28 20:13:54 +08:00
xiongweichao
6d9d5b4cde
Add some bluetooth debug log
2022-03-28 14:06:49 +08:00
houwenxiang
205c409d19
driver(uart): fix uart_set_line_inverse breaking change issue
...
closes https://github.com/espressif/esp-idf/issues/4581
2022-03-25 15:19:02 +08:00
chaijie
9100cd558e
ESP32: Fix xtal 32k not oscillate or oscillate too slowly issue
...
ESP32 in revision0 and revision1 uses touchpad to provide
current to oscillate xtal 32k. But revision2 and revision3
do not need to do that.
Note: touchpad can not work and toupad/ULP wakeup sources
are not available when toupad provides current to xtal 32k
2022-03-25 14:20:54 +08:00
xiongweichao
9f80c20181
Update HFP_HF version to 1.7.2
2022-03-08 11:21:00 +08:00
Jiang Jiang Jian
23e8233506
Merge branch 'bugfix/pmf_bcast_deauth_fix_v4.1' into 'release/v4.1'
...
Stop dropping bcast PMF deauths/disassocs with certain reason codes (Backport v4.1)
See merge request espressif/esp-idf!14691
2022-03-04 15:34:20 +08:00
morris
3d9935e431
Merge branch 'bugfix/i2s_write_failed_in_32bit_slave_mode_v4.1' into 'release/v4.1'
...
i2s: fix write failure issue in slave mode (backport v4.1)
See merge request espressif/esp-idf!15083
2022-03-04 13:21:37 +08:00
Jiang Jiang Jian
c757427617
Merge branch 'bugfix/a2dp_sniff_v4.1' into 'release/v4.1'
...
Fix crash when host exit sniff mode(v4.1)
See merge request espressif/esp-idf!17344
2022-03-03 22:28:40 +08:00
Nachiket Kukade
15a7c51143
esp_wifi: Update wifi lib
...
Stop dropping bcast PMF deauths/disassocs with certain reason codes
2022-03-03 16:38:47 +05:30
Jiang Jiang Jian
e604f638c7
Merge branch 'feature/refactor_phy_access_v4.1' into 'release/v4.1'
...
esp_wifi: refactor PHY access (Backport v4.1)
See merge request espressif/esp-idf!16985
2022-03-03 17:40:25 +08:00
xiongweichao
47f9da2cec
Fix crash when host exit sniff mode
2022-03-03 17:00:02 +08:00
laokaiyao
6aba908086
i2s: fix write failure issue in slave mode (backport v4.1)
2022-03-03 15:15:24 +08:00
Ivan Grokhotkov
a8d23566b0
Merge branch 'bugfix/fix_modbus_rs485_rts_en_fail_v41' into 'release/v4.1'
...
Bugfix/fix modbus rs485 rts en fail v41 (backport v4.1)
See merge request espressif/esp-idf!11549
2022-03-03 01:44:06 +08:00
Alex Lisitsyn
6273cb8dfc
Bugfix/fix modbus rs485 rts en fail v41 (backport v4.1)
2022-03-03 01:44:06 +08:00
Jiang Jiang Jian
5c281ed18c
Merge branch 'bugfix/wpa3_memory_leak_v4.1' into 'release/v4.1'
...
esp_wifi: Fix Some wifi bugs.(v4.1)
See merge request espressif/esp-idf!16560
2022-03-02 22:00:52 +08:00
morris
89a6396297
Merge branch 'bugfix/touch_ll_get_sleep_time_v4.1' into 'release/v4.1'
...
Fixed error in "touch_ll_get_sleep_time" function for ESP32 (v4.1)
See merge request espressif/esp-idf!16250
2022-03-02 19:19:34 +08:00
Ivan Grokhotkov
73f56bbbe1
Merge branch 'bugfix/sleep_wrong_log_lvl_v4.1' into 'release/v4.1'
...
Sleep: fix wrong debug level (backport v4.1)
See merge request espressif/esp-idf!17301
2022-03-02 19:18:33 +08:00
morris
81492361fc
Merge branch 'bugfix/mcpwm-deadtime-preset-config-backport_v4.1' into 'release/v4.1'
...
MCPWM/deadtime: fix and sync preset deadtime modes with well-known definition (backport v4.1)
See merge request espressif/esp-idf!14624
2022-03-02 18:05:59 +08:00
Li Hang Fan
2f2d2e776c
MCPWM/deadtime: fix and sync preset deadtime modes with well-known definition (backport v4.1)
2022-03-02 18:05:59 +08:00
Jiang Jiang Jian
70bda5d6bc
Merge branch 'bugfix/eap_client_crash_v4.1' into 'release/v4.1'
...
wpa_supplicant: Fix memory corruption (v4.1)
See merge request espressif/esp-idf!17131
2022-03-02 16:40:53 +08:00
Omar Chebib
56c3ebc4e7
Sleep: fix wrong debug level
...
Fix usage of ESP_LOGD in sleep_modes.c which triggers a panic when
used in debug log level.
2022-03-01 16:22:54 +08:00
Sergey Gorban
8bb2eb299e
Fixed error in "touch_ll_get_sleep_time" function for ESP32
...
Merges https://github.com/espressif/esp-idf/pull/6895
2022-02-28 09:45:10 +00:00
zhangyanjiao
dad8d00bdf
esp_wifi: refactor modem sleep access phy
2022-02-24 14:35:48 +08:00
Xia Xiaotian
900dc2ada6
esp_wifi: define wifi_clock_enable() on esp32
2022-02-24 14:35:48 +08:00
Xia Xiaotian
5056892b9b
esp_wifi: store PHY digital registers before disabling PHY and load
...
them after enabling PHY
2022-02-24 14:35:48 +08:00
zhangyanjiao
002b273aa3
call pm_wakeup_init in esp_phy_enable() on esp32
2022-02-24 14:35:48 +08:00
Xia Xiaotian
89c036498e
esp_wifi: refactor PHY access
...
- Simplify PHY access API
- Move coexist initializing and deinitializing out from PHY API
to Wi-Fi and Bluetooth
- Remove coexist pause and resume for they are no longer needed.
2022-02-24 14:35:48 +08:00
jingli
0f86d752e5
fix pm lock issue in dual core mode
2022-02-23 22:07:56 +08:00
Michael (XIAO Xufeng)
77f6dea505
Merge branch 'bugfix/ledc_consecutive_fade_v4.1' into 'release/v4.1'
...
ledc: Bugfixes for issues related to fade protection (backport v4.1)
See merge request espressif/esp-idf!16957
2022-02-23 04:17:21 +00:00
Michael (XIAO Xufeng)
89b9ffbee7
Merge branch 'fix/sdio_slave_recv_intr_unhandled_v4.1' into 'release/v4.1'
...
sdio_slave: fixed the issue that interrupt may be cleared with finished trans unhandled (v4.1)
See merge request espressif/esp-idf!17151
2022-02-22 08:52:20 +00:00
Michael (XIAO Xufeng)
b183ef2586
esp_flash: fix write issue using buffer on stack out of lifetime
2022-02-20 03:25:37 +08:00
Wang Meng Yang
605fb98948
Merge branch 'bugfix/config_parse_crash_after_flash_erase_v4.1' into 'release/v4.1'
...
component_bt: fixed config parse crash after flash_erase(v4.1)
See merge request espressif/esp-idf!16732
2022-02-18 05:01:40 +00:00
Jiang Jiang Jian
e3433724cc
Merge branch 'bugfix/fix_ble_adv_underrun_error_v4.1' into 'release/v4.1'
...
components/bt: Fix ble adv_underrun issue(backport v4.1)
See merge request espressif/esp-idf!17167
2022-02-17 04:49:18 +00:00
Zim Kalinowski
ea815ca751
Merge branch 'bugfix/sdio_slave_dma_desc_int_v4.1' into 'release/v4.1'
...
sdio_slave: Fixed the issue that DMA descriptors allocated to non-DMA capable area (v4.1)
See merge request espressif/esp-idf!17140
2022-02-16 13:24:18 +00:00
xiewenxiang
abcd2a7c9e
components/bt: Fix ble adv_underrun issue
...
components/bt: Fix LLCP collision for channel map update
2022-02-16 00:30:05 +08:00
songruojing
08efd3e495
ledc: Fix FADE_NO_WAIT mode concurrency problem.
...
Add test cases for fade concurrency issue and fade timing check.
Closes https://github.com/espressif/esp-idf/issues/6710
(cherry picked from commit be2ab09832
)
2022-02-15 12:43:08 +08:00
songruojing
370d24d001
ledc: Simplify the procedure to perform a one-time duty update
...
Avoid adding one extra fade cycle when performing a one-time duty update.
Add some notes to ledc_get_duty and ledc_update_duty APIs, so that users
are aware of when the new duty will be effective.
Closes https://github.com/espressif/esp-idf/issues/7288
(cherry picked from commit e175086226
)
2022-02-15 12:43:08 +08:00
xiongweichao
52f6ed8646
btc_a2dp_control_set_datachnl_stat is only used by a2dp sink
2022-02-15 11:56:45 +08:00
xiongweichao
b432340266
remove btc_a2dp_dispatch_datapath_evt and event
2022-02-15 11:56:45 +08:00
xiongweichao
cd05f5252a
Fixed the crash caused by calling esp_a2d_media_ctrl(ESP_A2D_MEDIA_CTRL_START) after stream started
2022-02-15 11:56:45 +08:00
xiongweichao
b29ec46c88
Fixed a2dp source audio data packet congestion causing choppy audio in a2dp sink
2022-02-15 11:56:44 +08:00
Wang Meng Yang
8c1aa176f2
Merge branch 'bugfix/clear_whitelist_v4.1' into 'release/v4.1'
...
Nimble : Modify `ble_gap_wl_set` to support clearing complete whitelist (v4.1)
See merge request espressif/esp-idf!17142
2022-02-15 03:20:41 +00:00
Michael (XIAO Xufeng)
ece06a9016
sdio_slave: fixed the issue that interrupt may be cleared with finished trans unhandled
2022-02-15 00:02:02 +08:00
Jiang Jiang Jian
6ebe70287c
Merge branch 'bugfix/wps_fixes_v4.1' into 'release/v4.1'
...
wpa_supplicant: Add WPS Fixes (backport V4.1)
See merge request espressif/esp-idf!17061
2022-02-14 13:05:05 +00:00
Rahul Tank
eee592d809
Nimble : Modify ble_gap_wl_set
to support clearing complete whitelist
2022-02-14 16:44:57 +05:30
Michael (XIAO Xufeng)
786bbc26eb
sdio_slave: fixed the issue DMA desc not capable
2022-02-14 12:58:14 +08:00
Michael (XIAO Xufeng)
7916c4079c
Merge branch 'flash/add_th_support_v4.1' into 'release/v4.1'
...
spi_flash: add support for th 1M flash(backport v4.1)
See merge request espressif/esp-idf!16719
2022-02-14 04:46:59 +00:00
Michael (XIAO Xufeng)
793b1cc8e8
Merge branch 'feature/support_new_psram_v4.1' into 'release/v4.1'
...
psram: add ESP32-D0WD-R2-V3 support(backport v4.1)
See merge request espressif/esp-idf!16711
2022-02-13 14:46:01 +00:00
Kapil Gupta
b3d03e8db7
wpa_supplicant: Fix invalid memory dereference
2022-02-12 10:36:40 +05:30
Wang Meng Yang
5ea980e80c
Merge branch 'bugfix/rd_rem_ext_feats_delayed_cs_v4.1' into 'release/v4.1'
...
bugfix/fix cs event for rd_rem_ext_feats delayed issue (v4.1)
See merge request espressif/esp-idf!16816
2022-02-10 09:46:44 +00:00
jincheng
c726a25d98
fix cs event for rd_rem_ext_feats delayed issue
2022-02-10 15:40:41 +08:00
xiongweichao
f5516d661c
fixed config parse crash after flash_erase
...
Closes https://github.com/espressif/esp-idf/issues/6170
2022-02-09 19:20:20 +08:00
Kapil Gupta
9f70b89794
wpa_supplicant: Add WPS Fixes
...
Add following bugfixes
1. Station not able to connect when WPS pin is pressed first on AP.
2. PBC overlap getting detected for selected registrar PIN APs.
3. Station not considering authorised MACs for PIN method.
4. For PIN methodm If no AP is found, station will loop through
APs in its vicinity and try to do WPS with them one by one till
WPS timeout occurs. This is for some APs which do not set
selected registrar correctly.
2022-02-08 17:09:41 +05:30
Michael (XIAO Xufeng)
d199dc421d
Merge branch 'bugfix/modbus_add_task_affinity_and_callbacks_v41' into 'release/v4.1'
...
freemodbus: add affinity option for modbus stack tasks (backport v4.1)
See merge request espressif/esp-idf!14543
2022-02-07 09:44:38 +00:00
Jiang Jiang Jian
df2856c13d
Merge branch 'bugfix/wps_wfa_cert_fixes_v4.1' into 'release/v4.1'
...
wpa_supplicant: Add WPS strict in config option(backport v4.1)
See merge request espressif/esp-idf!14229
2022-01-28 13:04:12 +00:00
aditi_lonkar
445852da8d
esp_wifi: Fixes memory leak in wpa3 connection.
2022-01-28 16:50:36 +05:30
Jiang Jiang Jian
fb948175f8
Merge branch 'bugfix/alarm_update_invalid_v4.1' into 'release/v4.1'
...
timer: stop alarm if alarm value doesn't change in ISR callback (v4.1)
See merge request espressif/esp-idf!16535
2022-01-28 09:26:54 +00:00
aditi_lonkar
d9ed6d93e9
wpa_supplicant: Add WPS strict in config option
...
WPS strict disables workarounds with different APs and may cause
IOT issues. Remove this as default and introduce as a config option.
Also declare esp device as single band mobile device otherwise
WFA sniffer was not able to identify it in the certification setup.
2022-01-28 16:52:51 +08:00
Jiang Jiang Jian
4066200d98
Merge branch 'bugfix/fix_spp_open_err_bda_v4.1' into 'release/v4.1'
...
Component_bt/Fix SPP acceptor open with wrong remote address[backport 4.1]
See merge request espressif/esp-idf!16616
2022-01-28 08:47:25 +00:00
Jiang Jiang Jian
916e3ef1f1
Merge branch 'bugfix/fix_tbtt_and_phy_issues_v4.1' into 'release/v4.1'
...
esp_wifi: fix tbtt and phy issues (Backport v4.1)
See merge request espressif/esp-idf!16842
2022-01-27 10:29:15 +00:00
zhangyanjiao
3410711f9b
esp_wifi:
...
1. fix the issue that no tbtt is generated in station+softap mode when maximum modem sleep is enabled
2. update libphy.a to V4670 719f9f6_20210218 for esp32
2022-01-27 14:37:28 +08:00
Michael (XIAO Xufeng)
9bc21c4906
spi_flash_test: remove threshold from unit test
2022-01-18 16:34:19 +08:00
yuanjm
b59e3b88b6
smartconfig: Fix smartconfig set socket option fail
2022-01-12 14:56:22 +08:00
Cao Sen Miao
0fc751ad6c
spi_flash: add support for th 1M flash
2022-01-10 11:58:57 +08:00
Cao Sen Miao
19d2a765d3
psram: add ESP32-D0WD-R2-V3 support
2022-01-10 11:13:00 +08:00
Jiang Jiang Jian
b84233626e
Merge branch 'bugfix/set_authmode_by_switching_number_to_string_v4.1' into 'release/v4.1'
...
CI: set authmode by switching number to string (backport v4.1)
See merge request espressif/esp-idf!16556
2022-01-06 10:10:27 +00:00
liqigan
09d97a007b
fix SPP open with wrong remote bd_addr
2021-12-31 15:48:48 +08:00
Zim Kalinowski
fa9ca143c1
Merge branch 'bugfix/ringbuf_read_pointer_wrap_v4.1' into 'release/v4.1'
...
ringbuf: Fix bug where comparision between a signed and unsigned operand resulted in incorrect free size for no-split/allow-split buffers (v4.1)
See merge request espressif/esp-idf!15884
2021-12-30 02:23:29 +00:00
Jiang Jiang Jian
ebf628e4ae
Merge branch 'feature/support_ble_direct_ind_low_adv_v4.1' into 'release/v4.1'
...
components/bt: Support low duty cycle directed advertising(backport release/v4.1)
See merge request espressif/esp-idf!16380
2021-12-29 06:09:51 +00:00
huchaoru
9e9be2538d
bugfix: set authmode by switching number to string (backport v4.1)
2021-12-27 20:01:58 +08:00
Sudeep Mohanty
30cd5a6f0f
ringbuf: Fix bug where comparision between a signed and unsigned operand resulted in incorrect free size for no-split/allow-split buffers
...
This commit fixes a bug in no-split and allow-split ring buffers free buffer size calculation.
When the free size available in the buffers less than the size of one item header,
the function prvGetCurMaxSizeNoSplit/AllowSplit() incorrectly returned the maxItemSize instead of 0.
This is due to the comparision between a negative and a positive value
where both operands are treated as unsigned during the comparision operation,
thereby treating the negative operand as a large integer.
Also added new unit tests to test buffer-full and almost-full conditions
where this scenario is likely to be hit.
Closes https://github.com/espressif/esp-idf/issues/7344
Closes https://github.com/espressif/esp-idf/pull/7371
2021-12-27 15:13:52 +08:00
Jiang Jiang Jian
6cd99a7ebd
Merge branch 'bugfix/fix_rx_fragment_error_issue_v4.1' into 'release/v4.1'
...
esp_wifi: fix fragment issue and PMF compatible for faulty APs(Backport v4.1)
See merge request espressif/esp-idf!16400
2021-12-24 08:39:09 +00:00
Sudeep Mohanty
0a68ce5952
Merge branch 'bugfix/ringbuf_send_semaphore_release_order_v4.1' into 'release/v4.1'
...
esp_ringbuf: Fix order of semaphore release in xRingbufferSend (v4.1)
See merge request espressif/esp-idf!16232
2021-12-24 06:16:16 +00:00
morris
7abb92fbea
timer: stop alarm if alarm value doesn't change in ISR handler
...
Alarm will be disabled by hardware when alarm event happend.
In the ISR, if auto-reload is enabled, we should re-enable the alarm.
If the alarm target value is changed in user's callback,
the alarm will be reenabled as well.
Closes https://github.com/espressif/esp-idf/issues/7001
Closes https://github.com/espressif/esp-idf/issues/8095
2021-12-24 13:10:49 +08:00
Jiang Jiang Jian
2515d115fe
Merge branch 'feature/mbedtls-2.16.12-integration_v4.1' into 'release/v4.1'
...
mbedtls: upgrade to release v2.16.12 (v4.1)
See merge request espressif/esp-idf!16486
2021-12-24 03:21:59 +00:00
Zim Kalinowski
2b23f04968
Merge branch 'bugfix/fix_select_timeout_v4.1' into 'release/v4.1'
...
VFS: `select` function's timeout is now POSIX compliant (backport v4.1)
See merge request espressif/esp-idf!16192
2021-12-22 05:50:32 +00:00
Mahavir Jain
b47a7353ac
mbedtls: upgrade to release v2.16.12
...
For release notes, please refer to:
https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.12
2021-12-21 14:08:11 +05:30
Wang Meng Yang
284fa65271
Merge branch 'bugfix/fix_spp_listen_err_v4.1' into 'release/v4.1'
...
Component_bt/Fix SPP cannot malloc slot bugs[backport v4.1]
See merge request espressif/esp-idf!16386
2021-12-21 08:01:18 +00:00
Jiang Jiang Jian
0d500b84df
Merge branch 'doc/nvs_get_used_entry_count__clarify_4.1' into 'release/v4.1'
...
[doc]: NVS documentation updates (backport 4.1)
See merge request espressif/esp-idf!16431
2021-12-21 03:33:25 +00:00
Jiang Jiang Jian
7e7ea6c779
Merge branch 'feature/add_coex_hci_command_v4.1' into 'release/v4.1'
...
Add hci command to set coexistence status (v4.1)
See merge request espressif/esp-idf!16056
2021-12-21 03:31:57 +00:00
Jiang Jiang Jian
6f737fdca8
Merge branch 'bugfix/leedarson_v4.1' into 'release/v4.1'
...
component_bt: Fix some code logic errors (v4.1)
See merge request espressif/esp-idf!16039
2021-12-21 03:31:43 +00:00
Jiang Jiang Jian
bdb45af57e
Merge branch 'bugfix/fix_supplicant_log_v4.1' into 'release/v4.1'
...
wpa_supplicant: Fix compilation when debug prints are enabled
See merge request espressif/esp-idf!14222
2021-12-21 03:30:50 +00:00
Jiang Jiang Jian
7a81db5c54
Merge branch 'bugfix/fix_blufi_encryption_fail_v4.1' into 'release/v4.1'
...
components/bt: fix blufi encryption fail(backport release/v4.1)
See merge request espressif/esp-idf!16317
2021-12-21 03:29:11 +00:00
Jakob Hasse
908dbe0595
[doc]: NVS documentation updates
...
* Better comment of nvs_get_used_entry_count()
* Mention C++ example in API reference
* WIP: Used target instead of hard code ESP32
* Note that strings can only span one page
* Reflect that item types have been moved
* Some clarification about nvs_commit()
* Improved reference to the ESP Partition API
* fixed little mistake in documenting-code.rst
* Change of nvs_open_from_part() to
nvs_open_from_partition() reflected in docs
* Corrected documentation of
NVSHandle::get_string(), NVSHandle::get_blob()
and NVSHandle::get_item_size().
* Closes IDF-1563
* Closes IDF-859
* Closes https://github.com/espressif/esp-idf/issues/6123
2021-12-17 16:13:23 +08:00
xiewenxiang
e4d61c3d85
components/bt: fix blufi encryption fail
2021-12-16 16:22:23 +08:00
xiewenxiang
554b71c541
components/bt: Fix high duty cycle directed advertising will not be stopped when timeout
2021-12-16 16:21:52 +08:00
xiewenxiang
2aa8b8794c
components/bt: Support low duty cycle directed advertising
2021-12-16 16:21:52 +08:00
yuanjm
7ca2fa5fd2
lwip: Add macro to disable vendor class option
2021-12-16 11:42:58 +08:00
Konstantin Kondrashov
e6943e970c
Merge branch 'bugfix/fix_esp32h2_efuse_get_ext_mac_v4.1' into 'release/v4.1'
...
efuse_table_gen: Fixes wrong joining fields with omitted names (v4.1)
See merge request espressif/esp-idf!15740
2021-12-15 15:33:12 +00:00
NikLeberg
4b8ae70256
allow for minimal scope of wifi_init_config_t
...
With this change one can use the default config as a variable with minimal scope: esp_wifi_init(&(wifi_init_config_t)WIFI_INIT_CONFIG_DEFAULT())
2021-12-14 20:20:11 +08:00
Shang Zhou
626ce87ffb
docs: Update miswritten and abbreviated words and syntax errors for initialize WiFi section in esp_wifi.h header file
2021-12-14 20:19:26 +08:00
muhaidong
171a59cc88
esp_wifi: fix fragment issue and PMF compatible for faulty APs
...
1. fix(pp): fix fragment plt loss when 2td pn compare with 1th pn
2. pmf allow keyindex in big endian format to workaround faulty APs
3. docs: update miswritten and abbreviated words and syntax errors for initialize WiFi section in esp_wifi.h header file
4. allow for minimal scope of wifi_init_config_t
2021-12-14 20:15:42 +08:00
liqigan
70375166ba
fix SPP server bugs when the BTC layer can not allocate a slot for the listen port
2021-12-14 11:22:53 +08:00
Wang Meng Yang
22d127ecc1
Merge branch 'bugfix/fix_memory_leak_controller_deinit_v4.1' into 'release/v4.1'
...
ESP32: Fix memory leak in controller deinit function v4.1
See merge request espressif/esp-idf!15971
2021-12-09 02:36:52 +00:00
Jiang Jiang Jian
abdad421bb
Merge branch 'bugfix/fix_wifi_bugs_20211206_v4.1' into 'release/v4.1'
...
esp_wifi: fix wifi bugs 20211206 (Backport v4.1)
See merge request espressif/esp-idf!16271
2021-12-08 03:02:39 +00:00
xiongweichao
edd24b518b
Add hci command to set coexistence status
2021-12-07 17:41:59 +08:00
zhangyanjiao
2cdf9b5d9d
esp_wifi:
...
1. Fix airkiss and esptouch find channel crash issue
2. Fix issue of softAP not initating 4-way handshake if max length passphrase is set
3. Fix issue of esptouch find hidden AP fail
4. Clear hostpot bss when auth timeout happens
5. Fix not connect to open AP when WPA3 auth fail
6. Fix issue with hidden AP scans after connecting AP
7. Fix the watchdog issue when receiving action frame
8. Fix set config return value error
9. Fix the issue of reason code change from 15 to 204 when provide wrong password
10. Fix ampdu age timer memory leak
11. Fix issue of esp_wifi_80211_tx
12. Fix crash issue in presence of WEP AP
13. Fix the MIC comparison logic AES-128-CMAC decryption
14. Fix issue of setting incorrect log_length of NVS misc log
15. Fix SoftAP crash by handling public action frames
16. Fix a bug that Wi-Fi stack may crash when receive AMSDU length bigger then 3200
2021-12-07 14:22:24 +08:00
Rahul Tank
ecbf1e398a
ESP32: Fix memory leak in controller deinit function
...
Added change to dealloc s_pm_lock in controller deinit as it gets allocated
during init procedure.
2021-12-07 11:34:37 +05:30
aditi_lonkar
388bf07ceb
wpa_supplicant: Fix compilation when debug prints are enabled
2021-12-07 12:21:56 +08:00
xiongweichao
b01ea3e2c7
Missing break in switch
2021-12-07 12:11:33 +08:00
xiongweichao
b37e2553aa
already defined in bt_target.h
2021-12-07 12:11:33 +08:00
xiongweichao
33fd228c9d
Dereference after null check
2021-12-07 12:11:33 +08:00
xiongweichao
01a7b1de70
Dereference before null check
2021-12-07 12:11:33 +08:00
xiongweichao
92f258e927
Logically dead code
2021-12-07 12:11:33 +08:00
Jiang Jiang Jian
6ce71ecacf
Merge branch 'bugfix/link_spi_flash_rom_func_in_bootloader_stage_v4.1' into 'release/v4.1'
...
esp_rom: link rom spi flash functions in bootloader stage (v4.1)
See merge request espressif/esp-idf!15259
2021-12-07 03:37:57 +00:00
Jiang Jiang Jian
cce06a33ed
Merge branch 'bugfix/psram_fix_bootloader_v4.1' into 'release/v4.1'
...
bootloader: disable psram cache bug fix for bootloader (v4.1)
See merge request espressif/esp-idf!15807
2021-12-07 03:37:35 +00:00
Jiang Jiang Jian
c7af5d8ce9
Merge branch 'feature/adds_fault_injection_protection_for_check_anti_rollback_v4.1' into 'release/v4.1'
...
bootloader_support: Adds fault injection protection for check_anti_rollback (v4.1)
See merge request espressif/esp-idf!16182
2021-12-07 03:33:11 +00:00
Jiang Jiang Jian
9fe266f18e
Merge branch 'bugfix/fix_modem_sleep_hw_error_mr_4.1' into 'release/v4.1'
...
fix modem sleep hw error
See merge request espressif/esp-idf!16020
2021-12-07 03:32:50 +00:00
Yang Zhao
22096945d8
1.fix the issue create Connection request is not properly terminated
...
which blocks BlueZ from reconnecting
2.fix the issue bt_spp_acceptor example fails when SPP is initiated
on a windows machine using Realtek Bluetooth adapter
3.fix the issue HCI_Read_Clock failed read local Bluetooth Clock
4.It is abnormal when getting the deep sleep state bit. So we need to
check the state again and run the "ble_master_soft_rst()" if neesed.
2021-12-06 17:37:49 +08:00
xiehang
d23be33b0d
esp_wifi: Add beacon timeout event
2021-12-06 15:16:37 +08:00
“YangZhao”
dea009aa62
Fix the high-impact issues from the code analysis report from customer.
...
For the CID10564,10384,10280,10098,10038,The memory was released in other place.
For the CID10365,it release the memory in the function when sent successfully.
For the CID10268,10011, we need not change the code.
2021-12-06 14:04:05 +08:00
RichFalk
f698e9ad3c
esp_ringbuf: Fix assertion xQueueGenericSend queue.c
...
The release of the semaphore indicating the item was successfully sent must be the last semaphore released. The receiver may be in another task and may delete the Ringbuffer (such as with a return code across tasks design pattern) if they are through with the Ringbuffer.
The function xRingbufferSendAcquire followed by xRingbufferSendComplete had the semaphores released in the proper order and that same pattern should have been used in xRingbufferSend and xRingbufferSendFromISR. This commit fixes this order.
Issue (IDFGH-6030) #7716 describes the problem in more detail.
Closes IDFGH-6030, https://github.com/espressif/esp-idf/issues/7716
Closes IDFGH-6036, https://github.com/espressif/esp-idf/pull/7721
2021-12-03 09:50:06 +05:30
Jiang Jiang Jian
488930b9f7
Merge branch 'bugfix/enable_gpio_20_v4.1' into 'release/v4.1'
...
gpio: Enable IO20 on ESP32 (backport v4.1)
See merge request espressif/esp-idf!15024
2021-12-03 03:37:33 +00:00
Jiang Jiang Jian
8c6853bbc1
Merge branch 'bugfix/lwip_config_dhcp_client_id_v4.1' into 'release/v4.1'
...
lw-ip: Add config for DHCP client id; Fix DNS server idx assert issue (v4.1)
See merge request espressif/esp-idf!16175
2021-12-03 03:33:51 +00:00
Jiang Jiang Jian
70fbcbddc8
Merge branch 'bugfix/eap_client_iot_issues_v4.1' into 'release/v4.1'
...
ESP_WiFi: Fix some wpa enterprise issue (backport V4.1)
See merge request espressif/esp-idf!15574
2021-12-03 03:30:59 +00:00
Jiang Jiang Jian
31203908a3
Merge branch 'bugfix/fix_adc-dma_reading_gap_for_esp32_backport_v4.1' into 'release/v4.1'
...
bugfix(adc): missing ranges of ADC codes in ESP32 (backport v4.1)
See merge request espressif/esp-idf!12878
2021-12-03 03:26:04 +00:00
Jiang Jiang Jian
2da581f82f
Merge branch 'bugfix/pm_dump_format_v4.1' into 'release/v4.1'
...
esp_pm: fix formatting issues in esp_pm_dump_locks (backport v4.1)
See merge request espressif/esp-idf!12023
2021-12-03 03:23:54 +00:00
Omar Chebib
ddf693b662
VFS: select
function's timeout is now POSIX compliant
...
`select` function will now round up the timeout passed as a parameter (if any).
It makes it POSIX compliant.
* Closes https://github.com/espressif/esp-idf/issues/7514
2021-11-30 12:29:35 +08:00
Mahavir Jain
48cac250c7
bootloader: add anti-FI checks around secure version in anti-rollback scheme
2021-11-29 18:50:01 +05:30
David Cermak
8bf61c289a
lwip: Add config for DHCP client id; Fix DNS server idx assert issue
...
This commit brings two esp-lwip fixes to IDF:
1) Add configuration to disable DHCP client identification
2195f7416f
This config could be used to disable option 61 in DHCP packets, so that
clients will be identified by their chaddr only.
(This is the lwip upstream original behaviour)
2) Fix server_idx increasing to DNS_MAX_SERVERS and trigger the LWIP_ASSERT
5a567d52f7
When lwip doesn't have DNS server and resolve a domain address, the server_idx
will increase to DNS_MAX_SERVERS, which will trigger the LWIP_ASSERT and make device crash.
Closes https://github.com/espressif/esp-idf/issues/6878
2021-11-29 11:18:54 +01:00
Roland Dobai
f3b823381b
Merge branch 'bugfix/coredump_esp_panic_reason_v4.1' into 'release/v4.1'
...
coredump: Fixes ESP-specific panic reasons handling (v4.1)
See merge request espressif/esp-idf!16068
2021-11-26 11:03:57 +00:00
Gustavo Henrique Nihei
7e17bd8eb3
bootloader_support: Fix and re-enable bootloader_debug_buffer function
...
The body of the bootloader_debug_buffer function was conditioned to
macros that were never defined, resulting in deactivated code.
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
2021-11-26 13:19:18 +08:00
Alexey Gerenkov
719974ac88
coredump: Fixes ESP-specific panic reasons handling
2021-11-25 09:43:32 +01:00
shenjun
56a1a74492
esp_wifi_mesh: add esp_mesh_send_block_time to set blocking time of esp_mesh_send
...
1. add esp_mesh_send_block_time to set blocking time of esp_mesh_send
2. fix the issue that layer2 node connect to lower-layer node when FIXED-ROOT root disappeared
2021-11-25 14:02:03 +08:00
Roland Dobai
81517ead9e
Merge branch 'feature/gcov_dump_in_thread_v4.1' into 'release/v4.1'
...
Feature/gcov dump in thread v4.1
See merge request espressif/esp-idf!15918
2021-11-23 07:55:11 +00:00
Erhan Kurubas
08ef49e478
gcov: enable gcov in single core
2021-11-12 22:35:52 +03:00
Gustavo Henrique Nihei
8e03ec2253
efuse: Enable C++ linkage for the include headers on esp_efuse.h
...
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
2021-11-12 13:30:37 -03:00
Gustavo Henrique Nihei
c72930f726
efuse: Add missing stdbool.h include file
...
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
2021-11-12 13:30:36 -03:00
Erhan Kurubas
3277ff6856
gcov: ipc component name changei
2021-11-12 19:28:07 +03:00
Erhan Kurubas
3830ac21e2
esp_ipc: fix race condition in ipc task
2021-11-12 00:33:01 +03:00
Erhan Kurubas
9681fb3d71
ipc: enable ipc task at single core for gcov dump
2021-11-12 00:32:43 +03:00
Erhan Kurubas
1d987334d3
gcov: add stub table size entry
2021-11-12 00:32:43 +03:00
Erhan Kurubas
fd8b943619
gcov: add gcov callback into the ipc task
2021-11-12 00:32:39 +03:00
Erhan Kurubas
357e938298
gcov: dump in a special thread
2021-11-12 00:31:17 +03:00
Erhan Kurubas
1a40148be0
gcov: added dbg stub capabilites and magic number entry to keep backward compatible
2021-11-12 00:29:57 +03:00
boarchuz
59a37806e7
fix bootloader build with rom flash driver
...
Closes https://github.com/espressif/esp-idf/pull/7508
Closes https://github.com/espressif/esp-idf/issues/6849
2021-11-08 14:14:14 +08:00
xiewenxiang
7b18c32ad2
component/bt: fix crash when shutdown bt(backport v4.1)
2021-11-08 10:43:15 +08:00
Island
25ce06d32e
Merge branch 'bugfix/ble_mesh_host_init_v4.1' into 'release/v4.1'
...
ble_mesh: nimble: return error if init host twice (v4.1)
See merge request espressif/esp-idf!15790
2021-11-05 03:12:34 +00:00
Island
30450b456f
Merge branch 'bugfix/sig_ble_mesh_errata_e16350_v4.1' into 'release/v4.1'
...
ble_mesh: stack: Apply the errata E16350 from Bluetooth SIG (v4.1)
See merge request espressif/esp-idf!15786
2021-11-05 03:09:32 +00:00
Marius Vikhammer
0e3ebe868f
bootloader: disable psram cache bug fix for bootloader
...
The psram cache bug fix was also being applied to the bootloader binary (for cmake),
which doesnt do any psram access.
Applying this fix would increase the binary size, as much as 300 bytes in worst case scenarios
2021-11-04 11:32:19 +08:00
lly
2f0fbfa3ef
ble_mesh: nimble: return error if init host twice
2021-11-03 19:22:00 +08:00
lly
68d902e9c8
ble_mesh: stack: Apply the errata E16350 from Bluetooth SIG
2021-11-03 19:07:08 +08:00
Chinmay Chhajed
5bf675ea4f
BLE: Set connection max latency value to 499.
2021-11-01 16:39:13 +05:30
KonstantinKondrashov
104dc63c85
efuse_table_gen: Fixes wrong joining fields with omitted names
...
The issue is related to the non-sequential way of description when
such fields going together sequential.
Related to esp32h2 chip for eFuses: MAC_FACTORY and MAC_EXT.
The issue is in wrong indexes of MAC_EXT.
MAC_EXT got indexes like it is joined to MAC_FACTORY.
const esp_efuse_desc_t* ESP_EFUSE_MAC_FACTORY[] = {
&MAC_FACTORY[0],
&MAC_FACTORY[1],
&MAC_FACTORY[2],
&MAC_FACTORY[3],
&MAC_FACTORY[4],
&MAC_FACTORY[5],
NULL
};
const esp_efuse_desc_t* ESP_EFUSE_MAC_EXT[] = {
&MAC_EXT[6],
&MAC_EXT[7],
NULL
};
This commit fixed it to:
const esp_efuse_desc_t* ESP_EFUSE_MAC_EXT[] = {
&MAC_EXT[0],
&MAC_EXT[1],
NULL
};
2021-10-29 19:37:35 +08:00
yuanjm
4b8a5ff153
esp_http_client: Fix HEAD request will affect the all next HTTP requests unless we close the HTTP request
...
Closes https://github.com/espressif/esp-idf/issues/7777
2021-10-29 10:21:07 +08:00
Kapil Gupta
bd716b6fa1
wpa_supplicant: Add missing cflag for legacy makefile
2021-10-28 16:55:50 +05:30
Kapil Gupta
c4b411cbb2
wpa_supplicant: Update internal tls client with sha384/sha512 support
2021-10-28 16:55:14 +05:30
Kapil Gupta
04d02e5b52
esp_wifi: Fix interoperability issue with windows 2008
2021-10-28 16:07:01 +08:00
Mahavir Jain
f9327b9d82
Merge branch 'bugfix/select_boot_app_v4.1' into 'release/v4.1'
...
partition_table: Fix case when a few similar to otadata partitions in the table (v4.1)
See merge request espressif/esp-idf!15650
2021-10-28 05:38:23 +00:00
Island
2a455d7d5e
Merge branch 'bugfix/heartbeat_filter_with_acceptlist_v4.1' into 'release/v4.1'
...
ble_mesh: stack: Fix heartbeat filter with accept list (v4.1)
See merge request espressif/esp-idf!15678
2021-10-28 02:58:47 +00:00
wangjialiang
661528d4f7
ble_mesh: stack: Fix heartbeat filter with accept list
2021-10-27 16:47:17 +08:00
xiongweichao
8656b9f088
Remove assert when inq done
...
Closes https://github.com/espressif/esp-idf/issues/6759
2021-10-27 14:36:37 +08:00
KonstantinKondrashov
a86117223b
partition_table: Fix case when a few similar to otadata partitions in the table
...
It was when in the partition table there is a partition with type="data" and suptype=""(empty),
in this case type=1, suptype=0. It is similar to otadata partition.
This commit fixes it, now it will handle it as type=1, suptype=6 (ESP_PARTITION_SUBTYPE_DATA_UNDEFINED).
2021-10-26 16:49:26 +08:00
Yang Zhao
e14327fa02
1.Fix the ble scan failed issue, this may happen in coexit environment
...
2.Fix connection failed with LG 5.0 phone
3.Check only for same X component of public key in BR/EDR
2021-10-21 11:08:46 +08:00
Wang Meng Yang
bd28980da5
Merge branch 'bugfix/btdm_ble_data_length_update_fail_v4.1' into 'release/v4.1'
...
Fix data length update failed(release v4.1)
See merge request espressif/esp-idf!15504
2021-10-18 03:08:22 +00:00
Yuan Jian Min
0c46c56c01
Merge branch 'bugfix/fix_cplusplus_miss_in_dhcp_v4.1' into 'release/v4.1'
...
dhcpserver: support cplusplus (backport v4.1)
See merge request espressif/esp-idf!15361
2021-10-14 11:59:38 +00:00
xiewenxiang
85a6c2ea9b
component/bt: fix data length update failed
2021-10-13 19:47:43 +08:00
yuanjm
f570b33b66
dhcpserver: support cplusplus
...
Closes https://github.com/espressif/esp-idf/issues/7494
Merges https://github.com/espressif/esp-idf/pull/7526
2021-10-08 16:45:39 +08:00
baohongde
e10416659c
components/bt: Sync bt lib with the high level interrupt version
2021-10-08 14:20:36 +08:00
Mahavir Jain
bf80d8b5da
nghttp2: upgrade to v1.41.0 release
...
Detailed changelog:
https://github.com/nghttp2/nghttp2/releases/tag/v1.41.0
Closes: https://github.com/espressif/esp-idf/issues/4883
Closes IDFGH-2821
2021-10-01 04:10:51 +08:00
Jiang Jiang Jian
05f5998b98
Merge branch 'cherry-pick-e8360fe0-2' into 'release/v4.1'
...
wpa_supplicant: clean tls client state machine (backport v4.1)
See merge request espressif/esp-idf!15038
2021-09-29 11:47:06 +00:00
Michael (XIAO Xufeng)
cf584f1542
Merge branch 'bugfix/uart_driver_obj_into_sram_v4.1' into 'release/v4.1'
...
uart: put driver object into sram(v4.1)
See merge request espressif/esp-idf!14754
2021-09-26 01:33:37 +00:00
David Čermák
e83df0aa20
Merge branch 'bugfix/config_data_interface_early_v4.1' into 'release/v4.1'
...
initialize data interface early (v4.1)
See merge request espressif/esp-idf!15091
2021-09-24 07:33:28 +00:00
Jiang Jiang Jian
d0525dcf03
Merge branch 'bugfix/stack_init_check_v4.1' into 'release/v4.1'
...
NimBLE: Check stack status before executing stack command
See merge request espressif/esp-idf!14985
2021-09-23 07:55:34 +00:00
zhiweijian
ffc6072f80
component/bt: add clear white list API
2021-09-22 16:01:51 +08:00
morris
1c75ad9416
uart: support alloc driver object in SRAM
...
If CONFIG_UART_ISR_IN_IRAM is on, which means user hope the uart
interrupt can still be serviced even when cache is diabled (e.g.
writing to flash). In that case, the driver should make sure to
put the all related objects into SRAM, avoid putting them in the PSRAM.
Closes https://github.com/espressif/esp-idf/issues/7044
Closes https://github.com/espressif/esp-idf/pull/7355
2021-09-22 11:57:28 +08:00
morris
89990bcbf5
uart: format driver code by astyle
2021-09-22 11:57:28 +08:00
Vikram Dattu
112cfe8f57
esp_http_client: Fixed handling of EAGAIN return
...
For https connection `ESP_TLS_ERR_SSL_WANT_READ` of esp_transport_read was getting treated as error.
Treated this as a timeout to fix connection abort issue!
Also handled http connection EAGAIN with `errno == EAGAIN` check.
Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
2021-09-20 18:22:21 +05:30
Aditya Patwardhan
fc931ff193
Fix esp_mbedtls_write API
...
Fix esp_wolfssl_write API
Closes https://github.com/espressif/esp-idf/issues/7461
2021-09-16 09:07:48 +05:30
Alex Lisitsyn
05d647a04a
Merge branch 'bugfix/modbus_fix_invalid_error_handling_for_duplicate_param_key_v41' into 'release/v4.1'
...
freemodbus: fix invalid error handling for duplicate param key (backport v4.1)
See merge request espressif/esp-idf!14786
2021-09-09 05:56:33 +00:00
Wang Meng Yang
01a11b2d0e
Merge branch 'bugfix/hf_disc_acl_no_disc_v4.1' into 'release/v4.1'
...
bugfix/acl can't disconnect when hfp_client disconnect [release/v4.1]
See merge request espressif/esp-idf!15058
2021-09-07 23:30:20 +00:00
morris
530b2b0f81
eth: dont warn nego timeout if link is down
2021-09-06 19:10:46 +08:00
morris
a5057f7202
emac: configure data interface early
2021-09-06 19:10:46 +08:00
Wang Meng Yang
c358ca07d4
Merge branch 'bugfix/bt_spp_timer_collision_v4.1' into 'release/v4.1'
...
Fix timer collision in role switch(v4.1)
See merge request espressif/esp-idf!14820
2021-09-06 08:24:04 +00:00
Mahavir Jain
659de924da
Merge branch 'feature/update_cjson_submodule_v4.1' into 'release/v4.1'
...
cJSON: Update submodule to v1.7.15 (v4.1)
See merge request espressif/esp-idf!15076
2021-09-06 06:39:01 +00:00
jincheng
f5e1d1c2bf
fix timer collision in role switch
...
Closes https://github.com/espressif/esp-idf/issues/7203
2021-09-06 10:35:25 +08:00
Shubham Kulkarni
b9643ee59c
cJSON: Update submodule to latest release.
...
This update fixes NULL pointer dereference issues in previous release
Closes https://github.com/espressif/esp-idf/issues/7317
2021-09-06 07:44:42 +05:30
Liu Han
895dbb90c2
expat: Update library from 2.2.9 to 2.4.1
2021-09-03 16:32:39 +08:00
jincheng
ba8f1e4b5c
fix acl can not disconnect when hf_client disconnect
2021-09-03 11:29:14 +08:00
Wang Meng Yang
907205a13a
Merge branch 'bugfix/btdm_fix_some_Document_Description_Error_v4.1' into 'release/v4.1'
...
component/bt: fix some ble document description error(backport v4.1)
See merge request espressif/esp-idf!14825
2021-09-03 01:40:26 +00:00