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
He Yin Ling
4f06532e80
Merge branch 'bugfix/python3_target_test_4.1' into 'release/v4.1'
...
ci: using python3 to tun target test (4.1)
See merge request espressif/esp-idf!13017
2021-05-11 09:13:33 +00:00
Jiang Jiang Jian
099daf7873
Merge branch 'bugfix/fix_gpio_wakeup_light_sleep_backport_v4.1' into 'release/v4.1'
...
bugfix: gpio can't wakeup light sleep (backport v4.1)
See merge request espressif/esp-idf!12884
2021-05-10 03:37:28 +00:00
Chen Yudong
9a29375f7d
ci: run target test with python3
2021-04-28 18:10:34 +08:00
Angus Gratton
b63bbedc65
Merge branch 'bugfix/fix_partition_table_in_flash_encryption_example_v4.1' into 'release/v4.1'
...
example/flash_encryption: Fix partition table (v4.1)
See merge request espressif/esp-idf!10852
2021-04-23 08:08:58 +00:00
Rahul Tank
c3f3dda7df
esp-idf: Corrected check of Class of Device for discovered devices
...
Current code stopped inquiry if major class is not Phone. Modified the
condition to consider for both Phone and Audio to cover majority of real
world devices.
Closes https://github.com/espressif/esp-idf/issues/6548
2021-04-05 15:29:41 +05:30
David Čermák
a92185263e
Merge branch 'bugfix/esp_netif_ppp_event_data_v4.1' into 'release/v4.1'
...
esp-netif: Fix PPP netif event posting to include esp_netif data (v4.1)
See merge request espressif/esp-idf!11869
2021-03-31 14:25:04 +00:00
David Čermák
3a535daa8c
Merge branch 'feature/support_transport_keepalive_v4.1' into 'release/v4.1'
...
Feature/support transport keepalive v4.1 [backport v4.1]
See merge request espressif/esp-idf!12156
2021-03-31 09:37:03 +00:00
yuanjm
3826b80f3a
Make OTA example support keepalive
2021-03-31 05:44:48 +00:00
David Cermak
90cdceac39
esp-modem: Remove esp-netif destroy from modem network glue code
...
To be in line with other interfaces, when deleting the driver and it's glue layer to esp-netif, we DO NOT delete the related esp-netif (since is was allocated and created outside of the glue code and it works the same way in esp-eth and esp-wifi driver/glue layers).
Closes https://github.com/espressif/esp-idf/issues/5486
2021-03-31 05:44:39 +00:00
David Cermak
2da1f2059e
esp-netif: Fix PPP netif event posting to include esp_netif data
...
Closes https://github.com/espressif/esp-idf/issues/6009
2021-03-31 05:43:39 +00:00