He Yin Ling
756beb0e7a
Merge branch 'test/merge_ble_mesh_node_and_provioner_in_console_v4.0' into 'release/v4.0'
...
Test:merge ble mesh node and provioner in console(backport v4.0)
See merge request espressif/esp-idf!9911
2021-07-21 07:35:45 +00:00
Anton Maklakov
0f7d8a8768
Merge branch 'bugfix/update_ota_cert_v4.0' into 'release/v4.0'
...
OTA examples: Update server certificate (v4.0)
See merge request espressif/esp-idf!14357
2021-07-16 07:14:50 +00:00
Zim Kalinowski
51b70d6237
Merge branch 'bugfix/websocket_example_error_handling_v4.0' into 'release/v4.0'
...
ci: Fix websocket example test error handling (v4.0)
See merge request espressif/esp-idf!13808
2021-07-16 03:37:21 +00:00
Ivan Grokhotkov
c775e4e1b5
Merge branch 'test/wifi_connect_with_full_scan_in_examples_v4.0' into 'release/v4.0'
...
example: set example wifi scan method to all channel (v4.0)
See merge request espressif/esp-idf!13915
2021-07-14 23:58:09 +00:00
Shubham Kulkarni
ff0043456d
OTA examples: Updated server certificate
2021-07-14 12:50:37 +05:30
luchangjie
c1e5584cd8
backport_test/merge_ble_mesh_node_and_provioner_in_console_4.0
2021-07-09 17:17:31 +08:00
He Yin Ling
251ca7dd4e
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:25:21 +08:00
Chen Yudong
bc65641ac4
test: fix socket issue in iperf example test
2021-06-08 17:25:41 +08:00
He Yin Ling
7be1a8d689
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:25:33 +08:00
Chen Yudong
61fd08e5ef
CI: fix connection failures in asio example tests
2021-06-08 17:25:23 +08:00
Angus Gratton
2483fb2777
ci: Fix websocket example test error handling
...
If connection fails for websocket test, a second exception was generated in
__exit__
2021-06-01 17:19:26 +10:00
Prasad Alatkar
b57b6f1adb
NimBLE: Fix host flow control in NimBLE porting layer.
...
- Register `ble_hs_flow_acl_free` callback in NimBLE porting layer.
2021-05-17 20:01:17 +05:30
He Yin Ling
4ba4b5780e
Merge branch 'bugfix/python3_target_test_4.0' into 'release/v4.0'
...
ci: using python3 to tun target test (4.0)
See merge request espressif/esp-idf!13241
2021-05-11 09:15:18 +00:00
InfiniteYuan
89bff63443
ble mesh: add aligenie ble mesh example
2021-05-08 01:57:48 +00:00
Euripedes Rocha
d12f023a32
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-04-30 12:20:10 +00:00
Chen Yudong
ef1f74174a
ci: run target test with python3
2021-04-28 19:32:59 +08:00
Rahul Tank
5bcc93a213
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:50 +05:30
Jiang Jiang Jian
0ab7751926
Merge branch 'bugfix/fix_wifi_interface_use_v4.0' into 'release/v4.0'
...
esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA (backport v4.0)
See merge request espressif/esp-idf!12168
2021-03-22 09:06:10 +00:00
Jiang Jiang Jian
3ece767fb1
Merge branch 'bugfix/fix_iperf_example_exception_handling_for_no_ap_found_v4.0' into 'release/v4.0'
...
bugfix/fix_iperf_example_exception_handling_for_no_ap_found_v4.0
See merge request espressif/esp-idf!12273
2021-03-22 04:28:54 +00:00
Jiang Jiang Jian
05e3e58ebb
Merge branch 'feature/add_init_and_deinit_evt_for_a2dp_4_0' into 'release/v4.0'
...
feature/ Add A2DP Init and Deinit Complete Evt [backport v4.0]
See merge request espressif/esp-idf!12152
2021-03-05 12:20:11 +00:00
dongyou
5d83b9c2b0
add exception handling for iperf example's scan when no ap was found
2021-02-04 17:52:37 +08:00
David Čermák
a6bddd68d2
Merge branch 'feature/support_transport_keepalive_v4.0' into 'release/v4.0'
...
Feature/support transport keepalive v4.0 [backport v4.0]
See merge request espressif/esp-idf!12155
2021-02-02 22:00:53 +08:00
Mahavir Jain
ae1aef7b9e
examples/protocols: update www.howsmyssl.com certificate to fix test failures
2021-02-01 11:10:38 +05:30
xiehang
041ad04fdd
esp_wifi: Modify ESP_IF_WIFI_AP to WIFI_IF_AP
2021-01-27 15:00:51 +08:00
xiehang
4c68212c8f
esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA
2021-01-27 14:59:25 +08:00
weitianhua
1ae261dcdd
Add init & deinit event for a2dp
2021-01-26 10:54:15 +08:00
yuanjm
9ada8df5c0
Make OTA example support keepalive
2021-01-25 21:01:31 +08:00
Shubham Kulkarni
1c10469890
Enable lru_purge_enable in simple HTTP server example
2021-01-22 15:35:46 +05:30
lly
3e5d2b9c41
ble_mesh: ci: Add disable log sdkconfig test files
2021-01-19 14:05:25 +08:00
xiehang
eb1a1620fe
example: Scan failure should not cause system crash
2021-01-15 20:03:25 +08:00
xiehang
7778034cba
example: do not check the return value of esp_wifi_connect()
2021-01-15 20:00:40 +08:00
Island
a47099b028
Merge branch 'feat/ble_mesh_support_ble_scan_v4.0' into 'release/v4.0'
...
ble_mesh: stack: Add BLE scan callback when mesh is enabled (v4.0)
See merge request espressif/esp-idf!11965
2021-01-14 15:47:52 +08:00
Jiang Jiang Jian
f2038b959a
Merge branch 'bugfix/fix_spp_vfs_dynamic_memory_bugs_v4.0' into 'release/v4.0'
...
component_bt/fix spp vfs demo crash when use dynamic memory[backport v4.0]
See merge request espressif/esp-idf!11729
2021-01-14 11:19:34 +08:00
lly
024017e3f2
ble_mesh: ci: Add ble & ble mesh coex sdkconfig test files
2021-01-12 19:15:36 +08:00
lly
63adf8503f
ble_mesh: ci: Add settings sdkconfig test files
2021-01-11 10:08:33 +08:00
lly
f9f29b779c
ble_mesh: ci: Add enabling hb recv sdkconfig file
2021-01-08 09:33:04 +08:00
xiehang
41a4da16d3
esp_wifi: Fix WPS examples issue
2020-12-23 15:43:19 +08:00
liqigan
d64a19b73c
fix spp vfs demo crash when use dynamic memory
2020-12-23 15:26:58 +08:00
gengyuchao
16ff064f68
btdm: Add comments to clarify the two different device names of GAP and ADV in the ble_spp_server_demo example, as the old example might confuse users.
2020-12-22 19:54:53 +08:00
Island
4891353122
Merge branch 'optimize/ble_mesh_provision_dev_uuid_check_v4.0' into 'release/v4.0'
...
ble_mesh: stack: Need uuid when adding device for provisioning (v4.0)
See merge request espressif/esp-idf!11579
2020-12-16 19:25:09 +08:00
Ivan Grokhotkov
f7dfee7dcd
Merge branch 'test/disable_twai_example_ci_v4.0' into 'release/v4.0'
...
Temporarily disable TWAI network example test (backport v4.0)
See merge request espressif/esp-idf!11563
2020-12-16 04:22:02 +08:00
lly
b8827d45c6
ble_mesh: ci: Add PB-ADV & PB-GATT sdkconfig test files
2020-12-15 11:59:11 +00:00
Shubham Kulkarni
3194bba14d
esp_http_client: Skip check for redirection counter if status code is success.
...
Set disable_auto_redirect in esp_http_client example to validate this condition in CI
2020-12-14 14:41:54 +05:30
Darian Leung
51103377c6
twai: Temporarily disable network example test
...
Disabling network example test due to issue with synchronizing the
start of each DUT
2020-12-10 21:34:05 +08:00
Angus Gratton
3ca0b7a447
Merge branch 'bugfix/fix_partition_table_in_flash_encryption_example_v4.0' into 'release/v4.0'
...
example/flash_encryption: Fix partition table (v4.0)
See merge request espressif/esp-idf!10853
2020-12-04 11:25:09 +08:00
Jiang Jiang Jian
6823364442
Merge branch 'bugfix/blufi_config_potential_double_free_v4.0' into 'release/v4.0'
...
Bugfix/blufi config potential double free v4.0
See merge request espressif/esp-idf!11165
2020-12-02 17:03:27 +08:00
Angus Gratton
78bbde6b44
Merge branch 'bugfix/blecent_example_test_4.0' into 'release/v4.0'
...
Fix CI blecent example test (backport v4.0)
See merge request espressif/esp-idf!11321
2020-12-02 15:41:09 +08:00
Nachiket Kukade
2db6b1578e
esp_wifi: Update wifi lib
...
1. Use flag ESP32_WIFI_ENABLE_WPA3_SAE to control WPA3 code, disabling
it code footprint reduces by 7.7kB in libwpa_supplicant.a
2. Fix handling of multiple AP credentials in WPS, apps need update
to handle the new event for the fix to work
2020-12-01 19:28:56 +08:00
Ivan Grokhotkov
c15579fd85
examples: fix flash encryption example test
...
Commit 5e8795eebe
has changed the partition table offset, which
has resulted in the ciphertext not matching the one expected in the
example test.
Fix by calculating the ciphertext using espsecure.py.
2020-12-01 18:32:54 +08:00
KonstantinKondrashov
5686cbb1d7
example/flash_encryption: Fix partition table and sdkconfig.defaults
...
When the flash encryption is enabled then we do not need to change the partition table.
The partition_example.csv should not have fixed offsets for partitions because we want to move the whole table.
The fixed offsets in the table were cleared.
2020-12-01 16:49:12 +08:00