C.S.M
|
99f1eace07
|
feat(bod): Update bod threshold on esp32p4-eco2
|
2024-10-12 18:03:24 +08:00 |
|
morris
|
0722aa8209
|
feat(etm): support sleep retention
|
2024-10-10 12:12:58 +08:00 |
|
laokaiyao
|
a7ebec84fe
|
refactor(soc): sort esp32h2 soc headers
|
2024-10-09 14:18:08 +08:00 |
|
Erhan Kurubas
|
9a13c59723
|
Merge branch 'add_openocd_stub_bins_fixed' into 'master'
feat(esp_system): preload openocd stub binaries and reserve memory for debugging
See merge request espressif/esp-idf!32817
|
2024-10-09 14:06:09 +08:00 |
|
laokaiyao
|
0cb4bdc54e
|
feat(i2s): support sleep retention
|
2024-09-30 17:38:22 +08:00 |
|
Erhan Kurubas
|
f4eec4da48
|
feat(esp_system): preload openocd stub binaries and reserve memory for debugging
|
2024-09-26 20:16:04 +02:00 |
|
Song Ruo Jing
|
9994f493ed
|
feat(lp_io): Add LP_IO support for ESP32C61
|
2024-09-10 20:50:31 +08:00 |
|
wanckl
|
19c6e77a31
|
fix(mspi): collect mspi iomux pin macro from iomux_reg.h to spi_pins.h
|
2024-09-03 13:55:00 +08:00 |
|
wanckl
|
473f39c31f
|
fix(driver_spi): move macro GPIO_MATRIX_DELAY_NS out from soc.h
|
2024-09-03 13:55:00 +08:00 |
|
Li Shuai
|
5e82899305
|
fix(esp_hw_support): fix the issue of regdma wait node to immediately return to done caused by regdma wait mode comparator
|
2024-08-28 10:44:08 +08:00 |
|
Lou Tianhao
|
bfba80b778
|
fix(pm): write back cache for psram and hold psram cs1
squash! fix(pm): write back cache for psram and hold psram cs1
|
2024-08-28 10:44:08 +08:00 |
|
Lou Tianhao
|
a0da9ade35
|
feat(esp_hw_support): support top domain powered down during sleep for esp32c5
|
2024-08-28 10:44:08 +08:00 |
|
Lou Tianhao
|
50791931a1
|
feat(esp_hw_support): support the new version regdma driver for esp32c5mp
|
2024-08-28 10:44:08 +08:00 |
|
Song Ruo Jing
|
706935f468
|
fix(gpio): esp32p4 IOs cannot keep being held in the entire deep sleep process
|
2024-08-15 21:54:21 +08:00 |
|
wanlei
|
e24067295b
|
feat(spi_master): add test clock src and config validation
|
2024-08-14 11:35:58 +08:00 |
|
Erhan Kurubas
|
9b38f87781
|
Revert "Merge branch 'add_openocd_stub_bins' into 'master'"
This reverts merge request !31504
|
2024-08-09 22:49:43 +02:00 |
|
Erhan Kurubas
|
c7931b0782
|
feat(esp_system): preload openocd stub binaries and reserve memory for debugging
|
2024-08-08 23:25:26 +02:00 |
|
Wu Zheng Hui
|
82e76abaa8
|
Merge branch 'bugfix/fix_esp32p4_sleep_psram_access_failure' into 'master'
fix(esp_hw_support): support esp32p4 psram sleep retention
Closes PM-138, PM-177, PM-187, PM-189, and PM-190
See merge request espressif/esp-idf!32190
|
2024-08-06 10:49:03 +08:00 |
|
wuzhenghui
|
d7eb829fd0
|
feat(esp_hw_support): support esp32p4 psram retention
|
2024-08-05 13:21:05 +08:00 |
|
zwx
|
3d46e6ed1d
|
feat(802.15.4): support 802.15.4 on esp32c5
|
2024-08-02 14:34:07 +08:00 |
|
Armando
|
f6255dde5d
|
feat(mmu): added 8KB mmu page size option for c6 h2
|
2024-07-29 16:16:36 +08:00 |
|
laokaiyao
|
86a552e4e2
|
feat(i2s): support i2s etm event and task
|
2024-07-25 13:22:38 +08:00 |
|
Sachin Billore
|
b88e7716b9
|
refactor: remove assert from apm ll apis
|
2024-07-10 13:06:03 +05:30 |
|
Marius Vikhammer
|
41d39a419f
|
fix(pmp): fixed alignment of PMP addr for RTC mem on C5
Also refactored it for C6/H2/C61 to keep the approach consistent between targets
|
2024-07-04 16:24:46 +08:00 |
|
C.S.M
|
8b2350ce1c
|
fix(usb_serial_jtag): Fix issue that use u32_reg read/write cannot be used to modify fifo regs
|
2024-07-03 15:15:46 +08:00 |
|
morris
|
ba364d486f
|
Merge branch 'feat/ci_check_ll_rw_register_half_word' into 'master'
feat(ci): check if the LL function read write the register by half-world
See merge request espressif/esp-idf!31501
|
2024-06-18 20:38:15 +08:00 |
|
morris
|
4f03604b2e
|
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-06-18 14:58:41 +08:00 |
|
morris
|
0365cb0bc7
|
change(wdt): create wdt_periph.c in soc component
|
2024-06-18 09:59:06 +08:00 |
|
wuzhenghui
|
cca222948a
|
fix(esp_driver_gpio): manage lp_io module clock by driver
Closes https://github.com/espressif/esp-idf/issues/13683
|
2024-06-05 17:56:37 +08:00 |
|
Song Ruo Jing
|
dca7c286d0
|
feat(uart): support uart module sleep retention on c6/h2/p4
|
2024-06-03 12:40:43 +08:00 |
|
Mahavir Jain
|
019165b950
|
Merge branch 'feature/esp32p4_apm_api' into 'master'
feat: add esp32p4 APM HAL/LL API
Closes IDF-9651
See merge request espressif/esp-idf!30251
|
2024-05-30 14:08:45 +08:00 |
|
Sachin Billore
|
31d86175da
|
feat: add esp32p4 APM HAL/LL API
|
2024-05-29 21:37:49 +05:30 |
|
wuzhenghui
|
a68668c392
|
change(esp_hw_support): do timergroup watchdogs retention by needs
|
2024-05-28 15:17:19 +08:00 |
|
morris
|
cb2898d033
|
change(rmt): rename sleep back to sleep retention
|
2024-05-23 11:02:07 +08:00 |
|
Konstantin Kondrashov
|
5ed066f3a8
|
feat(soc): Update efuse related soc_caps for c61 and c5 (MP/beta3)
|
2024-05-13 19:54:28 +08:00 |
|
morris
|
6a57c26469
|
Merge branch 'feature/esp32c5_mp_gpio_support' into 'master'
esp32c5 mp gpio support
Closes IDF-9649
See merge request espressif/esp-idf!30474
|
2024-05-11 22:50:23 +08:00 |
|
gaoxu
|
cbef285352
|
feat(pm): add SOC_PM_SUPPORTED in soc caps
|
2024-05-11 10:51:17 +08:00 |
|
morris
|
e8e975112a
|
feat(rmt): support sleep retention
by back up the registers
|
2024-04-24 22:10:42 +08:00 |
|
Song Ruo Jing
|
bf3067fa8a
|
fix(gpio_etm): allow one GPIO binds to multiple ETM tasks
|
2024-04-23 20:37:34 +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 |
|
Mahavir Jain
|
999f3f69c0
|
Merge branch 'esp32p4/deterministic_ecdsa_support' into 'master'
Add deterministic ECDSA support
Closes IDF-8507
See merge request espressif/esp-idf!29010
|
2024-04-01 16:45:14 +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 |
|
harshal.patil
|
272633bde1
|
fix(mbedtls/ecdsa): Fix dependant peripheral's enable and reset
|
2024-03-29 12:40:13 +05:30 |
|