morris
54cfdce964
Merge branch 'bugfix/bitscrambler_eof_mode' into 'master'
...
BitScrambler: Fixed the inconsistent EOF mode setting between assembler and driver
See merge request espressif/esp-idf!37499
2025-03-10 13:22:56 +08:00
Jiang Jiang Jian
4f5bed28e7
Merge branch 'bugfix/provisioning_sec2_aes_iv_usage' into 'master'
...
fix(provisioning): fix incorrect AES-GCM IV usage in security2 scheme
See merge request espressif/esp-idf!37226
2025-03-08 14:03:53 +08:00
Erhan Kurubas
2275c15f56
Merge branch 'fix/apptrace_basic_tests' into 'master'
...
test(apptrace): run tests from custom OpenOCD class
Closes IDF-10992
See merge request espressif/esp-idf!37342
2025-03-07 19:04:40 +08:00
Roland Dobai
62ce56c542
Merge branch 'fix/fix_kconfig_files' into 'master'
...
fix(kconfig): Fix issues with Kconfig files
See merge request espressif/esp-idf!36726
2025-03-07 18:24:06 +08:00
Mahavir Jain
00e8d1a832
fix(esp_local_ctrl): update for changes in protocomm security2 scheme
2025-03-07 13:49:12 +05:30
morris
7f88aa2621
Merge branch 'test/reenable_mcpwm_sync_example_test' into 'master'
...
test(mcpwm): reenable sync example test
Closes IDF-12541
See merge request espressif/esp-idf!37507
2025-03-07 11:31:49 +08:00
Erhan Kurubas
bb25c4ea67
test(apptrace): enable esp32c5 and esp32c61 tests
2025-03-06 01:13:50 +01:00
Erhan Kurubas
cf90a8c86b
test(apptrace): run tests from custom OpenOCD class
2025-03-06 01:13:40 +01:00
Mahavir Jain
843729c6f1
Merge branch 'feature/verify_chip_revision_during_ota' into 'master'
...
feat(esp_https_ota): added check for revision check while performing OTA
See merge request espressif/esp-idf!37270
2025-03-05 22:29:35 +08:00
Erhan Kurubas
feb9d8c157
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20250226' into 'master'
...
feat(tools): update openocd version to v0.12.0-esp32-20250226
See merge request espressif/esp-idf!37462
2025-03-05 22:24:35 +08:00
Kapil Gupta
3c7ca8f2c9
Merge branch 'bugfix/11kv_config_break' into 'master'
...
fix(esp_wifi): Correctly break 11kv config into wnm and rrm configs
Closes WIFIBUG-1065
See merge request espressif/esp-idf!37451
2025-03-05 18:28:26 +08:00
Erhan Kurubas
adf4822a31
test(hmac_soft_jtag): check jtag connection status properly
2025-03-05 10:51:48 +01:00
morris
603ebbbc99
test(mcpwm): reenable sync example test
2025-03-05 16:51:34 +08:00
Igor Udot
3b41e2ce9a
Merge branch 'ci/pytest-mark-formatter' into 'master'
...
Ci/pytest mark formatter
Closes IDFCI-2662 and IDFCI-2651
See merge request espressif/esp-idf!35476
2025-03-05 15:43:48 +08:00
Island
030cdf9807
Merge branch 'feat/added_change_to_ble_spp_client' into 'master'
...
feat(nimble): Allow BLE SPP Client to subscribe to the server
See merge request espressif/esp-idf!37376
2025-03-05 15:09:29 +08:00
morris
3f66b30680
Merge branch 'refactor/parlio_function_placement' into 'master'
...
refactor(parlio): function placement distinguishes from tx and rx driver
See merge request espressif/esp-idf!37382
2025-03-05 14:58:08 +08:00
Kapil Gupta
c058048085
fix(esp_wifi): Correctly break 11kv config into wnm and rrm configs
2025-03-05 12:24:11 +05:30
morris
ee668ee658
test(BitScrambler): added more basic test cases
...
e.g. to test different eof mode, prefetch mode
2025-03-05 14:41:49 +08:00
Shreeyash
19716c764d
feat(nimble): Allow BLE SPP Client to subscribe to the server
2025-03-05 11:26:16 +05:30
Fu Hanxi
03b4711ed2
test: disable esp32c6 test for examples/peripherals/mcpwm/mcpwm_sync
2025-03-05 12:08:48 +08:00
igor.udot
daf2d31008
test: format all test scripts
2025-03-05 12:08:48 +08:00
Island
5787da0aec
Merge branch 'feat/ble_read_long_value' into 'master'
...
feat(ble/bluedroid): Add Read Long Characteristic Values example
Closes FCS-1676
See merge request espressif/esp-idf!37273
2025-03-04 21:13:37 +08:00
morris
ca2e1c71c4
Merge branch 'bugfix/rmt_simple_encoder_example' into 'master'
...
fix(example): wrong ws2812 reset duration
Closes IDFGH-14759
See merge request espressif/esp-idf!37447
2025-03-04 11:10:14 +08:00
Jan Beran
2ccbb2f91d
fix(kconfig): Fix issues with Kconfig files
2025-03-03 13:02:41 +01:00
David Čermák
9715729b27
Merge branch 'fix/common_connect_sema_race' into 'master'
...
fix(connect): Fix wifi_connect to delete semaphores after waiting on them
See merge request espressif/esp-idf!37164
2025-03-03 20:01:15 +08:00
morris
d96e325388
fix(example): wrong ws2812 reset duration
...
Closes https://github.com/espressif/esp-idf/issues/15498
2025-03-03 17:19:21 +08:00
morris
15b7f99f1d
refactor(parlio): function placement distinguish from tx and rx driver
2025-03-03 11:00:59 +08:00
nilesh.kale
714ebfc0d1
feat(esp_https_ota): added check for revision check while performing OTA
...
This commit added check to verify revision while performing OTA process.
OTA with version greater than chip revision will be prohibited.
2025-02-28 17:00:47 +05:30
Hrushikesh Bhosale
3420672964
Merge branch 'feat/esp_http_client_requests_logs' into 'master'
...
feat(esp_http_client): Unable to recognise http requests logs
See merge request espressif/esp-idf!37328
2025-02-28 17:41:19 +08:00
Hrushikesh Bhosale
262b9215f7
Merge branch 'feat/enable_pytest_for_async_handler' into 'master'
...
feat(http_server/async_handler): Http server async pytest was not enabled
Closes IDF-12544
See merge request espressif/esp-idf!37262
2025-02-28 16:06:51 +08:00
hrushikesh.bhosale
06da436a4c
feat(http_server/async_handler): Http server async pytest was not enabled
...
Pytest for the http_server/async_handler example was not enabled,
this ensures that the pytest is enabled
2025-02-28 11:23:26 +05:30
Rahul Tank
891f86d649
fix(nimble): Keep only BLE_GAP_EVENT_CONNECT gap event
2025-02-27 16:21:31 +05:30
Frantisek Hrbata
4f968c3fc5
Merge branch 'contrib/github_pr_15401' into 'master'
...
Fix idf_as_lib example (GitHub PR)
Closes IDFGH-14655
See merge request espressif/esp-idf!37127
2025-02-27 15:00:12 +08:00
hrushikesh.bhosale
9d8805563d
feat(esp_http_client): Unable to recognise http requests logs
...
In the esp_http_client_example, it becomes difficult to
determine which request or request type a log belongs to.
2025-02-26 17:19:48 +05:30
zhanghaipeng
32e4fb79e8
feat(ble/bluedroid): Add Read Long Characteristic Values example
2025-02-26 10:37:53 +08:00
Gao Xu
d17b0ed4fe
Merge branch 'feature/esp32h21_gpio_support' into 'master'
...
feat(esp32h21): support GPIO on esp32h21
Closes IDF-11611
See merge request espressif/esp-idf!36781
2025-02-25 11:12:54 +08:00
Wan Lei
73eb376eb1
Merge branch 'feat/h21_gptimer_support' into 'master'
...
feat(driver_gptimer): esp32h21 add basic gptimer support
Closes IDF-11594
See merge request espressif/esp-idf!37028
2025-02-24 19:32:11 +08:00
gaoxu
760f134d84
feat(esp32h21): support GPIO on esp32h21
2025-02-24 17:24:16 +08:00
Mahavir Jain
18c09cfe64
Merge branch 'fix/fix_security_app_readme' into 'master'
...
fix(security): Fixed README for security features app
See merge request espressif/esp-idf!37140
2025-02-24 16:08:39 +08:00
wanckl
cfe4bf339f
feat(driver_gptimer): esp32h21 add basic gptimer support
2025-02-21 20:22:41 +08:00
Aditya Patwardhan
786dcacd8b
fix(security): Fixed README for security features app
2025-02-20 22:05:48 +05:30
Adam Múdry
bbd9acee93
Merge branch 'test/reenable_perf_benchmark_c61' into 'master'
...
test: Re-enable perf_benchmark test for C61
Closes IDF-10977
See merge request espressif/esp-idf!37073
2025-02-20 19:35:43 +08:00
David Cermak
dd27588ea7
fix(connect): Fix wifi_connect to delete semaphores after waiting on them
...
On wifi-disconnect (after all retries), we signal to the IP semaphores
and delete them immediately, while the wait thread might be still
holding on them causing:
```
I (1682) example_connect: Waiting for IP(s)
I (4092) example_connect: Wi-Fi disconnected 201, trying to reconnect...
I (6502) example_connect: WiFi Connect failed 2 times, stop reconnect.
assert failed: spinlock_acquire spinlock.h:142 (lock->count == 0)
```
2025-02-20 11:34:51 +01:00
morris
45b1141f8f
change(blink): default gpio changed for esp32s3 devkitc v1.1
...
https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-devkitc-1/user_guide.html
Also related to: https://github.com/espressif/esp-idf/issues/8547
2025-02-20 10:15:48 +08:00
Darian Leung
3b28818ba4
fix(examples): idf_as_lib linux build
...
The Linux build was broken after IDF flash API was updated without updating
the Linux stub library in the example. This commit updates the spi_flash stub
library such that:
- The API now matches same API as IDF's spi_flash component
- Links the stub_esp32 library to pull in basic types and defines
2025-02-19 18:41:05 +08:00
Darian Leung
0b6922405d
fix(examples): idf_as_lib move flash_ops.c to spi_flash stub library
...
Example linux build of the example demonstrates "esp32" and "spi_flash" stub
libraries (roughly analogous to "esp_system" and "spi_flash" components).
This commit moves the "flash_ops.c" file to the "spi_flash" stub library as it
is a flash related funciton.
Also renamed the header to "esp_flash.h" (in order to match current header name
in IDF). This is a prerequisite to fixing the linux build of this example.
2025-02-19 18:41:05 +08:00
Darian Leung
5301eaf0d8
fix(examples): Fix idf_as_lib for esp32p4
...
The build-esp32p4.sh and run-esp32p4.sh scripts are not symbolic links to the
base scripts, leading to a "permission denied" error. This commit changes their
types to symbolic links, in line with the other targets.
2025-02-19 18:39:18 +08:00
Adam Múdry
fcb1e8ad5c
test: Re-enable perf_benchmark test for C61
2025-02-18 13:53:56 +01:00
Ondrej Kosta
b5aef58afe
Merge branch 'bugfix/ci_eth_ip' into 'master'
...
iperf fix on SH runners
Closes IDFCI-2718
See merge request espressif/esp-idf!36661
2025-02-18 19:51:54 +08:00
Wan Lei
f2c8b32075
Merge branch 'feat/spi_slave_pm_add_api' into 'master'
...
feat(spi_slave): add api for pm lock control
See merge request espressif/esp-idf!30766
2025-02-18 11:30:44 +08:00