Commit Graph

1869 Commits

Author SHA1 Message Date
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
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 2d22374460)
2021-07-27 21:13:06 +08:00
Marius Vikhammer fb0a6022f5 docs: fixed dead readme link 2021-07-21 17:36:23 +08:00
Shubham Kulkarni 1630fd6abb OTA examples: Updated server certificate 2021-07-14 12:50:05 +05:30
He Yin Ling f5db736aa6 example: set example wifi scan method to all channel:
in CI example test we could have runners with same SSID in the same lab.
Use scan on all channel will let DUT connect to the AP with best RSSI.
2021-06-23 10:16:48 +08:00
David Čermák fb9f140fa5 Merge branch 'bugfix/mqtt_examples_certificates_update_v4.1' into 'release/v4.1'
bugfix/mqtt examples: Updates the CA certificates used. (v4.1)

See merge request espressif/esp-idf!13127
2021-06-22 06:06:30 +00:00
Ivan Grokhotkov 004ea31cb7 Merge branch 'bugfix/loadable_elf_test_eco3_v4.1' into 'release/v4.1'
tests: gdb_loadable_elf: adjust the breakpoint location for ESP32 ECO3 (v4.1)

See merge request espressif/esp-idf!14041
2021-06-21 15:50:31 +00:00
Euripedes Rocha e0c2145cc7 bugfix/mqtt examples: Updates the CA certificates used.
- Updates the CA certificates.
- Updates the URI names to reflect the new URI in the service used in
  the examples.

Closes IDFGH-4986
Closes https://github.com/espressif/esp-idf/issues/6776
2021-06-21 21:45:08 +08:00
Wang Meng Yang 620049646d Merge branch 'bugfix/btdm_set_discoverable_after_create_server_v4.1' into 'release/v4.1'
components/bt: Set discoverable after create server

See merge request espressif/esp-idf!13727
2021-06-21 09:15:48 +00:00
Ivan Grokhotkov 0d5ec69adc tests: gdb_loadable_elf: adjust the breakpoint location for ESP32 ECO3
The previous location was the return from the first ets_printf call
that prints ROM sign-on message. Since the main function was patched
in ECO3, the new address no longer works — there is no instruction at
0x40007901 in ECO3 ROM. This could be solved by setting two
breakpoints (one would work for ECO <=2, the other for ECO3), but we
would need to remove the unused breakpoint later.
Fix this by setting the breakpoint at ets_printf. This means that when
debugging a loadable ELF the ROM sign-on message will no longer be
shown, but this doesn't seem to be an issue.
2021-06-18 15:10:06 +02:00
Jiang Jiang Jian 84f3d3e69a Merge branch 'bugfix/enable_pmf_in_iperf_test_v4.1' into 'release/v4.1'
iperf example: set PMF capable to connect to PMF required APs (v4.1)

See merge request espressif/esp-idf!13871
2021-06-16 04:39:17 +00:00
Chen Yudong dc433b50b0 test: fix socket issue in iperf example test 2021-06-08 17:20:32 +08:00
He Yin Ling 069182853e test: fix iperf example errors:
1. fix TypeError when running with python3
2. fix throughput chart x/y axis label error
3. make test case compatibile with iperf bin on earlier release branches
2021-06-08 17:20:18 +08:00
Chen Yudong 911cc3710b CI: fix connection failures in asio example tests 2021-06-08 17:18:45 +08:00
He Yin Ling 381f2008ac example: set PMF capable to connect to PMF required APs 2021-06-04 17:59:57 +08:00
Angus Gratton 10785bc1e4 ci: Fix websocket example test error handling
If connection fails for websocket test, a second exception was generated in
__exit__
2021-06-01 17:18:56 +10:00
baohongde c0a586bdea components/bt: Set discoverable after create server 2021-05-26 11:36:08 +08:00
Prasad Alatkar 842a55cda3 NimBLE: Fix host flow control in NimBLE porting layer.
- Register `ble_hs_flow_acl_free` callback in NimBLE porting layer.
2021-05-17 19:53:37 +05:30