Darian
3d35fbe211
Merge branch 'bugfix/usb_hcd_interrupt_alloc_error_return' into 'master'
...
USB Host: Fix coverity issues with hcd_install()
Closes IDF-7442
See merge request espressif/esp-idf!24360
2023-06-24 03:49:01 +08:00
Mahavir Jain
1fc1f7a582
Merge branch 'fix_pre_encrypted_ota_with_updated_component' into 'master'
...
examples: pre_encrypted_ota: update to newer API from esp_encrypted_img component
See merge request espressif/esp-idf!24083
2023-06-24 01:11:20 +08:00
Harshit Malpani
b9caa324bc
examples: pre_encrypted_ota: update to newer API from esp_encrypted_img component
...
The members of the esp_decrypt_cfg_t configuration structure have been updated to correctly
reflect that we are using RSA private key member for the decryption purpose. Earlier their names were
incorrect. This old names have been marked as deprecated for IDF 5.2 release. This change can be viewed
at https://github.com/espressif/idf-extra-components/pull/187 and its part of esp_encrypted_img
component version 2.0.4
This commit updated to newer API usage from esp_encrypted_img component v2.0.4 for
pre_encrypted_ota example.
2023-06-23 21:04:41 +05:30
Martin Vychodil
9735e6147a
Merge branch 'revamp/wear_levelling_component' into 'master'
...
Revamp variable names and update code documentation for wear levelling component
See merge request espressif/esp-idf!23012
2023-06-23 19:29:25 +08:00
Shreyas Sheth
42f2cdb8e0
esp_wifi: Bugfix NVS get values for sae_pwe
2023-06-23 14:16:46 +05:30
harshal.patil
f0ae5bd25a
mbedtls: update submodule to include:
...
fix: mbedtls_ecdsa_can_do was not being defined when ECDSA_SIGN_ALT is defined but ECDSA_VERIFY_ALT is not defined causing mbedtls_ecdsa_verify_restartable to always fail.
feature: initial version of the sbom.yml file
2023-06-23 14:07:45 +05:30
Harshit Malpani
20ed23bcd0
CI: fix esp_http_client example failures in CI. Timeout was observed in the logs while performing HTTP requests. Changing the endpoint when testing in CI
2023-06-23 10:32:20 +05:30
Aditya Patwardhan
3f58defcc9
Merge branch 'contrib/github_pr_11724' into 'master'
...
esp_http_client: Fix unsigned integer overflow (GitHub PR)
Closes IDFGH-10477
See merge request espressif/esp-idf!24366
2023-06-23 12:53:22 +08:00
Mahavir Jain
62634fcced
Merge branch 'feature/add_documentation_for_external_flash_encryption' into 'master'
...
flash_encryption_docs: Add documentation regarding enabling flash encryption externally through espefuse tool
Closes IDF-7107
See merge request espressif/esp-idf!23220
2023-06-23 12:36:12 +08:00
laokaiyao
1b22591ea7
i2s: fixed i2s_ll compiling failure under C++ evironment
...
Closes: https://github.com/espressif/esp-idf/issues/11625
2023-06-23 11:41:43 +08:00
Aditya Patwardhan
d9b66226cd
docs/security: Separate documents under different subsection
2023-06-23 08:15:13 +05:30
Aditya Patwardhan
2a4fddb48b
docs/Security:Add references to second stage bootloader to avoid confusion bettwen
...
bootloader and 2nd stage bootloader
2023-06-22 17:18:08 +05:30
Island
1c53adf47b
Merge branch 'feature/walkthrough_for_htp_examples' into 'master'
...
Nimble: Added Example Walkthrough tutorial for HTP example in nimble
See merge request espressif/esp-idf!23965
2023-06-22 17:39:59 +08:00
Mahavir Jain
020bea7491
Merge branch 'contrib/github_pr_11715' into 'master'
...
esp_ota_ops.h: typo fix (GitHub PR)
Closes IDFGH-10468
See merge request espressif/esp-idf!24363
2023-06-22 01:53:04 +08:00
Radek Tandler
c48c6d2e6c
Merge branch 'bugfix/macos_build_error' into 'master'
...
build: fixed missing condition preventing linking libgcc when building using clang for linux target
See merge request espressif/esp-idf!24250
2023-06-22 00:03:03 +08:00
C.S.M
ce0d111b5e
Merge branch 'bugfix/temperature_weak_link_phy_xpd' into 'master'
...
temperature_sensor: make `phy_xpd_tsens` link to phy_lib on esp32c2
See merge request espressif/esp-idf!24320
2023-06-21 19:23:41 +08:00
Rahul Tank
0d5ce55e08
Nimble: Added Example Walkthrough tutorial for HTP example in nimble
2023-06-21 16:20:59 +05:30
Rahul Tank
9403cea79b
Merge branch 'docs/walkthrough_for_multi_adv_examples' into 'master'
...
Nimble: Added Example Walkthrough tutorial for Multi Adv example
See merge request espressif/esp-idf!23985
2023-06-21 18:40:32 +08:00
Darian Leung
a1ed398481
usb_host: Fix coverity issues with hcd_install()
...
- Use single "err_ret" variable for returning errors
- Simplify bail out procedure by using more labels
2023-06-21 17:50:20 +08:00
Chen Yu Dong
1efcd78077
Merge branch 'bugfix/connection_to_hidden_AP_fail' into 'master'
...
Fix connection to hidden AP in APSTA mode for C6
See merge request espressif/esp-idf!23912
2023-06-21 17:23:40 +08:00
Adam Múdry
098cab35e4
NVS: nvs_tool.py entry.data None check fix
2023-06-21 11:23:22 +02:00
Sudeep Mohanty
38c1759fb4
lp-core-uart: Added support for printf to the LP core
...
This commit adds a minimal logging driver for the LP core. The logging
driver provides a printf function which is built on top of the LP UART
driver. The commit also adds an example to demonstrate how to use print
statements in an LP core program.
2023-06-21 11:16:13 +02:00
Sudeep Mohanty
3638082670
lp-core-uart: Added LP UART support for LP core
...
This commit adds a UART driver for the LP core to interact with the LP
UART. The commit also adds an example to demonstrate the usage of the LP
UART driver.
2023-06-21 11:16:13 +02:00
Sonika Rathi
4585ff806a
Revamp variable names and update code documentation for wear levelling component
...
wear levelling code cleanup
2023-06-21 10:34:24 +02:00
Abhik Roy
ff0135448b
Merge branch 'examples/wifi_repeater' into 'master'
...
examples:Added example for NAT from Wifi AP to STA.
See merge request espressif/esp-idf!22567
2023-06-21 16:18:45 +08:00
Tomas Sebestik
d8c787ab4a
ci(danger): Add check for conventional commits
...
Add DangerJS check for convetional commit style.
Add conventional-precommit-linter hook
https://github.com/espressif/conventional-precommit-linter
2023-06-21 09:54:47 +02:00
aleks
2c7ea7f819
examples: modbus add support for target esp32h2
2023-06-21 09:53:02 +02:00
zhangwenxu
de7a39477f
esp_phy: fix rtc_printf and libbtbb version print
2023-06-21 15:45:38 +08:00
Konstantin Kondrashov
f29cff3243
Merge branch 'bugfix/systick_loop' into 'master'
...
freertos: Fix Systick stuck when systimer was not reset
Closes WIFI-6052
See merge request espressif/esp-idf!24306
2023-06-21 15:28:16 +08:00
wuzhenghui
6fe405bffc
ci: fix failed ci test jobs
2023-06-21 15:24:50 +08:00
Jin Cheng
ec8a34628f
Fixed the issue of alarm leak in hf-ag
2023-06-21 15:24:05 +08:00
Jin Cheng
68c9a492ac
Fixed the issue of alarm leak in A2DP
2023-06-21 15:24:05 +08:00
Gong Yan Tao
d2fb7240a7
Merge branch 'docs/update_esp_hid_host' into 'master'
...
[docs] fix documents for Bluetooth HID Host API reference
Closes BT-3328
See merge request espressif/esp-idf!17602
2023-06-21 15:01:32 +08:00
Zim Kalinowski
af8c1d7cff
Merge branch 'feature/qemu-esp-rom' into 'master'
...
esp_rom: enable qemu tests
Closes IDF-7327
See merge request espressif/esp-idf!21417
2023-06-21 14:31:24 +08:00
Rahul Tank
df2612d104
Nimble: Corrected conditional check during connection to handle failure case
2023-06-21 11:56:36 +05:30
Zim Kalinowski
5a1d37dd11
Merge branch 'feature/qemu-esp-event' into 'master'
...
enabling qemu on esp_event
Closes IDF-7329
See merge request espressif/esp-idf!21098
2023-06-21 14:03:27 +08:00
Zim Kalinowski
f3a19a3eea
Merge branch 'feature/heap-enable-qemu-tests' into 'master'
...
heap: enable qemu tests
Closes IDF-7326
See merge request espressif/esp-idf!20999
2023-06-21 14:03:00 +08:00
wangmengyang
d4ac2380e7
component/docs: enable generation of API-reference documents for Bluetooth HID host
2023-06-21 12:02:58 +08:00
wuzhenghui
679ae47271
sleep: enable sleep reject when entering deep sleep and return err if sleep request is rejected
2023-06-21 11:27:40 +08:00
Wu Zheng Hui
392e6aa867
Merge branch 'bugfix/increase_pm_dump_time_field_length' into 'master'
...
Power Management: increase pm_dump time field width
Closes IDFGH-10457
See merge request espressif/esp-idf!24330
2023-06-21 10:58:41 +08:00
Cao Sen Miao
47ec252dde
temperature_sensor: make as a weak link
2023-06-21 10:50:57 +08:00
hwqchi
482f6340b9
esp_http_client: Fix unsigned integer overflow
...
Fix unsigned integer overflow when `content_length` is -1.
The proposed change is to modify the format specifier for content_length from PRIu64 to PRId64, which will print the signed value as a 64-bit integer instead.
2023-06-21 04:42:03 +08:00
radim.karnis
4020b0deb0
fix: Compatibility with pyparsing>=3.1.0
2023-06-20 19:45:05 +02:00
Zim Kalinowski
4d005b0fbc
Merge branch 'feature/ringbuf-enable-qemu-tests' into 'master'
...
ringbuf: enable qemu tests
Closes IDF-7336
See merge request espressif/esp-idf!21057
2023-06-20 23:06:59 +08:00
Zim Kalinowski
f3fa1fd891
esp_rom: enable qemu tests
2023-06-20 16:57:53 +02:00
Marcel Petrick
edb53c1a85
esp_ota_ops.h: typo fix
2023-06-20 16:39:07 +02:00
Abhik Roy
baaa4c8910
examples:Added example for NAT from Wifi AP to STA.
2023-06-21 00:25:53 +10:00
Zim Kalinowski
c472e2e9af
esp_event: enable qemu tests
2023-06-20 16:19:01 +02:00
Zim Kalinowski
2b4137d212
heap: enable qemu tests
2023-06-20 16:03:41 +02:00
wuzhenghui
ef8e8c1719
bugfix: increase pm_dump time field width
...
Closes https://github.com/espressif/esp-idf/issues/11704
2023-06-20 20:17:50 +08:00