Mahavir Jain
|
02af1db1dd
|
Merge branch 'feat(esp-tls)/add_more_server_configurations' into 'master'
feat(esp_tls): supports setting tls version and ciphersuite in server config
Closes IDFGH-16537
See merge request espressif/esp-idf!42323
|
2025-10-09 13:43:38 +05:30 |
|
Chen Chen
|
8b8b5df141
|
feat(i2c_slave): Add API to perform slave tx buffer reset
Closes https://github.com/espressif/esp-idf/issues/16241
|
2025-10-09 16:08:19 +08:00 |
|
Chen Jichang
|
d0e24e4a81
|
refactor(hw_support): remove unused periph_module_t members
|
2025-10-09 15:27:20 +08:00 |
|
C.S.M
|
068c8ab965
|
Merge branch 'refactor/temperature_cpp' into 'master'
refactor(temperature_sensor): Make temperature sensor adapt to cpp
Closes IDFGH-16532 and IDF-14190
See merge request espressif/esp-idf!42247
|
2025-10-09 15:24:52 +08:00 |
|
Martin Vychodil
|
3ce5725282
|
fix(esp_partition): read-only and encrypted partition support
|
2025-10-09 09:06:54 +02:00 |
|
Martin Vychodil
|
5c8a10e61e
|
fix(esp_partition): fixes related to BDL update
|
2025-10-09 09:06:40 +02:00 |
|
Rahul Tank
|
26636cebac
|
fix(nimble): Use nimble platform mem malloc / free APIs
|
2025-10-09 10:37:21 +05:30 |
|
Kapil Gupta
|
092338b78d
|
fix(esp_wifi): Add validation before accessing RSNXE
|
2025-10-09 09:32:56 +05:30 |
|
nilesh.kale
|
28e332b7fa
|
feat: enable pesudo round functionality for AES in ESP32P4 ECO5
|
2025-10-08 15:40:25 +05:30 |
|
Konstantin Kondrashov
|
caf15b8f66
|
fix(esp_libc): Fix test_time UTs for newlib nano format
Optimized UTs for newlib nano format (where no support 64 bits print).
(C2 chip with CONFIG_LIBC_NEWLIB_NANO_FORMAT=y)
|
2025-10-08 12:00:34 +03:00 |
|
Martin Vychodil
|
4493b39d18
|
feat(storage): Added Block Device Layer support for esp_partition component
|
2025-10-07 14:55:36 +08:00 |
|
nilesh.kale
|
873fd18c5a
|
fix: add check to ensure OTA buffer size for 16-byte aligned
This commit added guide to, round off OTA written size to allowed
aignmnet when flash ecnryption enabled.
|
2025-10-07 11:19:35 +05:30 |
|
Martin Vychodil
|
46def9972a
|
Merge branch 'feature/esp_blockdev_updates' into 'master'
fix(storage): BDL interface comprehensive update
See merge request espressif/esp-idf!42371
|
2025-10-07 01:27:49 +08:00 |
|
Martin Vychodil
|
832b8f8b83
|
fix(storage): BDL interface comprehensive update
Closes https://github.com/espressif/esp-idf/issues/17654
|
2025-10-06 15:38:34 +02:00 |
|
Guillaume Souchere
|
75305c2719
|
Merge branch 'feat/make-use-of-exec-cap-compile-time-error' into 'master'
feat(heap): Make MALLOC_CAP_EXEC illegal use a compile time error
Closes IDFGH-14014 and IDF-11690
See merge request espressif/esp-idf!34903
|
2025-10-06 13:34:16 +02:00 |
|
Mahavir Jain
|
439b1d6d08
|
cleanup: move cJSON to component manager
|
2025-10-06 14:08:06 +05:30 |
|
Rahul Tank
|
448b5c08a1
|
Merge branch 'bugfix/fix_os_mbuf_dup' into 'master'
fix(nimble): Address mbuf from different chains traversal during copying
See merge request espressif/esp-idf!41893
|
2025-10-06 11:53:21 +05:30 |
|
David Čermák
|
9f4a28fc8f
|
Merge branch 'fix/lwip_remove_unused_flags' into 'master'
[lwip]: Removed unused lwip flags
Closes IDF-10227
See merge request espressif/esp-idf!42123
|
2025-10-05 02:20:24 +08:00 |
|
Kevin (Lao Kaiyao)
|
a3a86438f3
|
Merge branch 'refactor/clean_up_touch_soc_caps' into 'master'
refactor(touch): clean up touch sensor caps
Closes IDF-13698
See merge request espressif/esp-idf!42149
|
2025-10-04 16:42:22 +08:00 |
|
David Cermak
|
69baa8f998
|
fix(lwip): Removed unused lwip flags
|
2025-10-03 14:41:31 +02:00 |
|
Rahul Tank
|
39fe3d5037
|
fix(nimble): Address mbuf from different chains traversal during copying
|
2025-10-03 15:16:02 +05:30 |
|
Ashish Sharma
|
62f852a93b
|
feat(esp_tls): supports setting tls version and ciphersuite in server config
Closes https://github.com/espressif/esp-idf/issues/17660
|
2025-10-03 15:19:41 +08:00 |
|
Rahul Tank
|
f8935f87e7
|
Merge branch 'bugfix/update_hci_log_datalen' into 'master'
fix(nimble): update HCI log functions to use uint16_t for data length
See merge request espressif/esp-idf!42013
|
2025-10-03 11:43:32 +05:30 |
|
laokaiyao
|
cc949123ee
|
refactor(touch): clean up touch sensor caps
|
2025-10-03 13:39:11 +08:00 |
|
igor.masar
|
c74ce1c201
|
feat(usb/h4): Add USB OTG host support for ESP32-H4
- hal: add DWC OTG core LL (usb_dwc_ll.h) and USB wrap LL (usb_wrap_ll.h)
- soc: add DWC register map/cfg (usb_dwc_struct.h, usb_dwc_cfg.h) and caps
- soc/kconfig: enable SOC_USB_OTG_SUPPORTED=1, SOC_USB_OTG_PERIPH_NUM=1
- docs: add ESP32-H4 to usb_phy test app “Supported Targets”
- ld: export USB_WRAP symbol
- doxygen: include USB Host headers for H4 to emit .inc files
|
2025-10-02 23:21:08 +02:00 |
|
David Čermák
|
44767e48f9
|
Merge branch 'feat/dhcps_support_hostname_per_client_cleanup' into 'master'
fix(esp_netif): Simplify reporting clients hostname
See merge request espressif/esp-idf!42233
|
2025-10-02 23:33:30 +08:00 |
|
Radek Tandler
|
207199a2bb
|
Merge branch 'refactor/nvs_header_cleanup' into 'master'
Cleanup of NVS copyright notices, header pragma once and NVS related constants
See merge request espressif/esp-idf!42353
|
2025-10-02 15:08:45 +02:00 |
|
Radek Tandler
|
69d20790b7
|
Merge branch 'bugfix/storage_nvs_tool_keys' into 'master'
Bugfix/storage nvs tool keys
See merge request espressif/esp-idf!37068
|
2025-10-02 14:38:46 +02:00 |
|
radek.tandler
|
801091c079
|
refactor(nvs_flash): NVS constants were consolidated
- Constant definitions depending on spi_flash were added to nvs_constants
|
2025-10-02 12:39:37 +02:00 |
|
radek.tandler
|
a11c30a3e3
|
refactor(nvs_flash): Adjusted copyright notices and header file pragma once
|
2025-10-02 12:35:50 +02:00 |
|
Samuel Obuch
|
66de4ef8ca
|
fix(esp_rom): correct typos defalut -> default
|
2025-10-02 17:41:40 +08:00 |
|
David Cermak
|
35b47648e0
|
fix(esp_netif): Simplify reporting clients hostname
|
2025-10-02 16:58:15 +08:00 |
|
David Čermák
|
9063a6c279
|
Merge branch 'feat/lwip_netif_callbacks' into 'master'
[lwip]: Add support for netif link callback
Closes IDFGH-16317
See merge request espressif/esp-idf!42097
|
2025-10-02 12:37:37 +08:00 |
|
radek.tandler
|
1c6e2d2f88
|
fix(nvs_flash): Parsing NVS partition containing non ASCII keys
|
2025-10-02 05:59:14 +02:00 |
|
laokaiyao
|
fec96035be
|
refactor(i2s): replace the enum i2s_port_t with int type
|
2025-10-01 21:53:55 +08:00 |
|
laokaiyao
|
91a6387005
|
refactor(i2s): clean up i2s soc caps
|
2025-10-01 21:51:58 +08:00 |
|
David Čermák
|
31602cbe66
|
Merge branch 'fix/lwip_rename_task' into 'master'
[lwip]: Rename TCPIP_THREAD_NAME "tiT" -> "tcpip" (GitHub PR)
Closes IDFGH-12516
See merge request espressif/esp-idf!41915
|
2025-10-01 21:00:48 +08:00 |
|
Peter Marcisovsky
|
4dc77d1976
|
Merge branch 'refactor/usb_host_remove_usb_component' into 'master'
Refactor/usb host remove usb component
Closes IDF-14022
See merge request espressif/esp-idf!41690
|
2025-10-01 12:59:06 +02:00 |
|
Rahul Tank
|
7a876031e1
|
Merge branch 'bugfix/re_organize_nimble_kconfig' into 'master'
fix(nimble): Declutter the nimble menu config options
Closes BLERP-2227
See merge request espressif/esp-idf!41829
|
2025-10-01 16:28:31 +05:30 |
|
David Cermak
|
16b02aeb7a
|
feat(lwip): Add support for netif link callback
|
2025-10-01 17:58:47 +08:00 |
|
Shreeyash
|
222e62ae3e
|
fix(nimble): update HCI log functions to use uint16_t for data length
|
2025-10-01 15:23:08 +05:30 |
|
Guillaume Souchere
|
7a24a8aef6
|
Merge branch 'fix/console-coverity-findings' into 'master'
fix(console): Remove dead code findings from coverity
Closes IDF-13098 and IDF-13134
See merge request espressif/esp-idf!42324
|
2025-10-01 08:39:12 +02:00 |
|
Peter Dragun
|
800f141f94
|
Merge branch 'feat/esptool_v5' into 'master'
Update esptool to v5: replace deprecated commands, documentation updates and cleanup
Closes IDF-12564
See merge request espressif/esp-idf!41176
|
2025-10-01 14:36:26 +08:00 |
|
Nebojša Cvetković
|
8760e3f38f
|
feat(lwip): TCPIP_THREAD_NAME "tcpip"
|
2025-10-01 14:07:18 +08:00 |
|
Rahul Tank
|
9ba0b373bd
|
Merge branch 'bugfix/fix_ext_adv_data_reattempt' into 'master'
fix(nimble): Avoid ext adv data in reattempt advertising
Closes BLERP-2234
See merge request espressif/esp-idf!41789
|
2025-10-01 09:32:41 +05:30 |
|
morris
|
310870784b
|
Merge branch 'fix/mcpwm_prescale_regression' into 'master'
fix(mcpwm): fix division by zero error in prescale
Closes IDFGH-16544
See merge request espressif/esp-idf!42322
|
2025-10-01 08:10:47 +08:00 |
|
David Čermák
|
5c7a237161
|
Merge branch 'fix/lwip_port_consistent_alloc' into 'master'
[lwip]: Make lwip alloc/free consistend in port layer
Closes IDFGH-10271
See merge request espressif/esp-idf!42081
|
2025-10-01 05:39:02 +08:00 |
|
morris
|
22a0f9aecb
|
Merge branch 'refactor/remove_driver_dependency' into 'master'
refator(driver): remove unnecessary driver dependencies
Closes IDF-11475
See merge request espressif/esp-idf!41747
|
2025-10-01 03:09:57 +08:00 |
|
Kapil Gupta
|
04174c4928
|
Merge branch 'bugfix/concurrency_issue_roam_app' into 'master'
fix(esp_wifi): Add some fixes in roaming app
See merge request espressif/esp-idf!42262
|
2025-09-30 23:25:48 +05:30 |
|
Konstantin Kondrashov
|
a249714f3b
|
Merge branch 'fix/esp_efuse_enable_rom_secure_download_mode' into 'master'
fix(efuse): Fix enabling ROM secure download mode
See merge request espressif/esp-idf!41541
|
2025-10-01 01:38:16 +08:00 |
|