Mahavir Jain
|
99467a17e9
|
Merge branch 'bugfix/c5_mpi_ecc_power_mode_v5.3' into 'release/v5.3'
fix(hal): correct mpi/ecc peripheral power up sequence for ESP32-C5 (v5.3)
See merge request espressif/esp-idf!31728
|
2024-07-25 16:49:05 +08:00 |
|
Mahavir Jain
|
98578d456f
|
Merge branch 'bugfix/update_ecdsa_reset_api_to_execute_correctly_v5.3' into 'release/v5.3'
fix(hal): updated ecdsa reset api to execute correctly (v5.3)
See merge request espressif/esp-idf!32338
|
2024-07-25 16:48:25 +08:00 |
|
morris
|
e841a69498
|
Merge branch 'feature/dvp_cam_driver_optimize_v5.3' into 'release/v5.3'
feat(dvp): DVP cam supports more color format and don't initialize xclock pin (v5.3)
See merge request espressif/esp-idf!32023
|
2024-07-25 16:46:56 +08:00 |
|
morris
|
5f96f87715
|
Merge branch 'fix/usb_isoc_error_status_backport_v5.3' into 'release/v5.3'
fix(usb/host): Decode error flags in ISOC transfers backport to v5.3
See merge request espressif/esp-idf!31884
|
2024-07-25 16:45:42 +08:00 |
|
morris
|
a6edff26c6
|
Merge branch 'fix/usb_host_hcd_dconn_hs_backport_v5.3' into 'release/v5.3'
fix(usb_dwc_hal): Enabled precise detection of VBUS backport to v5.3
See merge request espressif/esp-idf!32059
|
2024-07-25 16:45:21 +08:00 |
|
morris
|
b131527d13
|
Merge branch 'fix/fix_csi_c2m_cache_ops_v5.3' into 'release/v5.3'
camera: fixed csi and isp_dvp c2m cache ops (v5.3)
See merge request espressif/esp-idf!32293
|
2024-07-25 16:43:10 +08:00 |
|
morris
|
e296941d36
|
Merge branch 'fix/fix_p4_psram_20m_wrong_clk_div_v5.3' into 'release/v5.3'
fix(psram): fixed p4 psram 20M wrong clk div (v5.3)
See merge request espressif/esp-idf!32255
|
2024-07-25 16:42:29 +08:00 |
|
morris
|
35961c945a
|
Merge branch 'fix/fix_esp_dma_is_buffer_alignment_satisfied_issue_v5.3' into 'release/v5.3'
dma: fix esp_dma_is_buffer_alignment_satisfied align issue when l2 cache line 128B (v5.3)
See merge request espressif/esp-idf!32205
|
2024-07-25 16:42:08 +08:00 |
|
morris
|
94bc5d953f
|
Merge branch 'feat/bss_in_psram_p4_v5.3' into 'release/v5.3'
psram: bss in psram p4 (v5.3)
See merge request espressif/esp-idf!32124
|
2024-07-25 16:41:59 +08:00 |
|
morris
|
9c874ee95d
|
Merge branch 'ci/re-enable_spi_lcd_test_on_p4_v5.3' into 'release/v5.3'
Ci(spi_lcd): re-enable spi lcd test on p4 (v5.3)
See merge request espressif/esp-idf!32073
|
2024-07-25 16:41:13 +08:00 |
|
morris
|
cf3047a87f
|
Merge branch 'refator/re-enable_test_on_p4_v5.3' into 'release/v5.3'
fix(gptimer): re-enable legacy_test on p4 (v5.3)
See merge request espressif/esp-idf!31539
|
2024-07-25 16:40:45 +08:00 |
|
morris
|
ab5b9a0c29
|
fix(hal): functions that may generate invalid load/store byte/half-word instructions
because the APB regsiters can't behave correctly on these instructions
|
2024-07-25 16:38:47 +08:00 |
|
morris
|
0903bcca1b
|
Merge branch 'fix/lcd_build_error_in_cpp_v5.3' into 'release/v5.3'
fix(lcd): build errors with deprecated lcd types in cpp (v5.3)
See merge request espressif/esp-idf!31676
|
2024-07-25 16:38:17 +08:00 |
|
morris
|
ea05ae73a5
|
Merge branch 'bugfix/huk_ll_enable_interrupt_v5.3' into 'release/v5.3'
fix(huk): switch case fall through unexpected (v5.3)
See merge request espressif/esp-idf!31721
|
2024-07-25 16:34:57 +08:00 |
|
morris
|
8f0584c5be
|
Merge branch 'refactor/adc_dma_memory_allocation_v5.3' into 'release/v5.3'
ADC & AES: use heap component API to allocate cached aligned DMA buffer (v5.3)
See merge request espressif/esp-idf!31723
|
2024-07-25 16:34:34 +08:00 |
|
morris
|
02fb7add3c
|
Merge branch 'fix/workaround_rmt_static_analyzer_issue_v5.3' into 'release/v5.3'
fix(rmt): fix gcc static analyzer warnings (v5.3)
See merge request espressif/esp-idf!32184
|
2024-07-25 16:31:59 +08:00 |
|
morris
|
dd77b0b822
|
Merge branch 'change/dw_gdma_memory_allocation_v5.3' into 'release/v5.3'
change(dw_gdma): clean up memory allocation for link list items (v5.3)
See merge request espressif/esp-idf!32224
|
2024-07-25 16:31:34 +08:00 |
|
Marius Vikhammer
|
6c52686649
|
Merge branch 'fix/usb-serial-jtag-hangs-on-init_v5.3' into 'release/v5.3'
fix(console): USB Serial JTAG freezes when input received before the driver is installed (v5.3)
See merge request espressif/esp-idf!31820
|
2024-07-25 16:26:03 +08:00 |
|
Marius Vikhammer
|
a2d2f30816
|
Merge branch 'contrib/github_pr_14010_v5.3' into 'release/v5.3'
fix(ulp): Write pin's output mode to the correct register (GitHub PR) (v5.3)
See merge request espressif/esp-idf!31595
|
2024-07-25 16:24:35 +08:00 |
|
Marius Vikhammer
|
ddc482f11f
|
Merge branch 'fix/ulp_riscv_i2c_multi_byte_v5.3' into 'release/v5.3'
fix(ulp-risc-v): Fixed RTC I2C multi-byte read/write issue for ULP RISC-V (v5.3)
See merge request espressif/esp-idf!31713
|
2024-07-25 16:24:18 +08:00 |
|
Marius Vikhammer
|
fd6e699728
|
Merge branch 'feat/lp_core_lp_spi_support_v5.3' into 'release/v5.3'
feat(lp-spi): Added support for LP SPI to the LP core (v5.3)
See merge request espressif/esp-idf!31762
|
2024-07-25 16:24:04 +08:00 |
|
Marius Vikhammer
|
e438c6973a
|
Merge branch 'fix/duplicate_linux_target_kconfig_v5.3' into 'release/v5.3'
fix(kconfig): Removed duplicate entry for IDF_TARGET_LINUX in Kconfig (v5.3)
See merge request espressif/esp-idf!32027
|
2024-07-25 16:23:26 +08:00 |
|
Marius Vikhammer
|
93578b5b15
|
Merge branch 'fix/lp_i2c_generates_spurious_start_cond_v5.3' into 'release/v5.3'
fix(lp-i2c): Fixed the generation of spurious I2C start with lp-i2c (v5.3)
See merge request espressif/esp-idf!32107
|
2024-07-25 16:23:17 +08:00 |
|
Aditya Patwardhan
|
5a1f4f389c
|
fix(ci): Update LATEST_GIT_TAG variable
|
2024-07-25 13:53:10 +05:30 |
|
Marius Vikhammer
|
0ae2bf5b4a
|
Merge branch 'ci/esp_intr_dump_qemu_timeout_v5.3' into 'release/v5.3'
ci(qemu): increase timeout for esp_intr_dump test (v5.3)
See merge request espressif/esp-idf!31787
|
2024-07-25 16:22:27 +08:00 |
|
nilesh.kale
|
215e1391ce
|
fix(hal): updated ecdsa reset api to execute correctly
This commit updated API to ensure ECDSA peripheral resets
and waits until the state returns to idle.
|
2024-07-25 10:34:12 +05:30 |
|
Alexey Lapshin
|
6a9e8278a1
|
feat(examples): upgrade esp_cam_sensor component for isp/auto_focus
|
2024-07-25 09:34:22 +08:00 |
|
linruihao
|
40b3f88dfb
|
fix(coex): Fixed coexist scheme phase index overflow issue
|
2024-07-23 17:56:01 +08:00 |
|
Armando
|
715516eea5
|
fix(camera): fixed c2m cache ops
|
2024-07-23 17:49:04 +08:00 |
|
liuning
|
2c4812092d
|
fix(coex): fix esp32 crash issue, fix esp32c6 rx issue
|
2024-07-23 17:09:09 +08:00 |
|
sibeibei
|
9db556c20e
|
fix(pm): ssn update failed when dut wakeup from lightsleep
|
2024-07-23 17:08:53 +08:00 |
|
muhaidong
|
b072ccac62
|
fix(wifi): fix sta may join bad signal ap when set by signal
Closes https://github.com/espressif/esp-idf/issues/13958
|
2024-07-23 17:08:38 +08:00 |
|
muhaidong
|
240d300d64
|
fix(wifi): fix reset connection dns fail issue
Closes https://github.com/espressif/esp-idf/issues/12315
|
2024-07-23 17:08:24 +08:00 |
|
muhaidong
|
ecde808af9
|
fix(wifi): fixed association refused temporarily issue
1. fixed association refused temporarily issue.
2. give some information when password length mismatch authmode threshold
|
2024-07-23 17:08:00 +08:00 |
|
wangtao@espressif.com
|
6bb959e7ee
|
fix(wifi):fix get softap dtim and csa config err
|
2024-07-23 17:07:32 +08:00 |
|
Shreyas Sheth
|
1191a9e1c5
|
fix(wifi): Ignore 11R, ENT AP when disabled in sdkconfig
|
2024-07-23 17:07:06 +08:00 |
|
zhangyanjiao
|
9e0064ba20
|
fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot
Closes https://github.com/espressif/esp-idf/issues/13212
|
2024-07-23 17:06:34 +08:00 |
|
muhaidong
|
20932eceaf
|
fix(wifi): annotate a rom function
|
2024-07-23 16:42:31 +08:00 |
|
aditi_lonkar
|
2130416e2e
|
fix(wifi):Fix for setting wps status fail when connection fails
|
2024-07-23 16:39:43 +08:00 |
|
Rahul Tank
|
436b31be6e
|
fix(nimble): Increase Timer stack size for nimble application
|
2024-07-22 15:51:24 +05:30 |
|
Armando
|
6fa12ecdf8
|
fix(psram): fixed p4 psram 20M wrong clk div
|
2024-07-22 09:27:11 +08:00 |
|
Mahavir Jain
|
99b1e56500
|
fix(hal): correct the power up sequence for MPI/ECC peripherals in ESP32-C5
|
2024-07-19 13:39:03 +08:00 |
|
morris
|
249e7e9282
|
change(dw_gdma): clean up memory allocation for link list items
|
2024-07-19 09:58:37 +08:00 |
|
Chen Jichang
|
8d15c0417f
|
fix(spi_master): change MOSI pin default idle level to low
|
2024-07-18 21:56:31 +08:00 |
|
Armando
|
c3fc7cffda
|
fix(aes): fixed aes wrong dma desc alignment
|
2024-07-18 16:26:09 +08:00 |
|
Armando
|
a23ae5b4bf
|
fix(dma): fix esp_dma_is_buffer_alignment_satisfied align issue when l2 cache line 128B
|
2024-07-18 16:23:14 +08:00 |
|
morris
|
25f78b3715
|
fix(rmt): power up memory block
|
2024-07-18 14:52:15 +08:00 |
|
luoxu
|
5c39705bac
|
fix(ble_mesh): fixed BLEMESH24-76
|
2024-07-18 10:54:53 +08:00 |
|
zwl
|
e497c29efe
|
feat(bluetooth/controller): support default tx power configurable on ESP32C2
|
2024-07-18 10:53:55 +08:00 |
|
zwl
|
a2df884e64
|
feat(bluetooth/controller): support default tx power configurable on ESP32C6 and ESP32H2
|
2024-07-18 10:53:45 +08:00 |
|