Song Ruo Jing
|
7b852faf66
|
fix(esp_system): hp periph clk should not be gated on core/system reset
|
2024-11-29 21:42:06 +08:00 |
|
Rocha Euripedes
|
2deeaece7d
|
Merge branch 'feature/expose_setsockopt_in_transport' into 'master'
feat: Create interface to get underlying socket from transport
Closes IDFGH-13350 and IDFGH-13509
See merge request espressif/esp-idf!32961
|
2024-11-29 21:36:47 +08:00 |
|
Bogdan Kolendovskyy
|
872ae5211f
|
feat: Expose the function to get socket descriptor from the transport
Closes https://github.com/espressif/esp-protocols/issues/636
Closes https://github.com/espressif/esp-mqtt/issues/282
|
2024-11-29 12:43:47 +01:00 |
|
David Čermák
|
1c13798cd4
|
Merge branch 'fix/lwip_dhcp_timeout_u32' into 'master'
fix(lwip): Fix DHCP lease overlow using u32 type
Closes WIFIBUG-908
See merge request espressif/esp-idf!35280
|
2024-11-29 18:26:27 +08:00 |
|
Aditya Patwardhan
|
308bad9bf4
|
Merge branch 'bug/wifi_provisioning_failure_even_after_connecting' into 'master'
fix(esp_wifi_prov): Provisioning App failure on first failed attempt
Closes IDF-11451
See merge request espressif/esp-idf!34411
|
2024-11-29 17:46:26 +08:00 |
|
Alexey Lapshin
|
9103f3fee5
|
Merge branch 'fix/gdbinit-rom-path-for-windows' into 'master'
fix(esp_rom): windows: use posix-path generation for gdbinit files
See merge request espressif/esp-idf!35290
|
2024-11-29 17:28:19 +08:00 |
|
C.S.M
|
2166722fee
|
Merge branch 'fix/ble_i2c' into 'master'
fix(i2c): Fix i2c read from fifo issue when enabling bt/wifi/uart, etc...
Closes IDFGH-11762
See merge request espressif/esp-idf!31917
|
2024-11-29 13:48:29 +08:00 |
|
Marius Vikhammer
|
184a8aa627
|
Merge branch 'bugfix/esp_ringbuf_static_analyzer' into 'master'
fix(ringbuf): fixed logic errors when compiling with CONFIG_COMPILER_STATIC_ANALYZER
Closes IDFGH-14094
See merge request espressif/esp-idf!35011
|
2024-11-29 12:55:17 +08:00 |
|
Armando (Dou Yiwen)
|
4cb18200d5
|
Merge branch 'feat/120m_flash_p4' into 'master'
flash: 120MHz timing tuning support on ESP32P4 (no merge now)
Closes IDF-11678
See merge request espressif/esp-idf!34995
|
2024-11-29 11:40:29 +08:00 |
|
C.S.M
|
7470116371
|
fix(i2c): Fix lose byte during data reading in i2c master on esp32,
Closes https://github.com/espressif/esp-idf/issues/12860
|
2024-11-29 11:25:53 +08:00 |
|
Chai Ji’e
|
2b6894eb26
|
Merge branch 'bugfix/chip823_pll_bug' into 'master'
fix(H2):fix pll low temp bug
See merge request espressif/esp-idf!35238
|
2024-11-29 10:47:33 +08:00 |
|
Jiang Jiang Jian
|
85dd8c05a8
|
Merge branch 'fix/incorrect_console_open_and_close_behaviour' into 'master'
fix(storage/vfs_console): stop new console opens from overwriting existing fds
Closes IDFGH-13502
See merge request espressif/esp-idf!32934
|
2024-11-29 10:31:59 +08:00 |
|
Jiang Jiang Jian
|
5de734ad69
|
Merge branch 'bugfix/esp32c5_fix_schan_and_nchan_not_take_effect' into 'master'
fix(wifi): fix esp32c5 schan and nchan not take effect on 2.4G
See merge request espressif/esp-idf!35277
|
2024-11-29 10:00:19 +08:00 |
|
Alexey Lapshin
|
79bfde31ec
|
fix(esp_rom): windows: use posix-path generation for gdbinit files
|
2024-11-29 07:53:24 +07:00 |
|
morris
|
59174716e5
|
Merge branch 'refactor/fine_tune_dphy_pll' into 'master'
feat(mipi): fine tune DPHY PLL clock
See merge request espressif/esp-idf!35162
|
2024-11-28 22:09:47 +08:00 |
|
Tomáš Rohlínek
|
d5d295cf7a
|
fix(storage/console): fix test configuration
|
2024-11-28 13:34:25 +01:00 |
|
David Cermak
|
6fe443a6d5
|
fix(lwip): Fix DHCP lease overlow using u32 type
|
2024-11-28 13:17:21 +01:00 |
|
Tomáš Rohlínek
|
f59362266a
|
fix(storage/vfs_console): stop new console opens from overwriting existing fds
|
2024-11-28 13:12:22 +01:00 |
|
yinqingzhao
|
7a8a4741c8
|
fix(wifi): fix esp32c5 schan and nchan not take effect on 2.4G
|
2024-11-28 19:10:59 +08:00 |
|
hrushikesh.bhosale
|
6590cf9560
|
fix(esp_wifi_prov): Send failure msg on first fail
Added new sta state WIFI_PROV_ATTEMPT_FAILED, which is
returned on first failure with attemps_remaining field.
|
2024-11-28 15:00:54 +05:30 |
|
Jiang Jiang Jian
|
fb6af9e6bc
|
Merge branch 'fix/fix_can_receive_data_from_self' into 'master'
fix(wifi): fix esp32c6 can receive data frames where the SA (Source Address)...
See merge request espressif/esp-idf!35113
|
2024-11-28 16:22:29 +08:00 |
|
Li Shuai
|
b4e28be7d2
|
Merge branch 'bugfix/fix_pm-215_pm-25' into 'master'
fix esp32c5 and esp32c61 use io (ext1 mode) wakeup fail issue
Closes PM-215 and PM-259
See merge request espressif/esp-idf!35099
|
2024-11-28 15:56:56 +08:00 |
|
Song Ruo Jing
|
8771607562
|
Merge branch 'bugfix/warn_rc32k_use_in_kconfig' into 'master'
fix(clk): add an inevitable kconfig option to be selected to use rc32k
See merge request espressif/esp-idf!34417
|
2024-11-28 14:58:16 +08:00 |
|
Armando
|
35a74630dc
|
change(flash): add fdummy rin update
|
2024-11-28 14:53:20 +08:00 |
|
Armando
|
5237876213
|
flash: fix qio 2nd bootloader cannot boot issue
|
2024-11-28 14:53:20 +08:00 |
|
Armando
|
4c2b9909c4
|
ci(flash): added 120M supported runner
|
2024-11-28 14:53:19 +08:00 |
|
Armando
|
4b966ef78d
|
test(mspi): test 120m sdr flash 200m ddr psram on esp32p4
|
2024-11-28 14:53:19 +08:00 |
|
Armando
|
1eef2e8c19
|
feat(mspi): supported flash 120MHz SDR timing tuning on ESP32P4
|
2024-11-28 14:53:19 +08:00 |
|
Rahul Tank
|
8eeb3e2055
|
Merge branch 'bugfix/resolve_watchdog_crash' into 'master'
fix(nimble): Resolved watchdog due to memory exceed prints
Closes IDFCI-2545
See merge request espressif/esp-idf!35129
|
2024-11-28 14:39:04 +08:00 |
|
Mahavir Jain
|
f461033cb1
|
Merge branch 'fix/bigum_alt_coverity_report' into 'master'
Fixed overflowed constant in esp_mpi_exp_mpi_mod_hw_op()
Closes IDF-11748
See merge request espressif/esp-idf!35228
|
2024-11-28 12:44:06 +08:00 |
|
Wang Meng Yang
|
df69b78a55
|
Merge branch 'fix/duplicated_enc_restart_request_when_change_key_type' into 'master'
fix(bt): fix duplicated encryption restart request when change key type
Closes BTQABR2023-222
See merge request espressif/esp-idf!35230
|
2024-11-28 11:33:29 +08:00 |
|
morris
|
2bf02443f1
|
feat(mipi): fine tune DPHY PLL clock
|
2024-11-28 11:20:45 +08:00 |
|
Island
|
e0af9f104a
|
Merge branch 'bugfix/fix_hci_uart_build_fail' into 'master'
fix(bt/controller): Fixed hci uart example compile error on ESP32C3
See merge request espressif/esp-idf!35236
|
2024-11-28 10:42:33 +08:00 |
|
zlq
|
225c0513f5
|
fix(H2):fix pll low temp bug
|
2024-11-27 17:52:34 +08:00 |
|
Chen Ji Chang
|
4cb0c09a38
|
Merge branch 'feat/mcpwm_sleep_retention_support_p4' into 'master'
feat(mcpwm): support mcpwm sleep retention on p4
Closes IDF-9928
See merge request espressif/esp-idf!35059
|
2024-11-27 17:15:28 +08:00 |
|
chenjianhua
|
2d96d67b7a
|
fix(bt/controller): Fixed hci uart example compile error on ESP32C3
|
2024-11-27 16:58:53 +08:00 |
|
Abhinav Kudnar
|
929f82427b
|
fix(nimble): Resolved watchdog due to memory exceed prints
|
2024-11-27 13:55:07 +05:30 |
|
Island
|
3075efd80c
|
Merge branch 'bugfix/add_aa_check_on_esp32c2_and_esp32c6' into 'master'
Bugfix/add aa check on esp32c2 and esp32c6
Closes BLERP-1280, BLERP-1279, BLERP-1268, BLERP-1275, BLERP-1262, BLERP-1258, BLERP-1257, BLERP-1209, BLERP-1198, BLERP-1186, BLERP-1188, BLERP-1184, BLERP-1170, BLERP-1274, BLERP-1246, BLERP-1173, BLERP-1225, BLERP-1267, BLERP-1260, BLERP-1226, BLERP-1216, BLERP-1205, BLERP-1159, BLERP-1134, BLERP-1133, BLERP-1059, BLERP-1050, BLERP-1068, BLERP-1135, BLERP-1145, BLERP-1081, BLERP-1123, BLERP-1223, BLERP-1264, BLERP-1265, BLERP-1272, BLERP-1271, BLERP-1169, BLERP-1201, BLERP-1215, BLERP-1200, BLERP-1082, BLERP-1210, BLERP-1144, BLERP-1142, BLERP-1143, and BLERP-1140
See merge request espressif/esp-idf!35212
|
2024-11-27 15:45:37 +08:00 |
|
gongyantao
|
e530da777b
|
fix(bt): fixed some issues in esp32 bt controller
1: fix duplicated lc_enc_restart_req when new lk type is semi-permanent
key
2: reset PreventEncEvt flag at the end of restart encryption procedure
|
2024-11-27 15:10:38 +08:00 |
|
morris
|
e27990f427
|
Merge branch 'bugfix/hal_coverity_fix' into 'master'
fix(hal): integer overflow found by coverity
Closes IDF-11747, IDF-11746, IDF-11733, IDF-11744, IDF-11721, IDF-11715, IDF-11731, IDF-11737, IDF-9831, IDF-9830, IDF-9424, and IDF-10650
See merge request espressif/esp-idf!35183
|
2024-11-27 14:57:11 +08:00 |
|
Wang Meng Yang
|
e4102c5443
|
Merge branch 'bugfix/ctrl_bugs_on_esp32' into 'master'
fix(bt/controller): Fixed some bugs on esp32 controller
Closes COEXQABR24-34, CBI-1084, and BT-3900
See merge request espressif/esp-idf!35142
|
2024-11-27 14:38:03 +08:00 |
|
harshal.patil
|
2560484e4a
|
fix(mbedtls/port): Fixed overflowed constant in esp_mpi_exp_mpi_mod_hw_op()
|
2024-11-27 11:39:42 +05:30 |
|
Zhi Wei Jian
|
bcfe64694d
|
Merge branch 'bugfix/fix_ble_ke_mem_267_assert' into 'master'
fix(bt/controller): Fixed BLE assert ke_mem.c line 267
Closes BLERP-1273
See merge request espressif/esp-idf!35153
|
2024-11-27 14:02:14 +08:00 |
|
Guillaume Souchere
|
1fa268c7ef
|
Merge branch 'feat/usb-cdc-select' into 'master'
feat(usb_cdc): Add select functionality to the driver
Closes IDF-10281
See merge request espressif/esp-idf!31686
|
2024-11-27 13:37:37 +08:00 |
|
Island
|
93257ed744
|
Merge branch 'refactor/refactor_ble_create_connection' into 'master'
fix(ble/bluedroid): Optimize BLE API esp_ble_gattc_enh_open
Closes BLERP-639 and BLERP-1266
See merge request espressif/esp-idf!35033
|
2024-11-27 10:32:35 +08:00 |
|
zwl
|
093b65e27c
|
fix(ble): fixed the connect issue when rx error aa on ESP32-H2
|
2024-11-27 10:22:26 +08:00 |
|
zwl
|
69b535d422
|
fix(ble): fixed the connect issue when rx error aa on ESP32-C6
|
2024-11-27 10:22:26 +08:00 |
|
Kevin (Lao Kaiyao)
|
32b5359693
|
Merge branch 'refactor/sync_lp_ana_peri_csv_update_on_c5' into 'master'
change(soc): update lp_ana_peri soc header on C5
See merge request espressif/esp-idf!35168
|
2024-11-27 10:02:54 +08:00 |
|
morris
|
13d0e83cd6
|
fix(driver): issues reported by coverity
|
2024-11-27 09:57:37 +08:00 |
|
morris
|
5cae5090c2
|
fix(hal): integer overflow found by coverity
actually these "bugs" are harmless from the perspective of the hardware
|
2024-11-27 09:57:37 +08:00 |
|