Shu Chen
d93e84b65d
Merge branch 'fix/ci_restart_avahi_daemon' into 'master'
...
fix(ci): restart avahi-daemon
See merge request espressif/esp-idf!36278
2025-01-21 12:35:58 +08:00
zwx
508cb1f97d
fix(ci): restart avahi-daemon in otbr service discovery test case
2025-01-21 11:23:34 +08:00
Yuan Hong Hui
cdb757ba28
bugfix(example): remove test config in sdkconfig.defaults
2025-01-20 14:20:29 +08:00
Jiang Jiang Jian
4f8bf6b98e
Merge branch 'fix/fix_coex_macro_control' into 'master'
...
fix(openthread): use the correct macros to control code compilation
See merge request espressif/esp-idf!36362
2025-01-16 20:34:20 +08:00
Tomas Rezucha
70ead76a4d
Merge branch 'refactor/usb_merge_p4_phy' into 'master'
...
refactor(usb/phy): Merge P4 and S2/S3 PHYs into one module
Closes IDF-11902
See merge request espressif/esp-idf!36249
2025-01-16 16:39:21 +08:00
Nachiket Kukade
4beb9b7390
Merge branch 'bugfix/nan_console_restart' into 'master'
...
fix(examples): Error when NAN Discovery is started more than once (GitHub PR)
See merge request espressif/esp-idf!34751
2025-01-16 14:55:53 +08:00
entrop1a
b62c4e07e4
fix(examples): Error when NAN Discovery is started more than once
...
Merges https://github.com/espressif/esp-idf/pull/14762
2025-01-16 11:26:58 +05:30
Xu Si Yu
b982374fa7
fix(openthread): use the correct macros to control code compilation
2025-01-16 11:40:20 +08:00
Tomas Rezucha
65c2cc095d
refactor(usb/phy): Merge P4 and S2/S3 PHYs into one module
...
P4 had separate PHY implementation for initial bring-up,
now we can merge it with the original PHY driver.
2025-01-15 11:18:10 +01:00
David Čermák
ed14b8d3f8
Merge branch 'fix/lwip_ping_getnetif_threadsafe' into 'master'
...
fix(lwip): Fix ping session calling thread unsafe API
Closes IDFGH-14183
See merge request espressif/esp-idf!35527
2025-01-14 18:16:51 +08:00
morris
fdb1897392
Merge branch 'change/bs_cmake_cleanup' into 'master'
...
change(bs): some refactor to the bitscrambler component
See merge request espressif/esp-idf!36148
2025-01-14 16:33:25 +08:00
Mahavir Jain
7d75dea34a
Merge branch 'feat/https_examples_pytest_with_esp32c2_rom_mbedtls' into 'master'
...
ci(https/examples): Enabled https examples pytest with config esp32c2_rom_mbedtls
See merge request espressif/esp-idf!33910
2025-01-14 12:17:10 +08:00
morris
8de8558841
fix(bitscrambler): example timeout in the bsasm
...
also added example pytest
2025-01-13 22:58:27 +08:00
Mahavir Jain
5238519048
Merge branch 'bugfix/enable_simple_http_server_on_linux' into 'master'
...
fix(examples): simple http_server example build for Linux target
See merge request espressif/esp-idf!36277
2025-01-13 19:44:45 +08:00
Omar Chebib
52b558d218
Merge branch 'feature/enable_fp_backtracing' into 'master'
...
feat(riscv): implement frame pointer option for backtracing
See merge request espressif/esp-idf!32342
2025-01-13 18:11:49 +08:00
Kevin (Lao Kaiyao)
0da23b800d
Merge branch 'revert/i2s_apll_pm_type' into 'master'
...
fix(i2s): lock APB when using apll with DFS feature
Closes IDFGH-13860
See merge request espressif/esp-idf!36096
2025-01-13 16:52:04 +08:00
Mahavir Jain
5c5e80ca24
Merge branch 'feat/remove_pre_encrypted_ota_example_support' into 'master'
...
feat(ota): Remove the pre_encrypted_ota example from eps-idf
See merge request espressif/esp-idf!35891
2025-01-13 16:06:35 +08:00
hrushikesh.bhosale
8ea58f3d36
feat(ota): Remove the pre_encrypted_ota example from eps-idf
...
1. Remove the pre_encrypted_ota example from the esp-idf as we have
moved this example idf-extra-components repository under esp_encrypted_img
component
2. Added the migration guide for 5.5 release
2025-01-13 11:33:14 +05:30
Rahul Tank
a77c4e7eef
Merge branch 'bugfix/fix_few_nimble_issues' into 'master'
...
fix(nimble): Fix few nimble issues 11012025
Closes BLERP-1469 and BLERP-1477
See merge request espressif/esp-idf!36252
2025-01-13 13:19:34 +08:00
Mahavir Jain
25fe9e50eb
fix(ci): use component dependency pattern in build yml
2025-01-13 09:10:04 +05:30
laokaiyao
b35cdaf818
docs(i2s): add application notes to es7210 example
2025-01-10 20:28:36 +08:00
Abhinav Kudnar
49132a5943
feat(nimble): Additional changes in PAWR IDF Examples/support for ESP IP
2025-01-10 17:03:51 +05:30
laokaiyao
09b15b479a
refactor(touch): update touch related examples to use new API
2025-01-10 16:42:36 +08:00
Ondrej Kosta
4762db2dd8
Merge branch 'ci/iperf_esp32p4' into 'master'
...
ci(esp_eth): added ESP32P4 to iperf CI test
See merge request espressif/esp-idf!35540
2025-01-10 15:33:29 +08:00
Song Ruo Jing
486c95557a
Merge branch 'bugfix/gpio_8_16_bit_access' into 'master'
...
feat(gpio): add gpio_config_as_analog() API
Closes IDF-10247 and IDFGH-12754
See merge request espressif/esp-idf!35856
2025-01-10 15:14:19 +08:00
Frantisek Hrbata
5b5e6f6a1a
Merge branch 'feat/plugins_trim_build' into 'master'
...
feat(examples): trim down the plugins example build
Closes IDF-11779
See merge request espressif/esp-idf!36185
2025-01-10 15:07:31 +08:00
Mahavir Jain
6502148fdc
fix(examples): simple http_server example build for Linux target
...
Static task creation on Linux target had issues with insufficient stack
memory allocation. Type of `StackType_t` is `unsigned long` and hence
it must be considered during stack memory allocation.
Fix ensures proper working of simple HTTP server example.
2025-01-10 09:50:18 +05:30
laokaiyao
364371ac97
ci(i2s): re-enable example pytest exceptions
2025-01-09 17:23:36 +08:00
Chen Yu Dong
3a94fed34f
Merge branch 'ci/fix_example_network_build_rules' into 'master'
...
ci: fix network examples build test rules
Closes IDFCI-2595
See merge request espressif/esp-idf!36181
2025-01-09 14:43:06 +08:00
Omar Chebib
1e0cdcbd13
feat(heap): enable heap tracing for the RISC-V targets
...
When the frame pointer is enabled, it is possible for RISC-V targets to now
possible to enable and generate heap call traces.
2025-01-09 11:57:02 +08:00
Song Ruo Jing
3fde2017cd
refactor(rtcio): update comments for rtc_io header file
...
Closes https://github.com/espressif/esp-idf/issues/13735
2025-01-08 16:49:34 +08:00
Zhang Hai Peng
80b28a9816
Merge branch 'bugfix/fix_ble_conn_fail_in_ci' into 'master'
...
fix(ble/bluedroid): Optimize CI configuration for Bluedroid example
Closes IDFCI-2628
See merge request espressif/esp-idf!36138
2025-01-08 10:05:41 +08:00
Ondrej Kosta
b07db010ac
ci(esp_eth): added ESP32P4 to iperf CI test
...
Updated (increased) ETH_THROUGHPUT_SPI_ETH limits.
Improved iperf optimization description
2025-01-07 12:41:54 +01:00
Chen Yudong
28054277c7
ci: fix network examples build test rules
2025-01-07 11:13:04 +08:00
zhanghaipeng
0e25572b4b
feat(ble): Add CI testing for NimBLE host in Blufi and HID examples
2025-01-07 10:42:57 +08:00
Frantisek Hrbata
c368f15328
feat(examples): trim down the plugins example build
...
Set the COMPONENTS project variable to streamline the build process.
Although the minimal build feature could be used to specify plugin
components in the main component dependencies, it's more convenient to
set the plugin components at the project level. This approach also
allows for quick selection of which plugins to include in the
application.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2025-01-06 19:23:42 +01:00
Jiang Jiang Jian
6f8c76df98
Merge branch 'feat/support_setting_event_for_154_txrx' into 'master'
...
feat(15.4): support setting 15.4 txrx pti when coex is enabled
See merge request espressif/esp-idf!35207
2025-01-06 12:53:19 +08:00
Xu Si Yu
bd2480ba07
feat(15.4): support setting 15.4 txrx pti when coex is enabled
2025-01-06 10:20:58 +08:00
Aditi
bf991b5911
fix(wpa_supplicant): Add some minor fixes in roaming
...
1) Add a fix in roaming example for 11kvr
2) Removed length constraint for neighbor report received.
2025-01-03 16:44:49 +05:30
morris
c8d4e1b094
Merge branch 'feature/bitscrambler_support' into 'master'
...
feature(driver): BitScrambler loopback support
See merge request espressif/esp-idf!31236
2025-01-03 16:08:52 +08:00
zhanghaipeng
aa2f136e16
fix(ble/bluedroid): Optimize CI configuration for Bluedroid example
2025-01-03 14:35:07 +08:00
Yuan Hong Hui
09200d7df4
Merge branch 'bugfix/earse_flash_after_pairing_successfully' into 'master'
...
bugfix(example): earse-nvs before ble example pytest test
Closes IDFCI-2617 and IDFCI-2626
See merge request espressif/esp-idf!36030
2025-01-02 14:32:09 +08:00
morris
587351ec3d
Merge branch 'contrib/github_pr_15119' into 'master'
...
refactor(soft_spi_master_main.c): remove dead c (GitHub PR)
See merge request espressif/esp-idf!36101
2025-01-02 13:38:02 +08:00
Jerzy Stusiński
7eaf7f9ebe
Update soft_spi_master_main.c
2025-01-01 18:37:18 +01:00
Xu Si Yu
bff368e521
Merge branch 'fix/fix_openthread_radio_spinel_deinit' into 'master'
...
fix(openthread): fix openthread radio spinel deinit
See merge request espressif/esp-idf!36057
2024-12-31 16:01:07 +08:00
Shu Chen
217069210e
Merge branch 'feature/use_fixed_dut_in_ot_ci_cases' into 'master'
...
feat(openthread): use fixed port in ot ci cases
See merge request espressif/esp-idf!35704
2024-12-31 11:59:32 +08:00
Gao Xu
54f501a2fc
Merge branch 'feat/h21_introduce_step8' into 'master'
...
feat(esp32h21): introduce hello world to ESP32H21 (stage8)
See merge request espressif/esp-idf!35874
2024-12-31 10:39:21 +08:00
gaoxu
25731d0c1e
feat(esp32h21): finnal introduce hello world support
2024-12-30 20:14:40 +08:00
Xu Si Yu
c9c0d3f7b1
fix(openthread): fix openthread radio spinel deinit
2024-12-30 18:47:24 +08:00
Roland Dobai
16ba8b7e4a
Merge branch 'feature/add_utf_8_decoding' into 'master'
...
feat(tools): Enforced utf-8 encoding with Python open() functions
Closes IDF-10654
See merge request espressif/esp-idf!32303
2024-12-30 16:07:29 +08:00