Laukik Hase
d7090b4d52
https_server: Add config option to min. cert. auth mode
...
- Added a config option to set the minimum Certificate Verification
mode to Optional
- When this option is enabled, the peer (the client) certificate
is checked by the server, however the handshake continues even if
verification failed.
- By default, the peer certificate is not checked and ignored by the server.
Closes https://github.com/espressif/esp-idf/issues/8664
2022-03-29 08:57:36 +00:00
Anton Maklakov
39d82327d2
Merge branch 'ci/change_deploy_pre_needs' into 'master'
...
ci: deploy docs to preview as soon as build doc jobs are done
See merge request espressif/esp-idf!17598
2022-03-29 16:42:08 +08:00
Aditya Patwardhan
f178d69b89
Merge branch 'feature/enable_secure_element_for_https_server' into 'master'
...
esp_https_server: Enable secure element support.
Closes IDFGH-6650
See merge request espressif/esp-idf!17613
2022-03-29 14:51:10 +08:00
Mo Fei Fei
d3f75c52d6
Merge branch 'docs/update_s3_devkitc1_user_guide' into 'master'
...
Docs: Update s3-devkitc-1 user guide
Closes DOC-2634
See merge request espressif/esp-idf!17582
2022-03-29 11:40:26 +08:00
mofeifei
57ac6d4673
docs: update s3-devkitc-1 user guide
2022-03-29 11:24:20 +08:00
Ivan Grokhotkov
cabdd25e7f
Merge branch 'bugfix/tools_clang_atomic_alignment' into 'master'
...
cmake: add "-Wno-atomic-alignment" flag to cmake script
Closes LLVM-145
See merge request espressif/esp-idf!17563
2022-03-28 18:59:57 +08:00
Roland Dobai
b30846ff9e
Merge branch 'feature/add_h2_target_to_tools' into 'master'
...
tools: add RISC-V toolchain for esp32h2 and esp32c2 targets
See merge request espressif/esp-idf!17596
2022-03-28 18:35:46 +08:00
Roland Dobai
5cebbbe74d
Merge branch 'feature/idfpy_depecated_commands' into 'master'
...
tools: Remove deprecated idf.py commands
Closes IDF-3869
See merge request espressif/esp-idf!17525
2022-03-28 18:27:48 +08:00
Michael (XIAO Xufeng)
e3c0229d2e
Merge branch 'ci/renable_s3_tests' into 'master'
...
ci: renable s3 tests
See merge request espressif/esp-idf!17574
2022-03-28 15:53:49 +08:00
Mahavir Jain
58b30a9423
Merge branch 'feature/pytest_ota_examples' into 'master'
...
Migrate native OTA example test to pytest framework
See merge request espressif/esp-idf!17544
2022-03-28 13:44:51 +08:00
Isha Pardikar
c4eb0c3584
Merge branch 'bugfix/wifi_prov_mgr_conn_issue' into 'master'
...
Wifi_prov_mgr: Fix for device disconnection after pairing
Closes IDF-4655 and IDFGH-6661
See merge request espressif/esp-idf!17236
2022-03-28 13:38:20 +08:00
morris
4a2fee3343
Merge branch 'contrib/github_pr_8649' into 'master'
...
Fix typo in ESP-WIFI-MESH Programming Guide (GitHub PR)
Closes IDFGH-7032
See merge request espressif/esp-idf!17617
2022-03-28 12:43:26 +08:00
Shubham Kulkarni
e9ad8a63c3
target-test.yml: Add job for ethernet_ota marker
2022-03-28 03:51:21 +00:00
Shubham Kulkarni
779bcc8614
native_ota_example: Rename example_test.py to pytest_native_ota.py
...
Add type annotations
2022-03-28 03:51:21 +00:00
Shubham Kulkarni
68c246990c
native_ota_example: Change example_test to use pytest framework
2022-03-28 03:51:21 +00:00
Shubham Kulkarni
98b954897c
pytest.ini: Add ethernet_ota marker
2022-03-28 03:51:21 +00:00
Jakob Hasse
2c3ff999ac
Merge branch 'feature/cxx_tests_pytest_embedded' into 'master'
...
C++: change cxx unit tests to component unit tests
Closes IDF-4807
See merge request espressif/esp-idf!17554
2022-03-28 11:45:20 +08:00
Aditya Patwardhan
4c58685c00
esp_https_server: Enable secure element support.
...
Closes https://github.com/espressif/esp-idf/issues/8286
2022-03-27 14:35:25 +05:30
Aditya Patwardhan
2cf6399cd5
Merge branch 'bugfix/esp_tls_errors_header_in_docs' into 'master'
...
docs: Add esp_tls_errors.h to API reference list
Closes DOC-2797
See merge request espressif/esp-idf!17584
2022-03-27 16:42:57 +08:00
morris
8f35f16c77
Merge branch 'bugfix/temp_disable_s3_ulp' into 'master'
...
ulp: temporarily disable ULP support for S3
Closes IDF-4818
See merge request espressif/esp-idf!17553
2022-03-27 12:08:31 +08:00
Alex Lisitsyn
e653ce82b2
Merge branch 'feature/modbus_master_fix_check_uart_set_pin' into 'master'
...
example/modbus_master: fix the erro check for uart_set_pin
Closes IDFGH-6988
See merge request espressif/esp-idf!17534
2022-03-27 04:20:17 +08:00
Michael (XIAO Xufeng)
fdcf5ca540
Merge branch 'test/disable_touch_sleep_testcase' into 'master'
...
touch: add protection for touch sleep case
See merge request espressif/esp-idf!17578
2022-03-27 02:44:14 +08:00
Michael (XIAO Xufeng)
80904a5815
Merge branch 'bugfix/spi_free_crash_uninitialized' into 'master'
...
spi: fixed crash when calling spi_bus_free when not initialized
Closes IDFGH-7024
See merge request espressif/esp-idf!17573
2022-03-27 02:31:06 +08:00
Wei Tian Hua
5c3d7b5524
Merge branch 'bugfix/bt_add_some_debug_log' into 'master'
...
component_bt: Add some bluetooth debug log
Closes BT-2307
See merge request espressif/esp-idf!17492
2022-03-25 21:25:44 +08:00
Andrei Safronov
ce7d01b52e
cmake: add "-Wno-atomic-alignment" flag to clang scripts
...
Clang outputs performance warnings by default for atomic operations with
access size more then 4 bytes. So add "-Wno-atomic-alignment add" flag to
ESP-IDF cmake script.
2022-03-25 15:36:26 +03:00
Ivan Grokhotkov
c70a69b1dd
Merge branch 'bugfix/remove_ref_non_ex_options' into 'master'
...
config: removed references to non-existing kconfig options
See merge request espressif/esp-idf!17495
2022-03-25 18:02:54 +08:00
Anton Maklakov
a5d3f2e26d
tools: add RISC-V toolchain for esp32h2 and esp32c2 targets
2022-03-25 16:28:36 +07:00
Marius Vikhammer
5618ba80f9
Merge branch 'feature/refactor_esp_sys_deps' into 'master'
...
esp-system: removed esp_phy and nvs dependencies, change app update and pm to weak dependencies
Closes IDF-4656
See merge request espressif/esp-idf!17092
2022-03-25 17:17:43 +08:00
Marius Vikhammer
d2bfa17510
ci: deploy to preview as soon as build doc jobs are done
2022-03-25 16:52:10 +08:00
Marek Fiala
b5c374ae3e
tools: Deprecated commands removed from idf.py
...
Remove deprecated commands from idf.py, but they are still kept working as cmake deprecated targets.
2022-03-25 09:08:53 +01:00
Marius Vikhammer
2efd009dfb
ulp: temporarily disable ULP support for S3
...
Due to a hardware issue ULP support on S3 is temporarily disabled until a fixed is released.
Running ULP + sleep together can potentially cause permanent damage to the chip.
2022-03-25 14:19:12 +08:00
Mahavir Jain
7ab8c39bb2
Merge branch 'update/update_certs_bundle' into 'master'
...
Update esp_crt_bundle certificates
See merge request espressif/esp-idf!17593
2022-03-25 14:03:29 +08:00
Espressif BOT
f51da7dded
Update esp_crt_bundle certificates
2022-03-25 10:48:34 +05:30
Fu Hanxi
65354d74b3
ci: remove unused jobs
2022-03-25 12:57:15 +08:00
Fu Hanxi
9bb9b58b3b
ci: rename all the generic s3 tag to generic_s3_fixme
2022-03-25 12:56:58 +08:00
Mahavir Jain
9fea2a19c1
Merge branch 'bugfix/heap_allocator_fix_add_region' into 'master'
...
heap: Fix regression in `heap_caps_add_region` API related to address range checks
See merge request espressif/esp-idf!17570
2022-03-25 12:47:26 +08:00
Fu Hanxi
b37336f8b4
Revert "ci: temporarily disable S3 target tests"
...
This reverts commit 8df02332c1
.
2022-03-25 12:39:57 +08:00
Fu Hanxi
4a59bf9594
Revert "ci: temporarily disable s3 assign test"
...
This reverts commit 8a31c52825
.
2022-03-25 12:39:57 +08:00
morris
6be28e832b
Merge branch 'bugfix/coverity_scan_fix_driver' into 'master'
...
fix some driver "bugs" found by Coverity Scan
Closes IDF-4776
See merge request espressif/esp-idf!17566
2022-03-25 12:32:25 +08:00
Jakob Hasse
9e25e0ed4b
refactor (cxx): changed cxx unit tests to component unit tests
2022-03-25 12:14:02 +08:00
Mahavir Jain
98b8ca6475
heap: add test case for region overlap check condition
2022-03-25 09:36:48 +05:30
Mahavir Jain
f13e25d156
heap: Fix regression in heap_caps_add_region
API related to address range checks
...
Regression was introduced in 32408b718f
, which disallowed
addition of heap region with following condition:
`new_start < start && new_end == start`
This caused issues in Bluetooth APIs `esp_bt_mem_release` or `esp_bt_controller_mem_release`.
This commit fixes the problem and also adds API documentation for supported memory address
ranges in heap add region APIs.
2022-03-25 09:36:48 +05:30
Mahavir Jain
5479ac6b1d
docs/esp_crt_bundle: fix section reference for updating cert bundle
2022-03-25 07:34:25 +05:30
Mahavir Jain
19194f612d
docs: Add esp_tls_errors.h to API reference list
...
Closes DOC-2797
2022-03-25 07:31:41 +05:30
Michael (XIAO Xufeng)
bee9b6b9eb
spi: fixed crash when calling spi_bus_free when not initialized
...
introduced in 49a48644e4
Closes: https://github.com/espressif/esp-idf/issues/8642
2022-03-25 01:52:10 +08:00
Ondrej Kosta
8ce997f02c
Merge branch 'bugfix/eth_iperf_performance_iram' into 'master'
...
Eth iperf default sdkconfig: Enable lwIP IRAM optimization
See merge request espressif/esp-idf!17556
2022-03-24 23:16:35 +08:00
morris
de662b987e
driver: fix issue found by coverity scan
2022-03-24 21:36:03 +08:00
songruo
38090a0248
gpio: fix GPIO_IS_VALID_(OUTPUT_)GPIO macro
...
... which has the potential of doing bit shift by a negative amount
2022-03-24 21:36:03 +08:00
morris
31f9915603
driver: move deprecated drivers into single folder
2022-03-24 21:34:41 +08:00
morris
fe13b2ed50
lcd: add rgb isr iram safe callback test
2022-03-24 21:23:01 +08:00