nilesh.kale
|
79af9d0be0
|
fix(hal): use typedef esp_xts_aes_psuedo_rounds_state_t for pseudo rounds mode
|
2025-03-13 10:38:21 +05:30 |
|
Chen Jichang
|
bfac674769
|
feat(esp32h4): ci enable public header check (stage7)
|
2025-03-12 17:19:50 +08:00 |
|
morris
|
54cfdce964
|
Merge branch 'bugfix/bitscrambler_eof_mode' into 'master'
BitScrambler: Fixed the inconsistent EOF mode setting between assembler and driver
See merge request espressif/esp-idf!37499
|
2025-03-10 13:22:56 +08:00 |
|
Peter Marcisovsky
|
430bb9dc2c
|
Merge branch 'fix/jpeg_driver_handle_invalid_marker' into 'master'
fix(jpeg_decoder): Correctly handle invalid 0xffff JPEG marker
Closes IDF-12204
See merge request espressif/esp-idf!36764
|
2025-03-07 17:21:54 +08:00 |
|
Song Ruo Jing
|
1b09bb3037
|
fix(uart): LP UART does not have the pre-divider for its clock source
Closes https://github.com/espressif/esp-idf/issues/15427
|
2025-03-06 20:35:48 +08:00 |
|
peter.marcisovsky
|
f9d55c1fb2
|
fix(jpeg_decoder): Correctly handle invalid 0xffff JPEG marker
|
2025-03-06 19:44:52 +08:00 |
|
morris
|
ee668ee658
|
test(BitScrambler): added more basic test cases
e.g. to test different eof mode, prefetch mode
|
2025-03-05 14:41:49 +08:00 |
|
Song Ruo Jing
|
a4a28b57a3
|
feat(gdma): add GDMA support for ESP32H21
|
2025-02-25 17:05:48 +08:00 |
|
Song Ruo Jing
|
53d8b70e8b
|
fix(gpio): fix IO output enable control
oen_sel and oen_inv_sel fields from func_out_sel_cfg register
|
2025-02-20 19:49:28 +08:00 |
|
Wan Lei
|
76133bc373
|
Merge branch 'fix/remove_gpio_hal_iomux_func_sel' into 'master'
fix(driver_gpio): remove gpio_hal_iomux_func_sel
See merge request espressif/esp-idf!33928
|
2025-02-20 18:52:35 +08:00 |
|
wanckl
|
222b1ddbab
|
fix(driver_gpio): remove gpio_hal_iomux_func_sel
|
2025-02-19 17:17:51 +08:00 |
|
Armando (Dou Yiwen)
|
f8ff9e47ed
|
Merge branch 'fix/esp_mmu_vaddr_to_paddr_cannot_figure_psram_p4' into 'master'
mmu: vaddr to paddr cannot figure psram vaddr on esp32p4
Closes IDF-12483
See merge request espressif/esp-idf!36957
|
2025-02-18 11:29:47 +08:00 |
|
laokaiyao
|
ad623893d4
|
feat(i2s): support tuning rate dynamically
|
2025-02-17 16:20:24 +08:00 |
|
Armando
|
299d8115ed
|
fix(mmu): fixed esp_mmu_vaddr_to_paddr cannot figure out psram vaddr issue on esp32p4
|
2025-02-17 16:15:09 +08:00 |
|
Wan Lei
|
c7a0e45489
|
Merge branch 'feat/spi_master_dynamic_freq' into 'master'
feat(spi_master): add transaction config for device multi freq point
Closes IDFGH-12774
See merge request espressif/esp-idf!28579
|
2025-02-13 15:58:59 +08:00 |
|
wanckl
|
39c85269cc
|
feat(spi_master): add transaction config for dynamic clock speed update
Closes https://github.com/espressif/esp-idf/issues/13753
|
2025-02-12 20:29:34 +08:00 |
|
Song Ruo Jing
|
d59f732718
|
Merge branch 'refactor/gpio_apis_modification' into 'master'
refactor(gpio): refactor some GPIO APIs
See merge request espressif/esp-idf!36384
|
2025-02-12 11:33:37 +08:00 |
|
C.S.M
|
883c42b1f8
|
feat(i3c): i3c-i2c driver hal and soc support
|
2025-02-11 18:57:10 +08:00 |
|
Song Ruo Jing
|
a6ac2bb322
|
refactor(gpio): improve gpio_get_io_config API
|
2025-02-10 21:44:51 +08:00 |
|
Song Ruo Jing
|
3a8d065908
|
refactor(gpio): improve gpio_iomux_in/out API
|
2025-02-10 21:44:07 +08:00 |
|
Song Ruo Jing
|
a6b47fac12
|
fix(ledc): left-off gamma ram registers should be cleared
Hardware reads in (range_number+1) fade parameter registers, which could
cause output waveform error.
|
2025-02-07 20:39:26 +08:00 |
|
Igor Udot
|
5f37de2889
|
Merge branch 'feat/lp-uart-wakeup-mode3' into 'master'
Added support for UART wakeup modes
Closes IDF-10202
See merge request espressif/esp-idf!31965
|
2025-02-06 11:15:37 +08:00 |
|
igor.udot
|
f742a05b28
|
feat: supports lp uart wakeup
|
2025-02-05 14:54:48 +08:00 |
|
Aditya Patwardhan
|
d8d9ba3dc2
|
fix(soc): Fixed ECDSA register compatibility
|
2025-01-24 11:50:17 +08:00 |
|
Mahavir Jain
|
6875cbf022
|
feat(ecc): enable ECC constant time mode for ESP32-H2 ECO5
|
2025-01-24 11:50:17 +08:00 |
|
morris
|
21a8c222e1
|
feat(bitscrambler): add driver support on esp32c5
|
2025-01-23 17:50:10 +08:00 |
|
Armando
|
8a654ffce1
|
feat(psram): ecc feature on c5 c61
|
2025-01-17 16:39:59 +08:00 |
|
C.S.M
|
59df7c1b8f
|
feat(vbat): Add support to use vbat as rtc battery
|
2025-01-15 15:28:09 +08:00 |
|
morris
|
db07b97ae2
|
Merge branch 'contrib/github_pr_15144' into 'master'
fix(twai): TWAI_GENERAL_CONFIG_DEFAULT_V2 initialize general_flags (GitHub PR)
Closes IDFGH-14354
See merge request espressif/esp-idf!36159
|
2025-01-13 12:26:13 +08:00 |
|
Kevin (Lao Kaiyao)
|
57a893d269
|
Merge branch 'feature/touch_driver_ng_on_32' into 'master'
feat(touch): support touch v1 in new touch driver
Closes IDF-10183 and IDF-11423
See merge request espressif/esp-idf!34781
|
2025-01-13 10:23:25 +08:00 |
|
morris
|
d78f270b04
|
Merge branch 'feat/spi_std_timing_and_bit_trans' into 'master'
feat(driver_spi): support adjust master rx to standard timing
Closes IDF-11396
See merge request espressif/esp-idf!36058
|
2025-01-13 10:07:28 +08:00 |
|
Nebojsa Cvetkovic
|
a3f17742be
|
fix(twai): TWAI_GENERAL_CONFIG_DEFAULT_V2 initialize general_flags
Closes https://github.com/espressif/esp-idf/pull/15144
|
2025-01-10 18:54:12 +08:00 |
|
laokaiyao
|
fd7b80833c
|
feat(touch): support touch v1 in new touch driver
|
2025-01-10 16:42:22 +08:00 |
|
wanckl
|
460380bb25
|
feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing
|
2025-01-08 17:17:06 +08:00 |
|
Tomas Rezucha
|
c97b2e6cc8
|
refactor(usb/phy): Start using values from usb_dwc_info in PHY driver
Add tests for PHY sanity checks
|
2025-01-07 10:00:48 +01:00 |
|
Tomas Rezucha
|
3132ffbcd7
|
feat(hal/usb): Explicitly enable clock and reset USB WRAP on init
|
2025-01-07 09:10:23 +01:00 |
|
Gao Xu
|
0974d66680
|
Merge branch 'feature/esp32c5_p4_adc_calibration' into 'master'
Feature/esp32 p4 adc calibration
Closes IDF-7467, IDF-9573, and IDFGH-13617
See merge request espressif/esp-idf!35060
|
2025-01-07 10:18:11 +08:00 |
|
Armando
|
47c64a939e
|
change(adc): added docs to adc enums
|
2025-01-03 10:46:01 +08:00 |
|
Wan Lei
|
c7454b7e1c
|
Merge branch 'fix/twai_timing_macro_init' into 'master'
fix(driver_twai): fixed timing config macro initialiser
Closes IDFGH-14311
See merge request espressif/esp-idf!36050
|
2024-12-31 14:52:11 +08:00 |
|
gaoxu
|
cfa487b4e0
|
ci(adc): enable P4 ADC test and correct ADC performance thresh
|
2024-12-31 11:28:29 +08:00 |
|
Zhuang Hang
|
7898908c9d
|
feat(802.15.4): add api for set/get ack timeout
|
2024-12-31 10:57:43 +08:00 |
|
wanckl
|
0770266222
|
fix(driver_twai): fixed timing config macro initialiser
Closes https://github.com/espressif/esp-idf/issues/15102
|
2024-12-30 11:45:19 +08:00 |
|
laokaiyao
|
678ddba550
|
feat(touch): allow RTC power down during the deep sleep
|
2024-12-26 19:14:12 +08:00 |
|
Gao Xu
|
1a9a5f4734
|
Merge branch 'feat/h21_introduce_step7' into 'master'
feat(esp32h21): ci enable public header check (stage7)
See merge request espressif/esp-idf!35858
|
2024-12-25 09:36:32 +08:00 |
|
gaoxu
|
1efea28c69
|
feat(interrupt): rename interrupt martix reg base
|
2024-12-24 19:13:32 +08:00 |
|
gaoxu
|
3e30d2e928
|
feat(esp32h21): ci enable public header check (stage7)
|
2024-12-24 16:44:08 +08:00 |
|
morris
|
0c909888f9
|
Merge branch 'feat/rgb_lcd_increase_pclk' into 'master'
feat(lcd): increase the upper limit of pclk frequency for RGB LCD
See merge request espressif/esp-idf!35845
|
2024-12-24 16:23:05 +08:00 |
|
Wu Zheng Hui
|
bba3063b52
|
Merge branch 'fix/fix_p4_deepsleep_io_leakage' into 'master'
fix(esp_hw_support): fix esp32p4 JTAG pad deepsleep current leakage
Closes PM-204
See merge request espressif/esp-idf!35633
|
2024-12-24 15:36:09 +08:00 |
|
morris
|
d39388fe4f
|
feat(lcd): increase the upper limit of pclk frequency for RGB LCD
|
2024-12-23 22:01:34 +08:00 |
|
wuzhenghui
|
58786528fd
|
fix(esp_hw_support): fix esp32p4 JTAG pad deepsleep current leakage
|
2024-12-23 21:17:31 +08:00 |
|