Song Ruo Jing
|
8baffe22cb
|
fix(uart): LP UART does not have the pre-divider for its clock source
Closes https://github.com/espressif/esp-idf/issues/15427
|
2025-05-22 11:51:19 +08:00 |
|
wuzhenghui
|
d8e9167dcf
|
fix(esp_hw_support): fix esp32p4 xtal_xpd depends on TOP power domain
|
2025-04-16 15:43:05 +08:00 |
|
morris
|
7c447b5525
|
Merge branch 'bugfix/gpio_dump_io_config_v5.3' into 'release/v5.3'
fix(gpio): fix pu, pd, drv value incorrect from gpio_dump_io_configuration on esp32 (v5.3)
See merge request espressif/esp-idf!37909
|
2025-04-16 10:17:44 +08:00 |
|
morris
|
086e129cd3
|
Merge branch 'bugfix/enable_additional_lp_io_wakeup_v5.3' into 'release/v5.3'
fix(lp_io): enable setting edge type wakeup sources for targets that support this (v5.3)
See merge request espressif/esp-idf!36012
|
2025-04-15 10:30:26 +08:00 |
|
Song Ruo Jing
|
0077f642df
|
fix(gpio): fix 8/16-bit gpio, rtc/lp_io register access
|
2025-03-20 17:09:36 +08:00 |
|
Marius Vikhammer
|
8d6d6957ce
|
fix(lp_io): allow edge wakeup types for LP-IO on chips which support it
|
2025-02-27 14:31:00 +08:00 |
|
wanlei
|
b43104538b
|
fix(spi_master): fix spi halt when remove device who using rc_fast
|
2025-02-27 11:42:15 +08:00 |
|
Li Shuai
|
88c1c9c344
|
change(esp_hw_support): fix some sleep retention build error
|
2025-02-13 16:33:30 +08:00 |
|
Li Shuai
|
61b7a971d3
|
change(soc): add sleep retention module total number definition
|
2025-02-13 15:17:55 +08:00 |
|
Song Ruo Jing
|
a2178b0fa2
|
fix(clk): add an inevitable kconfig option to be selected to use rc32k
|
2024-12-25 20:01:37 +08:00 |
|
Jiang Jiang Jian
|
42ef2887f4
|
Merge branch 'fix/fix_regdma_wait_node_issue_v5.3' into 'release/v5.3'
fix(esp_driver_gptimer): do gptimer retention by timer unit rather than timer group (v5.3)
See merge request espressif/esp-idf!35358
|
2024-12-09 15:27:24 +08:00 |
|
wuzhenghui
|
1a23d3cd53
|
fix(esp_driver_gptimer): do gptimer retention by timer unit rather than timer group
|
2024-12-03 10:44:56 +08:00 |
|
Li Shuai
|
2c31e2b118
|
fix(esp_hw_support): fix the issue of regdma wait node to immediately return to done
|
2024-12-02 17:44:48 +08:00 |
|
wanlei
|
9aeaf03f95
|
feat(spi_master): add test clock src and config validation
|
2024-11-15 14:59:49 +08:00 |
|
wuzhenghui
|
06fa736f84
|
fix(esp_pm): move clock module out of TOP_DOMAIN_PERIPHERALS_BM
|
2024-11-13 16:12:02 +08:00 |
|
morris
|
3eefb7d800
|
Merge branch 'ci/enable_esp32p4_gpio_uart_target_test_v5.3' into 'release/v5.3'
fix(gpio): esp32p4 IOs cannot keep being held in the entire deep sleep process (v5.3)
See merge request espressif/esp-idf!33523
|
2024-10-25 15:08:40 +08:00 |
|
Song Ruo Jing
|
16476a7a59
|
fix(gpio): esp32p4 IOs cannot keep being held in the entire deep sleep process
|
2024-10-23 18:01:50 +08:00 |
|
wuzhenghui
|
55ff2325c5
|
change(esp_hw_support): improve gpio deepsleep wakeup configuration code
|
2024-10-11 14:39:20 +08:00 |
|
wuzhenghui
|
2c68d03182
|
feat(esp_hw_support): support esp32p4 psram retention
|
2024-09-04 16:41:35 +08:00 |
|
morris
|
e1ba14df02
|
fix(gptimer): fix the regdma overwrite the reload configuration
|
2024-08-09 18:12:25 +08:00 |
|
morris
|
7e7f388392
|
change(wdt): create wdt_periph.c in soc component
|
2024-08-09 18:12:25 +08:00 |
|
morris
|
e566ffffcb
|
Merge branch 'feature/support_uart_sleep_retention_v5.3' into 'release/v5.3'
feat(uart): support uart module sleep retention (v5.3)
See merge request espressif/esp-idf!32464
|
2024-07-31 22:07:59 +08:00 |
|
Song Ruo Jing
|
8b8bb72ad4
|
feat(uart): support uart module sleep retention on c6/h2/p4
|
2024-07-31 15:15:11 +08:00 |
|
Marius Vikhammer
|
cf36c11b81
|
feat(lp-core): added support for using ETM events as wake-up source
|
2024-07-31 11:55:24 +08:00 |
|
C.S.M
|
03447f5827
|
fix(usb_serial_jtag): Fix issue that use u32_reg read/write cannot be used to modify fifo regs
|
2024-07-29 11:46:52 +08:00 |
|
Jiang Jiang Jian
|
d431971fed
|
Merge branch 'feat/ci_check_ll_rw_register_half_word_v5.3' into 'release/v5.3'
fix(hal): LL function read write the register by half-world (v5.3)
See merge request espressif/esp-idf!31722
|
2024-07-26 11:46:40 +08:00 |
|
Mahavir Jain
|
ad0cfa57e7
|
Merge branch 'feature/esp32p4_apm_api_v5.3' into 'release/v5.3'
feat: add esp32p4 APM HAL/LL API (v5.3)
See merge request espressif/esp-idf!31417
|
2024-07-25 16:50:18 +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 |
|
wuzhenghui
|
074035aac5
|
feat(esp_hw_support): support esp32p4 gpio wakeup deepsleep
|
2024-07-16 21:58:45 +08:00 |
|
Sachin Billore
|
5869850af2
|
feat: add esp32p4 APM HAL/LL API
|
2024-06-14 12:55:03 +08:00 |
|
wuzhenghui
|
3785506ec1
|
change(esp_driver_gptimer): do gptimer timer target retention by needs
|
2024-06-13 14:08:34 +08:00 |
|
wuzhenghui
|
ea142bb6d1
|
change(esp_hw_support): do timergroup watchdogs retention by needs
|
2024-06-13 14:08:26 +08:00 |
|
Song Ruo Jing
|
bbc44b486e
|
feat(gdma): add GDMA support for ESP32C5 MP
|
2024-06-12 15:28:40 +08:00 |
|
Michael (XIAO Xufeng)
|
98e99e712f
|
Merge branch 'feature/esp32c5_mp_gpio_support_v5.3' into 'release/v5.3'
Feature/esp32c5 mp gpio support (v5.3)
See merge request espressif/esp-idf!30884
|
2024-06-12 00:51:06 +08:00 |
|
morris
|
65d9300b5c
|
Merge branch 'bugfix/esp32h2_iomux_retention_v5.3' into 'release/v5.3'
fix(gpio): fix IO 21-27 IOMUX registers not being backed up on ESP32H2 (v5.3)
See merge request espressif/esp-idf!31190
|
2024-06-11 10:01:07 +08:00 |
|
Song Ruo Jing
|
8800e9d0e5
|
fix(gpio): fix IO 21-27 IOMUX registers not being backed up on ESP32H2
|
2024-05-30 15:13:58 +08:00 |
|
Marius Vikhammer
|
87d4172ee5
|
feat(ulp): add lp core panic handler
|
2024-05-30 14:41:31 +08:00 |
|
gaoxu
|
a621402e1f
|
feat(pm): add SOC_PM_SUPPORTED in soc caps
|
2024-05-16 15:00:22 +08:00 |
|
Song Ruo Jing
|
665883229e
|
fix(gpio_etm): allow one GPIO binds to multiple ETM tasks
|
2024-04-24 15:58:49 +08:00 |
|
wuzhenghui
|
309725fcd0
|
feat(esp_hw_support): support esp32p4 clock output
|
2024-04-17 15:09:49 +08:00 |
|
wuzhenghui
|
101f1abbf1
|
refactor(esp_hw_support): add hal layer for clock output feature
|
2024-04-17 14:25:29 +08:00 |
|
Konstantin Kondrashov
|
06c28f0ee9
|
feat(hal): Adds hal funcs for cpu.c
|
2024-04-11 13:07:04 +03:00 |
|
Cao Sen Miao
|
0985bfbe27
|
feat(i2c_master): Add lp_i2c support in i2c master driver
|
2024-04-03 11:39:04 +08:00 |
|
xiehang
|
f3c5047638
|
feat(extconn): Supports external WiFi connections for ESP32p4 and other espressf chips
|
2024-04-01 11:44:52 +08:00 |
|
xiehang
|
9d7bd6a8dd
|
change(esp_phy): Add SOC_PHY_SUPPORTED to control phy mode
|
2024-04-01 11:36:55 +08:00 |
|
Li Shuai
|
c07be48edb
|
change(esp_hw_support): add adc retention module and it is dependencies on the clock modem
|
2024-03-30 11:51:52 +08:00 |
|
Li Shuai
|
59115cd2d1
|
change(esp_hw_support): some system peripherals to use a retention module number
|
2024-03-29 15:27:08 +08:00 |
|
Li Shuai
|
080d09387c
|
change(esp_hw_support): modify the style of module argument from bitmap to number
|
2024-03-29 15:22:52 +08:00 |
|
wuzhenghui
|
4a64d2fe2c
|
change(hal): control PAU bus clock by hal layer
|
2024-03-29 00:36:46 +08:00 |
|
wanlei
|
a307096ec0
|
spi_master: sct mode supported on c6
|
2024-03-20 15:42:03 +08:00 |
|