Aditya Patwardhan
74fc0578f5
configure_ds.py: Fix the error for prod mode. They script now only verifies the purpose in the prod mode.
...
Closes https://github.com/espressif/esp-idf/issues/8285
2022-02-21 01:33:39 +05:30
Jiang Jiang Jian
fc36f08d3f
Merge branch 'bugfix/enterprise_certs_weak_md_v4.3' into 'release/v4.3'
...
esp_wifi: Fixed issue of weak md for certificates in wifi_enterprise example.(v4.3)
See merge request espressif/esp-idf!16989
2022-02-18 06:03:59 +00:00
Jiang Jiang Jian
5c78283f6e
Merge branch 'bugfix/modbus_allow_address_gaps_in_master_data_dict_v43' into 'release/v4.3'
...
freemodbus: allow address gaps in master data dictionary (support of UID field in MBAP) (backport v4.3)
See merge request espressif/esp-idf!16898
2022-02-18 05:40:50 +00:00
Alex Lisitsyn
073da59d27
freemodbus: allow address gaps in master data dictionary (support of UID field in MBAP) (backport v4.3)
2022-02-18 05:40:49 +00:00
Jiang Jiang Jian
ef356e464d
Merge branch 'bugfix/pppos_client_docs_power_v4.3' into 'release/v4.3'
...
Examples/PPPoS: Add troubleshooting to correctly power modem (v4.3)
See merge request espressif/esp-idf!17008
2022-02-18 05:39:00 +00:00
yuanjm
94e58eac30
esp_http_client: Fix memory leak in esp_http_client_example
...
Closes https://github.com/espressif/esp-idf/issues/8346
2022-02-10 14:35:49 +08:00
Wang Meng Yang
8a4bcdb563
Merge branch 'bugfix/nimble_spp_v4.3' into 'release/v4.3'
...
NimBLE : SPP example fails to build on Windows (v4.3)
See merge request espressif/esp-idf!17014
2022-02-07 02:35:24 +00:00
Zim Kalinowski
187c5b893d
Merge branch 'feature/adds_tips_to_run_ci_example_tests_v4.3' into 'release/v4.3'
...
examples: Adds a note on how to meet requirements to run the example_test.py (v4.3)
See merge request espressif/esp-idf!16945
2022-02-06 09:25:14 +00:00
David Cermak
17f9c7aaef
Examples/PPPoS: Add troubleshooting to correctly power modem
...
Closes https://github.com/espressif/esp-idf/issues/7807
2022-02-04 17:07:37 +08:00
Isha Pardikar
1a3f5accda
Merge branch 'bugfix/nimble_spp' into 'release/v4.3'
...
NimBLE : Fixed BLE SPP build fail on Windows
Closes : https://github.com/espressif/esp-idf/issues/8305
See merge request espressif/esp-idf!17014
2022-02-02 15:18:09 +05:30
aditi_lonkar
8fee811d55
esp_wifi: Fixed issue of weak md for certificates in wifi_enterprise example.
2022-01-28 16:14:05 +05:30
KonstantinKondrashov
87514f4a2b
examples: Adds a note on how to meet requirements to run the example_test.py
...
export PYTHONPATH="$IDF_PATH/tools:$IDF_PATH/tools/ci/python_packages"
python -m pip install -r $IDF_PATH/tools/ci/python_packages/ttfw_idf/requirements.txt
It helps to fix the ModuleNotFoundError issue with ttfw_idf and tiny_test_fw modules.
Closes https://github.com/espressif/esp-idf/issues/7815
2022-01-27 14:40:29 +08:00
Mahavir Jain
84149f0974
Merge branch 'fix/http2_request_example_v4.3' into 'release/v4.3'
...
http2_request_example: Change the target http2 server to http2.github.io (v4.3)
See merge request espressif/esp-idf!16671
2022-01-27 06:39:45 +00:00
Jiang Jiang Jian
436eb37a8b
Merge branch 'feature/support_eap_fast_on_release_v4.3' into 'release/v4.3'
...
Feature/support eap fast on release v4.3
See merge request espressif/esp-idf!16852
2022-01-25 08:13:24 +00:00
Island
3829ee1889
Merge branch 'bugfix/filter_repeated_packages_forv4.3' into 'release/v4.3'
...
filter repeated packages then send response(v4.3)
See merge request espressif/esp-idf!16819
2022-01-25 06:39:59 +00:00
Yuan Hong Hui
117b23a82a
filter repeated packages then send response(v4.3)
2022-01-25 06:39:59 +00:00
Island
5bad27d0d5
Merge branch 'feature/pro_recv_hb_forv4.3' into 'release/v4.3'
...
provisioner receive heartbeat message(v4.3)
See merge request espressif/esp-idf!16639
2022-01-24 07:54:41 +00:00
Hrudaynath Dhabe
49bd3f0795
esp_wifi: Add an example for EAP-FAST.
2022-01-24 14:24:14 +08:00
Jiang Jiang Jian
f77e018256
Merge branch 'Doc/optimize_spp_doc_v4.3' into 'release/v4.3'
...
Doc/Optimize SPP Document[backport 4.3]
See merge request espressif/esp-idf!16604
2022-01-24 05:59:54 +00:00
Aditya Patwardhan
0b7ed763e4
http2_request_example: Change the target http2 server to http2.github.io
and perform only a GET
request
2022-01-21 13:11:48 +05:30
Aditya Patwardhan
045b38857d
http2_request/sh2lib: Modified the "sh2lib_connect" API to take in a new
...
defined `struct sh2lib_config_t` which contains required config options.
Modified the http2_request_example with the required changes.
2022-01-21 09:39:34 +05:30
David Čermák
8a5c51d05b
Merge branch 'feature/update_mqtt_test_url_v4.3' into 'release/v4.3'
...
mqtt: Update mqtt test url and doc(backport v4.3)
See merge request espressif/esp-idf!16415
2022-01-17 08:36:16 +00:00
yuanjm
4bdcb9f5a9
docs: Add user-friendly guide about how to use ws_server_example_test.py
2022-01-13 10:50:38 +08:00
Yuan Hong Hui
aabac43480
add cmd to publish and recv heartbeat message
2022-01-07 15:03:58 +08:00
Murray Fordyce
606d7e48d2
Fixed left right key confusion in comments.
...
"Left" and "Right" were swapped in some comments.
2022-01-05 10:47:56 +08:00
yuanjm
2d1e1c50e8
examples: Update mqtt open source test server address
2021-12-31 15:31:15 +08:00
liqigan
78e8702963
fix typos and format
2021-12-31 11:25:28 +08:00
liqigan
2b186e04d0
optimize SPP documents
2021-12-30 16:14:57 +08:00
Mahavir Jain
154f54253c
Merge branch 'wifi_prov_mgr/service_key_check_v4.3' into 'release/v4.3'
...
wifi_prov_mgr: Added check for passphrase length in softAP scheme (v4.3)
See merge request espressif/esp-idf!16570
2021-12-29 13:18:23 +00:00
Wei Tian Hua
b0133c72a0
Merge branch 'doc/optimize_hfp_doc_4_3' into 'release/v4.3'
...
Doc/optimize hfp doc [release/v4.3]
See merge request espressif/esp-idf!16450
2021-12-29 02:47:54 +00:00
Laukik Hase
cc5e2107bb
wifi_prov_mgr: Added check for passphrase length in softAP scheme
...
Closes https://github.com/espressif/esp-idf/issues/8063
2021-12-28 18:13:51 +05:30
Chen Yu Dong
1738b905a7
Merge branch 'ci/upload_build_example_for_release_test_4.3' into 'release/v4.3'
...
ci: preserve artifacts for local test apps (4.3)
See merge request espressif/esp-idf!16292
2021-12-27 11:50:18 +00:00
Jiang Jiang Jian
57d90c5cd6
Merge branch 'mesh/bugfix_fix_no_ip_issue_v4.3' into 'release/v4.3'
...
esp_wifi_mesh: fix the device can not receive IP_EVENT_STA_GOT_IP when the router restarted(backport_v4.3)
See merge request espressif/esp-idf!16344
2021-12-21 12:51:37 +00:00
Mahavir Jain
9844845214
Merge branch 'bugfix/address_already_used_exception_in_ota_tests_v4.3' into 'release/v4.3'
...
Fix 'address already in use' exception in OTA tests (v4.3)
See merge request espressif/esp-idf!16417
2021-12-21 04:34:57 +00:00
Jiang Jiang Jian
9dac6b0643
Merge branch 'docs/examples_bluedroid_ble50_v4.3' into 'release/v4.3'
...
Readme for the bluedroid ble50 example with tutorial of walkthrough example (v4.3)
See merge request espressif/esp-idf!16100
2021-12-21 03:43:50 +00:00
Wang Meng Yang
37591f6a85
Merge branch 'nimble/add_throughput_example_v4.3' into 'release/v4.3'
...
NimBLE: Add NimBLE throughput demo examples (v4.3)
See merge request espressif/esp-idf!16124
2021-12-21 03:38:39 +00:00
Wang Meng Yang
b62308c363
Merge branch 'nimble_spp_v4.3' into 'release/v4.3'
...
NimBLE: BLE example for SPP service (v4.3)
See merge request espressif/esp-idf!16123
2021-12-21 03:34:21 +00:00
weitianhua
bb9a13e328
Fix Typos
2021-12-20 17:03:14 +08:00
weitianhua
b34c461d35
Optimize HFP Documents
2021-12-20 17:03:02 +08:00
shenjun
6a2f9b21ec
esp_wifi_mesh: fix the device can not receive IP_EVENT_STA_GOT_IP when the router restarted
2021-12-16 17:27:24 +08:00
Harshit Malpani
3a55b28ba9
Fix for advanced_ota_redirect_url example failure in CI
2021-12-16 12:18:00 +05:30
Harshit Malpani
c9940a3eed
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:16:32 +05:30
Chen Yudong
1c18f28a4a
ci: preserve artifacts for local test apps
...
build ble_mesh_console example on c3 as well
add test dir examples/bluetooth/esp_ble_mesh/ble_mesh_console
add test dir examples/bluetooth/hci/controller_hci_uart_esp32
2021-12-08 16:31:21 +08:00
Isha Pardikar
fcd5e502a7
Merge branch 'nimble/add_throughput_example_v4.3' into 'release/v4.3'
...
NimBLE throughput example: Changed write api to write without response
See merge request espressif/esp-idf!16124
2021-11-26 11:21:15 +05:30
isha pardikar
25c61606a1
Merge branch 'nimble_spp' of ssh://gitlab.espressif.cn:27227/espressif/esp-idf into 'release/v4.3'
...
Nimble: Added BLE SPP Service
Closes: https://github.com/espressif/esp-idf/issues/7303
See merge request espressif/esp-idf!16123
2021-11-26 09:55:47 +05:30
Jiang Jiang Jian
233dc30fb1
Merge branch 'bugfix/pppos_event_deinit_exit_ppp_v4.3' into 'release/v4.3'
...
Examples/PPPoS: Minor fixes related to init/deinit cycling (v4.3)
See merge request espressif/esp-idf!16062
2021-11-25 11:46:10 +00:00
Prasad Alatkar
6f9e611725
NimBLE throughput example: Add espressif license
2021-11-25 11:06:40 +05:30
Prasad Alatkar
cd0a66e0d9
NimBLE throughput example: make multi target support readable
2021-11-25 11:06:40 +05:30
Prasad Alatkar
c86c83ca4d
NimBLE: Add throughput demo examples
...
- Added blecent_throughput(client) and bleprph_throughput(server) examples to
demonstrate application throughput.
2021-11-25 11:06:40 +05:30
satish.solanke
c00c3f74ae
Readme for the bluedroid ble50 example with tutorial of walkthrough example.
2021-11-24 14:57:05 +05:30