Aditya Patwardhan
8d0527d7bf
Merge branch 'feat/support_sha512_for_esp32c5' into 'master'
...
Support SHA 512 for ESP32-C5
See merge request espressif/esp-idf!39421
2025-06-09 09:42:37 +05:30
Laukik Hase
0d8a1f5427
refactor(hal): Refactor the APM LL/HAL APIs
2025-06-06 18:28:47 +05:30
harshal.patil
fe78370ec9
feat(mbedtls/sha): New API for setting SHA mode
2025-06-06 14:51:44 +05:30
morris
bb9fbc040e
Merge branch 'feat/c61_eco3_soc_update' into 'master'
...
feat(soc): c61 eco3 rom and soc header update
See merge request espressif/esp-idf!39166
2025-05-28 12:19:26 +08:00
laokaiyao
0a93309a89
change(cache): update cache soc headers of c61
2025-05-27 10:31:30 +08:00
morris
6d502b710c
Merge branch 'bugfix/fix_lcd_ll_macro_safety' into 'master'
...
fix(hal): Wrap LL macros with atomic env in do-while for control safety
Closes IDF-11981
See merge request espressif/esp-idf!39202
2025-05-26 19:06:11 +08:00
wanckl
783ea76212
feat(soc): c61 eco3 soc header update
2025-05-26 16:04:18 +08:00
Nilesh Kale
fa7c9b63b1
Merge branch 'feature/enable_support_for_deterministic_mode_and_ecdsa_192' into 'master'
...
enable support for deterministic mode and ecdsa 192 in ESP32H2
Closes IDF-12011, IDF-13065, and DOC-11194
See merge request espressif/esp-idf!39103
2025-05-23 15:19:08 +08:00
nilesh.kale
148d31b659
feat: enable support for deterministic mode for esp32h2
2025-05-22 14:55:15 +05:30
Chai Ji’e
13904408af
Merge branch 'feature/c61_ldo_dbias_read_from_efuse' into 'master'
...
feat(C61): support ldo dbias and ocode read from efuse for chip762
See merge request espressif/esp-idf!39215
2025-05-22 16:55:01 +08:00
Yuan Yu
18091976ec
fix(hal): Wrap LL macros with atomic env in do-while for control safety
...
- Standardize all LL macros using atomic env variables with `do { ... } while (0)`
- Prevent potential macro misuse in control flow constructs (e.g., if/else)
- Affected targets: esp32, esp32c2, esp32c5, esp32s3, esp32p4, etc.
- Affected modules include: LCD, I2S, TIMER, and others
2025-05-22 14:42:11 +08:00
Armando (Dou Yiwen)
dadcc7b9f3
Merge branch 'feat/c5_eco2_psram_timing_tuning' into 'master'
...
mspi: psram 80M timing tuning on C5 ECO2
Closes IDF-13003
See merge request espressif/esp-idf!39232
2025-05-22 06:41:56 +00:00
armando
00e3f4885a
feat(mspi): supported psram 80MHz timing tuning
2025-05-22 10:27:19 +08:00
hongshuqing
5981ae8a11
feat(pmu): support ldo dbias and ocode read from efuse for chip762
2025-05-21 18:05:05 +08:00
Song Ruo Jing
8262915e28
refactor(regi2c): remove regi2c_defs.h from some targets
2025-05-19 21:46:40 +08:00
Song Ruo Jing
9ef152c220
feat(regi2c): add regi2c support for esp32h21
2025-05-19 21:46:40 +08:00
gaoxu
e1b6493304
feat(adc): add always inline for adc ll functions called by bootloader
2025-05-14 13:45:55 +08:00
Armando (Dou Yiwen)
06520a3c99
Merge branch 'fix/fix_c5_eco2_psram_id_issue' into 'master'
...
psram: c5 eco2 psram id issue
Closes IDF-12991 and IDF-12992
See merge request espressif/esp-idf!38730
2025-04-29 14:23:17 +08:00
nilesh.kale
f19e8e6970
fix: re-enabled ecdsa support for esp32c5-eco2
2025-04-28 20:58:09 +05:30
armando
89d566bb9c
fix(psram): fixed psram init state not in low speed mode issue on c5 c61
2025-04-27 15:06:40 +08:00
Gao Xu
a446010245
Merge branch 'fix/add_sar_module_enable_disable_c5_c61' into 'master'
...
fix(ADC): fix ADC do not enable/disable regi2c registers
Closes IDF-12726 and IDF-12465
See merge request espressif/esp-idf!38159
2025-04-26 21:58:05 +08:00
Sudeep Mohanty
692512c0b3
Merge branch 'contrib/github_pr_15717' into 'master'
...
feat(ulp): LP Timer interrupt support (GitHub PR)
Closes IDFGH-15026
See merge request espressif/esp-idf!38613
2025-04-25 16:07:31 +08:00
gaoxu
bf335a38f7
fix(adc): fix adc do not enable/disable regi2c registers
2025-04-25 14:39:01 +08:00
Song Ruo Jing
5f050afdc1
Merge branch 'refactor/enable_rtc_clk_test' into 'master'
...
refactor(clk): enable rtc_clk ci test for all supported targets
Closes IDF-8973, IDF-10309, IDF-10984, and IDF-11022
See merge request espressif/esp-idf!38330
2025-04-24 15:07:59 +08:00
morris
5655ee9ba8
fix(uart): fifo read may generate load byte instruction
2025-04-23 16:10:36 +08:00
jath03
a9eba4058e
feat(ulp): LP Timer interrupt support
...
This commit adds support for the LP Timer interrupt to be used by the LP
Core.
Merges https://github.com/espressif/esp-idf/pull/15717
2025-04-23 09:52:45 +02:00
Song Ruo Jing
1b3680eff3
feat(rtc_time): support rtc time for esp32c61
2025-04-23 14:15:01 +08:00
Li Shuai
8e25a37f67
Merge branch 'feat/support_hp_uarts_wakeup_modes_during_light_sleep' into 'master'
...
support hp uarts wakeup modes during light sleep
See merge request espressif/esp-idf!37730
2025-04-22 17:49:02 +08:00
Li Shuai
d115a3daac
feat(esp_driver_uart): support hp uarts wakeup modes 1 2 3 during light sleep
2025-04-21 14:03:34 +08:00
C.S.M
d6760b170a
fix(i2c): Fix that fsm reset cause i2c scl frequency changed on esp32s2,
...
Closes https://github.com/espressif/esp-idf/issues/15724
2025-04-17 18:03:42 +08:00
morris
2b5d91ad1c
refactor(ana_cmpr): enhanced the driver implementation
2025-04-11 17:45:32 +08:00
laokaiyao
db85cd02be
refactor(esp32c61): bus_monitor backward compatible refactor
2025-04-08 22:50:04 +08:00
Chen Jichang
2cbc297969
refactor(gptimer): use group_id in clock ctrl functions
2025-04-08 10:20:48 +08:00
wanckl
8994f8fe70
feat(spi_flash): add support gpspi ext_flash
2025-04-03 11:27:13 +08:00
morris
122d122c64
refactor(gpio): reuse gpio_int_type_t in the rtc io driver
2025-04-01 18:21:57 +08:00
Chai Ji’e
37c3ed6320
Merge branch 'bugfix/fix_xtal32k_bug_c61' into 'master'
...
bugfix(esp32c61): fix xtal32k may fail startup issue
See merge request espressif/esp-idf!38002
2025-04-01 11:42:10 +08:00
Song Ruo Jing
b38ac5ad82
feat(uart): add uart_detect_bitrate_bps API for data line bitrate measurement
...
Closes https://github.com/espressif/esp-idf/issues/14721
2025-03-28 15:03:19 +08:00
zlq
33e4e718df
fix(esp32c61): fix xtal32k may fail startup issue
2025-03-25 15:07:26 +08:00
gaoxu
09dbbe4452
refactor(rng): refactor to use hal/ll apis for c5
2025-03-23 17:07:30 +08:00
Gao Xu
728f95f498
Merge branch 'refactor/rng_ll_c6' into 'master'
...
refactor(rng): refactor to use hal/ll apis for c6
Closes IDF-12533
See merge request espressif/esp-idf!37319
2025-03-20 10:28:39 +08:00
Gao Xu
d21adf2535
Merge branch 'feature/esp32h21_i2c_support' into 'master'
...
Feature/esp32h21 i2c support
Closes IDF-11578 and IDF-11580
See merge request espressif/esp-idf!37227
2025-03-17 15:06:13 +08:00
gaoxu
675fe44f1e
refactor(rng): rename/merge some adc_ll functions
2025-03-17 11:52:18 +08:00
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
gaoxu
28c531b45b
feat(i2c): correct get txfifio len function
2025-03-13 11:06:06 +08:00
gaoxu
ec632f7fed
feat(esp32h21): support I2C on ESP32H21
2025-03-13 11:06:06 +08:00
Jiang Jiang Jian
19bff0e40c
Merge branch 'fix/sleep_cpu_mspi_freq_mismatch_issue_p4' into 'master'
...
mspi: fixed cpu and mspi freq mismatch issue when in dfs/sleep on p4
Closes IDF-12068 and PM-333
See merge request espressif/esp-idf!36499
2025-03-07 20:00:14 +08:00
Armando
d64ca3a5d1
fix(mspi): fixed cpu and mspi freq mismatch issue when in dfs/sleep on p4
2025-03-07 12:27:16 +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
gaoxu
7e54886a4e
feat(esp32h21): move gpio intr source to gpio_ll.h
2025-02-24 17:32:01 +08:00
Song Ruo Jing
c9dff55c9f
Merge branch 'bugfix/gpio_standardization_fix' into 'master'
...
fix(gpio): minor improvement to output/input configuration step
Closes IDF-12240
See merge request espressif/esp-idf!36973
2025-02-24 15:56:59 +08:00