Jiang Jiang Jian
cae81c6d0b
Merge branch 'bugfix/ifdef_cplusplus_bracket_v5.0' into 'release/v5.0'
...
bugfix(wifi): Add missing brackets in the C++ guard (Backport v5.0)
See merge request espressif/esp-idf!36849
2025-02-28 11:50:17 +08:00
akshat
d753986556
bugfix(wifi): Fix header file errors and remove esp_supplicant from check_public_headers_exceptions.txt
2025-02-27 13:56:17 +08:00
Zhang Hai Peng
2f9c756d74
feat(ble/bluedroid): Support change HID task size by Kconfig in HID example
...
(cherry picked from commit d4b3a7e99d29150d9718415384db7ac5ae7673d5)
Co-authored-by: Mitch Cairns <mitch.cairns@handheldlegend.com>
2025-02-23 17:49:07 +08:00
Martin Vychodil
889cfabc89
fix(security): Fixed ESP32S2 memory protection check for Peri1 RTCSLOW interrupt
...
- fixes the issue found in https://github.com/espressif/esp-idf/issues/15359
- extends debug printouts in the related tests
2025-02-19 19:40:23 +01:00
Song Ruo Jing
d555ea2b00
fix(gpio): patched esp_rom_gpio_connect_out_signal for esp32 and esp32s2
...
The original ROM function enabled output for the pad first, and then connected the signal
This could result in an undesired level change at the pad
Closes https://github.com/espressif/esp-idf/issues/12826
2024-12-25 13:56:46 +08:00
Island
f924f612cf
Merge branch 'bugfix/fix_hid_crash_v5.0' into 'release/v5.0'
...
fix(ble): Fix crash issue during logging (v5.0)
See merge request espressif/esp-idf!35507
2024-12-12 09:06:02 +08:00
Roshan Bangar
0fd1300d50
feat(nimble): added HID over Gatt profile support
2024-12-10 15:45:26 +05:30
zhanghaipeng
d5446608e3
feat(bt): Add support for converting BT HCI logs to btsnoop format
2024-12-09 17:50:19 +08:00
Martin Vychodil
94250f0521
Merge branch 'bugfix/nvs_entry_sanity_check_v5.0' into 'release/v5.0'
...
Bugfix/added nvs entry header sanity checks (v5.0)
See merge request espressif/esp-idf!34296
2024-11-14 21:39:39 +08:00
radek.tandler
508c251fd2
fix(storage/nvs): Fixed hadling of inconsistent values in NVS entry header
...
feat(storage/nvs): Added test cases for damaged entries with correct CRC
2024-11-14 11:50:44 +01:00
Fu Hanxi
233429b4a3
ci: replace internal clang-tidy runner with the pypi project
2024-10-22 13:23:21 +02:00
Xiao Xufeng
563641f948
ci(h2): disable build test for h2
2024-09-19 22:57:13 +08:00
Sudeep Mohanty
90b92791a7
fix(freertos): Added freertos fragments to the exception list of ldgen mapping checks
...
This commit adds freertos and esp_ringbuf linker fragment sections
to the exception list of the ldgen mappings checker script.
2024-08-30 09:19:24 +02:00
Rahul Tank
91a0c33322
feat(nimble): BLE_GAP_EVENT_LINK_ESTAB event to ensure link established
2024-08-21 20:55:28 +05:30
Rahul Tank
a644f49cf7
fix(wifi_prov): Added API to set random address
2024-07-24 21:00:54 +05:30
Harshit Malpani
90d0689331
fix(esp-tls): Use TLS 1.2 and TLS 1.3 simultaneously
...
This commit fixes the issue with TLS 1.2 connection when TLS 1.3 is
enabled in config.
2024-05-02 17:15:08 +05:30
wuzhenghui
c6186be010
fix(esp_pm): update CPU frequency immediately after updating pm_config
...
Closes https://github.com/espressif/esp-idf/issues/13492
2024-04-07 14:50:25 +08:00
Martin Vychodil
05a45e9c96
Merge branch 'bugfix/nvs_lock_initi_and_multipage_blob_v5.0' into 'release/v5.0'
...
Bugfix/nvs Improved handling of BLOB during unreliable power environment and concurrent data access scenarios (v5.0)
See merge request espressif/esp-idf!29322
2024-03-13 23:06:23 +08:00
Jiang Jiang Jian
d409df4bfb
Merge branch 'contrib/github_pr_12867_v5.0' into 'release/v5.0'
...
fix(esp32): Removed rogue semicolon in #define in esp_smartconfig.h (GitHub PR) (v5.0)
See merge request espressif/esp-idf!29113
2024-03-04 10:44:28 +08:00
Marius Vikhammer
f00e5a042f
Merge branch 'ci/new-known_failure_cases_workflow(v5.0)' into 'release/v5.0'
...
ci: change known_failure_cases workflow(v5.0)
See merge request espressif/esp-idf!27964
2024-03-01 15:04:04 +08:00
Simon H
515f085f70
fix(esp_wifi): Remove semicolon from SMARTCONFIG_START_CONFIG_DEFAULT
...
Removed rogue semicolon from SMARTCONFIG_START_CONFIG_DEFAULT() macro. This
fixes build issues when this macro is used via C++ brace initialization.
Closes https://github.com/espressif/esp-idf/pull/12867
[Darian Leung: Updated commit message]
Signed-off-by: Darian Leung <darian@espressif.com>
2024-02-29 17:59:51 +08:00
radek.tandler
56cb47be79
fix(nvs): Improved lockig mechanism for initialization phase
2024-02-28 12:43:51 +01:00
Jiang Jiang Jian
6d5f4bcda6
Merge branch 'feat/use_esp_debug_backend_pkg' into 'release/v5.0'
...
Replace 'debug_backend' with 'esp-debug-backend' from PyPi
See merge request espressif/esp-idf!28820
2024-02-23 10:42:38 +08:00
Peter Dragun
575e924d61
fix(tools): catch more general errors in python dependency checker
2024-02-22 11:33:52 +01:00
Alexey Gerenkov
164be1cd52
tests: Replace 'debug_backend' with 'esp-debug-backend' from PyPi
2024-01-31 18:49:21 +03:00
igor.udot
8003214fd5
ci: change known_failure_cases workflow
2024-01-30 14:27:42 +08:00
Jakub Kocka
cb6de0af4e
fix(kconfcheck): Fixed false-positive indent errors and extended limits
2024-01-15 09:15:58 +01:00
xueyunfei
e0cdfe3590
Fix(esp_wifi): Add the missing header file to the wifi header files
2024-01-03 10:38:31 +08:00
morris
6dc42296d7
Merge branch 'contrib/github_pr_12559_v5.0' into 'release/v5.0'
...
fix(spi): Correct REG_SPI_BASE(i) macro for all targets (GitHub PR) (v5.0)
See merge request espressif/esp-idf!27716
2023-12-19 16:50:14 +08:00
TD-er
a27b43a6db
fix(spi): Correct REG_SPI_BASE(i) macro for all targets
...
The existing formula can never match these registers.
Closes https://github.com/espressif/esp-idf/pull/12559
Closes https://github.com/espressif/esp-idf/pull/12562
2023-12-06 16:27:06 +08:00
harshal.patil
b72804340c
fix(mbedtls): move interrupt allocation during initialization phase
2023-12-01 16:49:47 +05:30
Jiang Jiang Jian
ae02cc7b7c
Merge branch 'feat/dynamic_integration_pipeline_v5.0' into 'release/v5.0'
...
CI: dynamic integration pipeline v5.0
See merge request espressif/esp-idf!26947
2023-11-23 15:17:12 +08:00
Jiang Jiang Jian
85651c507f
Merge branch 'contrib/github_pr_12558_v5.0' into 'release/v5.0'
...
Fix: esptool_py incorrectly assumed target name equals binary name (GitHub PR) (v5.0)
See merge request espressif/esp-idf!27272
2023-11-23 15:13:59 +08:00
Jiang Jiang Jian
a8caeb9af4
Merge branch 'bugfix/fix_lightsleep_current_leakage_on_usj_pad_v5.0' into 'release/v5.0'
...
fix(esp_hw_support): fix lightsleep current leakage on usb pad (backport v5.0)
See merge request espressif/esp-idf!27208
2023-11-23 14:46:38 +08:00
wuzhenghui
ead822e6ee
fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad
2023-11-23 10:21:02 +08:00
Frantisek Hrbata
d587d24c43
feat(ci): add test for custom cmake CMAKE_EXECUTABLE_SUFFIX
...
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2023-11-22 14:44:18 +00:00
Chen Yudong
29a2249170
ci: dynamic integration test child pipeline
2023-11-15 05:49:32 +00:00
Roland Dobai
1e69dbf6cf
ci(fix): Improve the stability of the autocomplete tests
2023-11-09 14:10:13 +01:00
Michael (XIAO Xufeng)
1db67a7133
Merge branch 'bugfix/spi_master_fifo_use_dma_v5.0' into 'release/v5.0'
...
fix(spi): fixed undesired touching to DMA (v5.0)
See merge request espressif/esp-idf!26771
2023-11-02 21:11:10 +08:00
Jiang Jiang Jian
03732b50fd
Merge branch 'feature/pbkdf2_fast_implementation_v5.0' into 'release/v5.0'
...
change(esp_wifi): Copy fastpbkdf2 implementation
See merge request espressif/esp-idf!26852
2023-11-02 15:12:20 +08:00
Xiao Xufeng
93e973fa21
fix(spi): fixed undesired touching to DMA
...
Closes https://github.com/espressif/esp-idf/issues/12241
2023-11-02 12:32:40 +08:00
Kapil Gupta
973aca32be
change(esp_wifi): Port fast_pbkdf2 implementation for mbedlts
...
Add changes to use fast_pbkdf2 as default for PMK calculations.
fast_pbkdf2 is significantly faster than current implementations
for esp chips.
Also removes unnecessary code for pbkdf-sha256 and pbkdf-sha512.
2023-11-01 21:56:56 +05:30
Kapil Gupta
5d26770886
change(esp_wifi): Copy fastpbkdf2 implementation
...
Copy pbkdf2 implementation from https://github.com/ctz/fastpbkdf2(3c56895)
2023-11-01 21:56:48 +05:30
Sarvesh Bodakhe
c90353291c
fix(esp_wifi): Fix issue of station disconnecting immediately when AP RSSI is zero
2023-10-31 20:38:17 +08:00
Erhan Kurubas
9fc58a706d
fix(interrupts): reorder esp32s3 irq names to align with the respective irq numbers
2023-10-17 09:02:31 +02:00
Jiang Jiang Jian
1f870c8102
Merge branch 'feature/rename_wpa2_ent_to_eap_client_v5.0' into 'release/v5.0'
...
WiFi: Rename WPA2 enterprise APIs to EAP Client. (v5.0)
See merge request espressif/esp-idf!26098
2023-10-07 14:33:17 +08:00
Fu Hanxi
5e2c3e23ae
ci: fix breaking change in idf-build-apps 1.0.0
...
x
2023-09-29 14:16:14 +02:00
Kapil Gupta
30cfd31ea5
change(example): Update wifi enterprise example
2023-09-21 11:54:36 +05:30
wanglai@espressif.com
5f243e9b95
fix(bt/bluedroid): Changed HID related copyright automatically
2023-09-07 14:20:36 +08:00
Ivan Grokhotkov
ce8f2dc894
esp_rom: convert USB related headers to SPDX, update COPYRIGHTS.rst
2023-07-18 18:15:37 +02:00