Ondrej Kosta
|
a2eba1e25a
|
ci(esp_eth): added ESP32P4 to iperf CI test
Updated (increased) ETH_THROUGHPUT_SPI_ETH limits.
Improved iperf optimization description
|
2025-01-15 22:53:04 +08:00 |
|
Rahul Tank
|
2ebbfef5f4
|
Merge branch 'bugfix/fix_compilation_warn_v5.4' into 'release/v5.4'
fix(nimble): Address compilation warnings for different flag combination (v5.4)
See merge request espressif/esp-idf!36392
|
2025-01-15 21:33:32 +08:00 |
|
Roland Dobai
|
a84b03dd41
|
Merge branch 'fix/remove_duplicates_from_sdkconfig_renames_v5.4' into 'release/v5.4'
fix: remove duplicit lines from sdkconfig.rename files (v5.4)
See merge request espressif/esp-idf!36346
|
2025-01-15 17:58:26 +08:00 |
|
morris
|
1cb5c64fc0
|
Merge branch 'refactor/update_lpperi_regs_for_h2_eco5_v5.4' into 'release/v5.4'
refactor(lpperi): compatible refactor for H2 ECO5 (v5.4)
See merge request espressif/esp-idf!36335
|
2025-01-15 16:09:59 +08:00 |
|
Rahul Tank
|
7029c169cb
|
fix(nimble): Fix compilation issues for different flag combinations
|
2025-01-15 10:09:52 +05:30 |
|
morris
|
a75eab44ba
|
Merge branch 'change/bs_cmake_cleanup_v5.4' into 'release/v5.4'
feat(gdma): added help function to count the bytes in the receive buffer (v5.4)
See merge request espressif/esp-idf!36375
|
2025-01-15 12:27:10 +08:00 |
|
morris
|
bd5c6b0645
|
Merge branch 'contrib/github_pr_15144_v5.4' into 'release/v5.4'
fix(twai): TWAI_GENERAL_CONFIG_DEFAULT_V2 initialize general_flags (GitHub PR) (v5.4)
See merge request espressif/esp-idf!36323
|
2025-01-15 12:26:58 +08:00 |
|
Shu Chen
|
3b41c1a5a0
|
Merge branch 'feat/update_thread_lib_v5.4' into 'release/v5.4'
fix(openthread): update SRP server to support zero subtype (v5.4)
See merge request espressif/esp-idf!36345
|
2025-01-15 10:57:46 +08:00 |
|
morris
|
2d6bc67fb5
|
feat(gdma): added API to count the size of rx buffer until eof
|
2025-01-14 16:39:05 +08:00 |
|
Mahavir Jain
|
9acf088718
|
Merge branch 'bugfix/update_api_to_get_url_correctly_v5.4' into 'release/v5.4'
fix(esp_http_client): updated API esp_http_client_get_url() to get URL in correct format (v5.4)
See merge request espressif/esp-idf!36331
|
2025-01-14 12:45:07 +08:00 |
|
Jan Beran
|
350d38f989
|
fix: remove duplicit lines from sdkconfig.rename files
|
2025-01-13 09:07:21 +01:00 |
|
Mahavir Jain
|
c8bb53292d
|
Merge branch 'fix/return_esp_err_t_for_httpd_req_get_url_query_str_v5.4' into 'release/v5.4'
feat(https_server): Added checks to verify if uri is empty (v5.4)
See merge request espressif/esp-idf!36286
|
2025-01-13 15:57:45 +08:00 |
|
Tan Yan Quan
|
ddd0843d0e
|
fix(openthread): update SRP server to support zero subtype/v5.4
|
2025-01-13 15:24:47 +08:00 |
|
morris
|
cf1692c96c
|
Merge branch 'bugfix/reset_axi_gdma_gracefully_v5.4' into 'release/v5.4'
fix(gdma): stop the axi gdma gracefully on CPU SW reset (v5.4)
See merge request espressif/esp-idf!36283
|
2025-01-13 15:12:26 +08:00 |
|
laokaiyao
|
25f64d9cbd
|
refactor(lpperi): compatible refactor for H2 ECO5
|
2025-01-13 14:36:00 +08:00 |
|
nilesh.kale
|
90d2dbad99
|
fix(esp_http_client): updated API esp_http_client_get_url to get URL in correct format
This commit updates the API to include the port number in the URL,
which was previously missing.
|
2025-01-13 11:14:20 +05:30 |
|
Rahul Tank
|
c6637ae369
|
Merge branch 'bugfix/fix_few_nimble_issues_v5.4' into 'release/v5.4'
fix(nimble): Fix few nimble issues 11012025 (v5.4)
See merge request espressif/esp-idf!36310
|
2025-01-13 13:24:50 +08:00 |
|
Shu Chen
|
1ceb4e4682
|
Merge branch 'feature/154_api_enhancement_for_mp_v5.4' into 'release/v5.4'
feat(802.15.4): support register isr callback (v5.4)
See merge request espressif/esp-idf!36198
|
2025-01-13 10:57:07 +08:00 |
|
morris
|
6af9dc6934
|
test(twai): add cxx build test
|
2025-01-13 10:13:56 +08:00 |
|
Nebojsa Cvetkovic
|
b1abc47d74
|
fix(twai): TWAI_GENERAL_CONFIG_DEFAULT_V2 initialize general_flags
Closes https://github.com/espressif/esp-idf/pull/15144
|
2025-01-13 10:13:53 +08:00 |
|
morris
|
93f91c4f0f
|
Merge branch 'ci/re_enable_i2s_pytest_exceptions_v5.4' into 'release/v5.4'
ci(i2s): re-enable example pytest exceptions (v5.4)
See merge request espressif/esp-idf!36312
|
2025-01-11 22:13:32 +08:00 |
|
laokaiyao
|
c61b2c4095
|
ci(i2s): re-enable example pytest exceptions
|
2025-01-10 20:20:04 +08:00 |
|
Abhinav Kudnar
|
3f4dd2bf35
|
feat(nimble): Additional changes in PAWR IDF Examples/support for ESP IP
|
2025-01-10 17:11:32 +05:30 |
|
Rahul Tank
|
99af3abadf
|
fix(nimble): Fixed a typo in Kconfig file
|
2025-01-10 17:11:16 +05:30 |
|
Astha Verma
|
d9de2b7dde
|
fix(nimble): Added HCI_Read_Remote_Version_Information command
|
2025-01-10 17:10:43 +05:30 |
|
Rahul Tank
|
1bbc6fb9b8
|
fix(nimble): Clear our and peer security records during unpair
|
2025-01-10 17:09:51 +05:30 |
|
Roland Dobai
|
72112c3fda
|
Merge branch 'feature/add_utf_8_decoding_v5.4' into 'release/v5.4'
feat(tools): Enforced utf-8 encoding with Python open() functions (v5.4)
See merge request espressif/esp-idf!36125
|
2025-01-10 19:26:10 +08:00 |
|
Roland Dobai
|
f6ad4d5056
|
Merge branch 'fix/test_idf_gdb_v5.4' into 'release/v5.4'
test(system): mark gdb test runners properly (v5.4)
See merge request espressif/esp-idf!35586
|
2025-01-10 18:15:32 +08:00 |
|
Island
|
fe24a1c835
|
Merge branch 'feat/add_config_for_ble_vs_qa_cmd_v5.4' into 'release/v5.4'
fixed interrupt WDT when shutdown bt controller on ESP32(ba6739f) (v5.4)
See merge request espressif/esp-idf!36176
|
2025-01-10 14:17:41 +08:00 |
|
Marek Fiala
|
b37383f75b
|
feat(tools): Enforce utf-8 encoding with open() function
|
2025-01-10 13:52:58 +08:00 |
|
Roland Dobai
|
73d1c139e7
|
Merge branch 'ci/improve_overall_logging_v5.4' into 'release/v5.4'
ci: target-test job skip installing toolchain, only install python env (v5.4)
See merge request espressif/esp-idf!34905
|
2025-01-10 13:52:24 +08:00 |
|
zwx
|
699af05b57
|
feat(802.15.4): introduced a feature for registering 802.15.4 ISR callbacks
|
2025-01-10 13:51:30 +08:00 |
|
hrushikesh.bhosale
|
f96a118ebf
|
feat(https_server): Added checks to verify if uri is empty
Added the checks if the URI is empty for the funtions httpd_req_get_url_query_len
and httpd_req_get_url_query_str in httpd_parser.c
|
2025-01-10 11:09:31 +05:30 |
|
morris
|
098ecb1cf1
|
Merge branch 'bugfix/uart_single_wire_mode_v5.4' into 'release/v5.4'
fix(uart): allow same pin for tx and rx in uart_set_pin; UART_SELECT_READ_NOTIF race conditon fix (v5.4)
See merge request espressif/esp-idf!36250
|
2025-01-10 11:39:53 +08:00 |
|
morris
|
605fb6e894
|
fix(dma): abort the axi dma gracefully on CPU SW reset
|
2025-01-10 10:14:36 +08:00 |
|
Fu Hanxi
|
be2ec1615c
|
ci: target-test job skip installing toolchain, only install python env
also run with collapsed time section to better track run time
|
2025-01-10 02:25:32 +08:00 |
|
Fu Hanxi
|
7e465dd526
|
ci: ignore test-specific 3rd-party libs while building clang projects
|
2025-01-10 02:25:32 +08:00 |
|
Fu Hanxi
|
e1781df75b
|
feat: idf_tools.py export support env var "IDF_SKIP_TOOLS_CHECK"
|
2025-01-10 02:25:32 +08:00 |
|
Fu Hanxi
|
f326d5d7ce
|
ci: print esp-coredump output when failed in panic tests
|
2025-01-10 02:25:32 +08:00 |
|
Fu Hanxi
|
ffdb0f012e
|
ci: remove gcc dependency in target test
|
2025-01-10 02:25:32 +08:00 |
|
Fu Hanxi
|
257878ddb4
|
ci: change logging level from debug to info for build jobs
|
2025-01-10 02:25:32 +08:00 |
|
Fu Hanxi
|
ffbdd8a145
|
ci: add timeout for build jobs
|
2025-01-10 02:25:32 +08:00 |
|
Fu Hanxi
|
e0f374d92b
|
ci: stop print presigned url, since the credential is masked
|
2025-01-10 02:25:32 +08:00 |
|
Erhan Kurubas
|
8aabaea4f5
|
change(cmake): use board configuration file for ftdi interface
|
2025-01-09 12:39:23 +01:00 |
|
Erhan Kurubas
|
e565643a3b
|
test(system): mark gdb test runners properly
|
2025-01-09 12:37:19 +01:00 |
|
Roland Dobai
|
5bb41c4932
|
Merge branch 'feature/move-gdb-options-to_project_description_json_v5.4' into 'release/v5.4'
feat(debugging): move gdbinit generation to CMake (v5.4)
See merge request espressif/esp-idf!35175
|
2025-01-09 18:58:23 +08:00 |
|
morris
|
a45778a028
|
Merge branch 'feat/ldo_can_output_3v3_v5.4' into 'release/v5.4'
feat(ldo): support output rail voltage (3.3V) (v5.4)
See merge request espressif/esp-idf!36130
|
2025-01-09 17:15:00 +08:00 |
|
Jiang Jiang Jian
|
db6e451f14
|
Merge branch 'bugfix/channel_resolution_calculation_v5.4' into 'release/v5.4'
fix(rmt): channel resolution divider rounding issue (v5.4)
See merge request espressif/esp-idf!36032
|
2025-01-09 11:38:53 +08:00 |
|
Jiang Jiang Jian
|
5747e16f74
|
Merge branch 'fix/blufi_example_mem_access_v5.4' into 'release/v5.4'
fix(ble/blufi): Fixed blufi example security issue (v5.4)
See merge request espressif/esp-idf!36164
|
2025-01-09 11:38:08 +08:00 |
|
Jiang Jiang Jian
|
dd00aa1776
|
Merge branch 'fix/heap-allocate-in-rtc-iram_v5.4' into 'release/v5.4'
fix(heap): MALLOC_CAP_EXEC does not allocate in RTC IRAM (backport v5.4)
See merge request espressif/esp-idf!35623
|
2025-01-09 11:36:16 +08:00 |
|