Yuan Hong Hui
a36a41ea3f
ble_mesh:change the location of print ready
2022-07-13 18:20:56 +08:00
Jiang Jiang Jian
06ef10f38a
Merge branch 'bugfix/a2dp_source_not_stop_discovery_correctly_v4.1' into 'release/v4.1'
...
bugfix/avoid wrongly restart discovery in a2dp_source (v4.1)
See merge request espressif/esp-idf!18713
2022-07-10 15:52:05 +08:00
jincheng
9322cd93b8
avoid wrongly restart discovery
2022-07-08 14:19:07 +08:00
jincheng
cdb5e4345c
lower the priority of application task of a2dp demo
2022-07-08 14:04:17 +08:00
Jiang Jiang Jian
047fcd2c90
Merge branch 'bugfix/ignore_pmf_capable_flag_v4.1' into 'release/v4.1'
...
Always connect Station in PMF mode if possible (Backport v4.1)
See merge request espressif/esp-idf!17539
2022-05-01 17:30:48 +08:00
Michael (XIAO Xufeng)
a1aa2f13b3
Merge branch 'bugfix/fix_x32k_startup_slow_bug_v4.1' into 'release/v4.1'
...
bugfix: Fix xtal 32k not oscillate or oscillate too slowly issue for esp32 (v4.1)
See merge request espressif/esp-idf!17592
2022-04-28 17:14:10 +08: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
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
Michael (XIAO Xufeng)
cd6ed488c8
example: fixed the issue that config struct is not properly initialized
2022-03-25 01:12:22 +08:00
Jiang Jiang Jian
7523759b30
Merge branch 'Bugfix/pppos_coonection_lost_v4.1' into 'release/v4.1'
...
Bugfix/PPPOS fix stack smashing, modify get operator and add access technology(backport v4.1)
See merge request espressif/esp-idf!14033
2022-03-03 10:48:35 +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
Liu Han
4c30995b88
esp-modem: prefix the crash issue both bg96 and sim800l in OVERALL mode
2022-03-02 10:49:25 +01:00
Ash
a313f37b2d
rename dce parameter
...
Merges https://github.com/espressif/esp-idf/pull/5750
Signed-off-by: Liu Han <liuhan@espressif.com>
2022-03-02 10:48:52 +01:00
Robert Nuttall
3d0eef5fcc
Expose get operator name command. Add get access tech
...
Signed-off-by: Liu Han <liuhan@espressif.com>
2022-03-02 10:48:36 +01:00
Ivan Grokhotkov
7ef9868d65
Merge branch 'feature/add_component_manager_python_dependency_v4.1' into 'release/v4.1'
...
Build System: Add idf-component-manager python dependency (v4.1)
See merge request espressif/esp-idf!15987
2022-03-02 16:28:10 +08:00
Yuan Hong Hui
eee1a6f37c
ble mesh:example:correct the output log level
2022-02-16 16:01:12 +08:00
Yuan Hong Hui
495f1fb132
ble mesh:example:response for checking restart in auto_test
2022-02-16 15:48:22 +08:00
aditi_lonkar
b6688edb37
esp_wifi: Fixed issue of weak md for certificates in wifi_enterprise example.
2022-01-28 16:56:23 +05:30
dongyou
ba9d913296
adjust espnow channel range
2022-01-28 16:52:12 +08:00
Sergei Silnov
3476ed2ce6
examples: Add the component manager example
2022-01-27 18:57:52 +01: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
Island
12c4b90745
Merge branch 'bugfix/filter_repeated_packages_forv4.1' into 'release/v4.1'
...
filter repeated packages but not send response(v4.1)
See merge request espressif/esp-idf!16823
2022-01-25 06:39:34 +00:00
Yuan Hong Hui
5134b76249
filter repeated packages but not send response(v4.1)
2022-01-25 06:39:33 +00:00
xiehang
8e47b98c8e
example: Fix espnow stuck issue
2022-01-18 15:43:01 +08:00
Yuan Hong Hui
f24beb25c8
add cmd to publish and recv heartbeat message
2022-01-04 15:59:41 +08:00
Harshit Malpani
773c5ec5b9
Fix for advanced_ota_redirect_url example failure in CI
2021-12-16 14:07:57 +05:30
Harshit Malpani
c480ba851e
Fix 'address already in use' exception in OTA tests
...
We will stop the server instance at the end of each test case. This will solve the "address already in use" exception
2021-12-16 10:35:25 +05:30
Yuan Hong Hui
48506b70c4
test: fix ble mesh send problem (v4.1)
2021-11-30 06:08:09 +00:00
Erhan Kurubas
08ef49e478
gcov: enable gcov in single core
2021-11-12 22:35:52 +03:00
Erhan Kurubas
384ca3452b
gcov: enable single core tests
2021-11-12 00:32:44 +03:00
Erhan Kurubas
49942a9468
gcov: readme update for ESP32-S2
2021-11-12 00:31:56 +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
Wang Meng Yang
cce7229188
Merge branch 'bugfix/hfp_demo_audio_not_sine_v4.1' into 'release/v4.1'
...
fix hfp_ag demo audio not sine_v4.1
See merge request espressif/esp-idf!15748
2021-11-09 08:26:08 +00:00
jincheng
4e34c26a56
fix hfp_ag demo audio not sine_v4.1
2021-11-01 12:19:58 +08:00
Wang Meng Yang
e0deeedfba
Merge branch 'feature/add_README_for_controller_hci_uart_demo_v4.1' into 'release/v4.1'
...
[document] add README.md for demo controller_hci_uart_demo for v4.1
See merge request espressif/esp-idf!15570
2021-10-25 08:11:34 +00:00
jincheng
50b8f73b5b
add README.md for demo controller_hci_uart_demo
2021-10-20 09:04:20 +08:00
Harshit Malpani
4cde8e7792
Update example test for esp_http_client
2021-10-07 18:03:47 +05:30
Harshit Malpani
ade8b8b7a0
Updated the root certificate of https examples
2021-10-07 16:51:08 +05:30
Vikram Dattu
369ef2e6a8
Fixed broken http2_request example.
...
Implementation of `esp_tls_conn_new_sync` now uses timeout_ms value to
give up retries.
Specified this value to be 10 sec. (10 * 1000 ms).
Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
2021-10-01 04:10:51 +08:00
Wang Meng Yang
f6695052ab
Merge branch 'bugfix/controller_hci_uart_sdkconfig_v4.1' into 'release/v4.1'
...
controller_hci_uart: fixed the sdkconfig.defaults in the example(backport v4.1)
See merge request espressif/esp-idf!14827
2021-09-08 06:09:58 +00: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
XieWenxiang
3ba43f4991
component/bt: fix some ble document description error
2021-09-01 20:46:14 +08:00
Wang Meng Yang
47cc42f662
Merge branch 'component_bt/add_spp_faq_v4.1' into 'release/v4.1'
...
Component_bt/Add FAQ in SPP Demo README[backport v4.1]
See merge request espressif/esp-idf!14798
2021-08-23 05:15:26 +00:00
David Čermák
0246c5ddee
Merge branch 'bugfix/fix_eth2ap_example_crash_v4.1' into 'release/v4.1'
...
eth2ap: Fix eth2ap example crash issue (backport v4.1)
See merge request espressif/esp-idf!14560
2021-08-17 10:59:34 +00:00
liqigan
69b2100a13
add FAQ in SPP demo README
2021-08-17 15:19:31 +08:00
wangmengyang
287695f623
controller_hci_uart: fixed the sdkconfig.defaults in the example
2021-08-16 17:05:29 +08:00
Zim Kalinowski
1aad6124b4
Merge branch 'docs/fix_readme_links_v4.1' into 'release/v4.1'
...
docs: fixed dead readme links (v4.1)
See merge request espressif/esp-idf!14466
2021-08-09 21:17:37 +00:00
yuanjm
e62a4f1a58
eth2ap: Fix eth2ap example crash issue
...
Closes https://github.com/espressif/esp-idf/issues/7260
2021-07-29 10:48:31 +08:00
Shivani Tipnis
9150ab30cf
ble-wifi-example-tests: Add fixes and cleanups to ble and wifi tests
...
(cherry picked from commit 2d22374460e4c76a1f2341f1f4e15282dba7e57f)
2021-07-27 21:13:06 +08:00
Marius Vikhammer
fb0a6022f5
docs: fixed dead readme link
2021-07-21 17:36:23 +08:00