wuzhenghui
|
56aefbe845
|
driver(gptimer): support software triggered GPTimer retention test
|
2024-08-20 10:52:17 +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 |
|
Kevin (Lao Kaiyao)
|
eff2e4eddd
|
Merge branch 'feature/support_i2c_on_c61' into 'master'
feat(i2c): support i2c on esp32-c61
Closes IDF-9296 and IDF-9297
See merge request espressif/esp-idf!32596
|
2024-08-15 09:07:01 +08:00 |
|
wanlei
|
e24067295b
|
feat(spi_master): add test clock src and config validation
|
2024-08-14 11:35:58 +08:00 |
|
laokaiyao
|
1397e5421e
|
feat(i2c): support i2c on esp32-c61
|
2024-08-14 11:25:31 +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 |
|
Chen Jichang
|
9b94afdd38
|
feat(dedic_gpio): add support for esp32c5
|
2024-07-17 17:56:43 +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
|
22a85517ff
|
fix(gptimer): fix the regdma overwrite the reload configuration
|
2024-06-18 09:59:12 +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 |
|
Song Ruo Jing
|
612e970900
|
fix(gpio): fix IO 21-27 IOMUX registers not being backed up on ESP32H2
|
2024-05-29 18:31:24 +08:00 |
|
wuzhenghui
|
8518bf2ea7
|
change(esp_driver_gptimer): do gptimer timer target retention by needs
|
2024-05-28 15:19:24 +08:00 |
|
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 |
|
morris
|
3b376b03df
|
feat(pcnt): add driver support on esp32c5
|
2024-05-16 11:09:48 +08:00 |
|
Konstantin Kondrashov
|
09dc55fb78
|
Merge branch 'feature/set_correct_soc_caps' into 'master'
feat(soc): Update efuse related soc_caps for c61 and c5 (MP/beta3)
See merge request espressif/esp-idf!30708
|
2024-05-15 14:44:17 +08:00 |
|
Mahavir Jain
|
43908774fe
|
Merge branch 'bugfix/refactor_data_variable_in_mpi_periph' into 'master'
fix(soc): Refactor variable names for MPI operations and block bases
Closes IDF-9508
See merge request espressif/esp-idf!30658
|
2024-05-15 12:02:51 +08:00 |
|
nilesh.kale
|
b227154fd3
|
fix(soc): Refactor variable names for MPI operations and block bases
|
2024-05-14 10:34:33 +05:30 |
|
Song Ruo Jing
|
001d4e1f8b
|
feat(gdma): add GDMA support for ESP32C5 MP
|
2024-05-14 11:37:40 +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 |
|
wuzhenghui
|
4a64d2fe2c
|
change(hal): control PAU bus clock by hal layer
|
2024-03-29 00:36:46 +08:00 |
|