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
Jeroen Domburg
a88e719e33
feat(driver): BitScrambler support
...
This adds an assembler for the BitScrambler assembly language,
plus unit tests for it. It also adds the loopback driver,
which can do BitScrambler operations on memory-to-memory
transfers. Documentation is also included.
2024-12-30 09:39:23 +08:00
yiwenxiu
8af5db0575
feat(openthread): use fixed port in ot ci cases
2024-12-27 18:57:23 +08:00
Marek Fiala
2c814ef2fa
feat(tools): Enforce utf-8 encoding with open() function
2024-12-27 17:12:21 +08:00
Yuan Hong Hui
060521bab4
bugfix(example): earse-nvs before flash
2024-12-27 16:29:05 +08:00
laokaiyao
678ddba550
feat(touch): allow RTC power down during the deep sleep
2024-12-26 19:14:12 +08:00
Omar Chebib
55955a5cd6
Merge branch 'feat/bootloader_multiboot' into 'master'
...
feat(bootloader): add an example that implements multiboot
Closes IDF-9409
See merge request espressif/esp-idf!35606
2024-12-26 16:26:26 +08:00
Marius Vikhammer
d8de8c6e40
Merge branch 'bugfix/enable_additional_lp_io_wakeup' into 'master'
...
fix(lp_io): enable setting edge type wakeup sources for targets that support this
See merge request espressif/esp-idf!35122
2024-12-26 10:41:23 +08:00
Island
51ccce212e
Merge branch 'feature/example_config_test_in_ci' into 'master'
...
feat(example): add pytest for ble example config test
Closes BLERP-1190 and BLERP-1224
See merge request espressif/esp-idf!34668
2024-12-25 18:42:47 +08:00
Yuan Hong Hui
a4ff6ba643
feat(example): add pytest for ble example config test
2024-12-25 18:42:47 +08:00
Radek Tandler
5b15320600
Merge branch 'bugfix/storage_generic_pytests' into 'master'
...
fix(ci): Removed storage related entries in known generate test child pipeline warnings
See merge request espressif/esp-idf!35738
2024-12-25 18:37:14 +08:00
Omar Chebib
840eef31ce
feat(bootloader): add an example that implements multiboot
...
Add a new example for the bootloader that shows how to override it to implement multiboot.
2024-12-25 12:41:15 +08:00