Konstantin Kondrashov
|
06c28f0ee9
|
feat(hal): Adds hal funcs for cpu.c
|
2024-04-11 13:07:04 +03:00 |
|
morris
|
e8b6d2280d
|
change(gptimer): use private unsafe RCC LL functions in bootloader
|
2024-04-08 17:48:20 +08:00 |
|
morris
|
f29351b99a
|
refactor(spi): use RCC functions to do DMA reset
|
2024-03-29 10:53:05 +08:00 |
|
morris
|
b55a0e015a
|
feat(sdio_slave): add reset and clock control functions
|
2024-03-29 10:41:17 +08:00 |
|
morris
|
1b8e1df648
|
feat(uhci): add reset and clock control functions
|
2024-03-29 10:41:17 +08:00 |
|
Harshal Patil
|
5274bf88e4
|
Merge branch 'esp32p4/add_sha_support' into 'master'
feat: add SHA support for ESP32-P4
Closes IDF-7541 and IDF-7882
See merge request espressif/esp-idf!24865
|
2024-03-27 20:08:28 +08:00 |
|
harshal.patil
|
9cd10e196b
|
feat(hal/sha): use RCC atomic block to enable/reset the SHA peripheral
|
2024-03-27 11:23:30 +05:30 |
|
Cao Sen Miao
|
ede1df51b0
|
feat(i2c_master): Add parameter to config I2C scl await time
|
2024-03-27 10:35:11 +08:00 |
|
Cao Sen Miao
|
c0e5f2b73a
|
fix(i2c_master): Fix issue that i2c clock got wrong after reset,
Closes https://github.com/espressif/esp-idf/issues/13397
|
2024-03-21 13:13:53 +08:00 |
|
Song Ruo Jing
|
90bf2772ac
|
fix(uart): Fix mismatch wakeup rising edges required with the threshold configured
Closes https://github.com/espressif/esp-idf/issues/12586
|
2024-03-15 16:58:33 +08:00 |
|
Mahavir Jain
|
cd47cf46dc
|
Merge branch 'esp32p4/add_aes_support' into 'master'
feat: add AES support for ESP32-P4
Closes IDF-6519
See merge request espressif/esp-idf!26429
|
2024-03-15 11:43:22 +08:00 |
|
harshal.patil
|
e8268d8b6b
|
feat(hal/aes): use RCC atomic block to enable/reset the AES peripheral
|
2024-03-13 15:22:07 +05:30 |
|
wuzhenghui
|
48e6629987
|
change(hal): redefine some ll for unsafe calling
|
2024-03-07 19:26:37 +08:00 |
|
gaoxu
|
3ac736bc95
|
feat(gpio): add gpio support on ESP32C5
|
2024-02-20 14:57:25 +08:00 |
|
morris
|
49e7228be9
|
feat(gptimer): basic driver support on esp32c5
|
2024-02-19 10:27:18 +08:00 |
|
Cao Sen Miao
|
62a0efdd7c
|
feat(i2c): Add pure hal i2c master driver example
|
2024-01-31 11:47:14 +08:00 |
|
Song Ruo Jing
|
cf93777077
|
refactor(rtc): move soc/rtc.h from soc to esp_hw_support component
Deprecated rtc_xtal_freq_t, replaced with soc_xtal_freq_t defined in
clk_tree_defs.h in soc component.
|
2024-01-25 19:15:33 +08:00 |
|
wuzhenghui
|
2bd755c95d
|
refactor(esp_hw_support): move TIMG_WDT_WKEY_VALUE defination from hal to soc
|
2024-01-23 11:51:44 +08:00 |
|
Omar Chebib
|
102d5bbf72
|
refactor(riscv): added a new API for the interrupts
|
2024-01-18 16:36:53 +08:00 |
|
Omar Chebib
|
5cdf145f55
|
refactor(riscv): refactor crosscore interrupt
|
2024-01-18 16:27:36 +08:00 |
|
Ondrej Kosta
|
ce388a4111
|
feat(esp_eth): Added support of internal EMAC for ESP32P4
Refactored internal EMAC DMA access.
Added MPLL acquire to manage access to the MPLL by multiple periphs.
|
2024-01-16 14:29:25 +01:00 |
|
morris
|
213a599d8b
|
fix(mcpwm): enable mcpwm group clock before hal init
|
2024-01-15 18:13:56 +08:00 |
|
Wan Lei
|
85bdf22973
|
Merge branch 'refactor/spi_hal_iram_rm_dma_ll' into 'master'
refactor(spi): replace dma_ll related in spi hal by using gdma driver (part2)
See merge request espressif/esp-idf!27238
|
2024-01-09 15:13:12 +08:00 |
|
Cao Sen Miao
|
2e83fa1c69
|
refactor(spi_flash): Use new spi_flash register sturct and deperecate the old one
|
2024-01-08 09:59:22 +08:00 |
|
wanlei
|
2baee4fb0f
|
refactor(spi_master): replace dma_ll in spi hal layer (part 2.1)
|
2023-12-28 19:58:54 +08:00 |
|
laokaiyao
|
e88d528b81
|
refactor(dac): remove redundant ll config for dac mode
Closes https://github.com/espressif/esp-idf/issues/12741
|
2023-12-09 20:14:54 +08:00 |
|
Cao Sen Miao
|
b3280677fd
|
fix(bod): Reset brownout in configuration to avoid RF cannot be enabled again
|
2023-11-24 10:17:20 +08:00 |
|
Lou Tianhao
|
b86d550ec5
|
change(pm/ext): remove ext0_wakeup_clear and ext1_wakeup_clear
|
2023-11-20 16:36:50 +08:00 |
|
Lou Tianhao
|
d97f45b3a8
|
bugfix: ext0_wakeup_prepare func when s_config.wakeup_triggers & RTC_EXT0_TRIG_EN == false
|
2023-11-20 16:03:57 +08:00 |
|
laokaiyao
|
f35ec64a0b
|
feat(touch): support touch driver on p4 (soc)
|
2023-11-16 11:13:02 +00:00 |
|
Jiang Jiang Jian
|
221122ebeb
|
Merge branch 'bugfix/fix_deinit_init_wifi_scan_fail_issue' into 'master'
fix(wifi): fix deinit init wifi scan fail issue
Closes WIFIBUG-200 and WIFI-5775
See merge request espressif/esp-idf!26957
|
2023-11-10 11:05:03 +08:00 |
|
muhaidong
|
91bd2c8541
|
change(hal): remove useless code from periph_ll_wifi_bt_module_enable_clk
|
2023-11-09 14:17:54 +08:00 |
|
morris
|
5cc965e6cb
|
Merge branch 'feature/rmt_receive_in_isr' into 'master'
feat(rmt): support calling rmt_receive in ISR callback
Closes IDF-8488
See merge request espressif/esp-idf!26874
|
2023-11-08 14:25:52 +08:00 |
|
morris
|
14b7db5dd0
|
feat(rmt): support calling rmt_receive in ISR callback
|
2023-11-03 15:42:56 +08:00 |
|
Song Ruo Jing
|
9461993ec5
|
refactor(gpio): make gpio driver as component, and fix astyle
|
2023-11-03 15:42:23 +08:00 |
|
Gao Xu
|
8b953557c1
|
Merge branch 'bugfix/fix_adc_read_zero_h2' into 'master'
ADC: fix adc raw data get 0 because of signal delay on ESP32H2
See merge request espressif/esp-idf!26572
|
2023-10-30 20:51:08 +08:00 |
|
Wan Lei
|
7c21207bd3
|
Merge branch 'feature/esp32p4_twai_support' into 'master'
feat(twai): support legacy twai(can) driver for esp32p4
Closes IDF-7470
See merge request espressif/esp-idf!26073
|
2023-10-30 10:57:03 +08:00 |
|
Cao Sen Miao
|
0bf1dce413
|
refactor(i2c): Add reset and clock control to i2c ll layer
|
2023-10-27 10:50:35 +08:00 |
|
wanlei
|
d9d6f5a17a
|
feat(twai): support legacy twai(can) driver for esp32p4
|
2023-10-26 16:20:45 +08:00 |
|
gaoxu
|
a8e3122866
|
fix(adc): fix adc read zero after getting done signal on h2
|
2023-10-26 12:22:09 +08:00 |
|
Armando
|
263e39c32b
|
fix(sdmmc): fix ll layer wrong assertion
|
2023-10-25 06:03:25 +00:00 |
|
Cao Sen Miao
|
8d639492f2
|
feat(i2c_slave): Add new implementation and API for I2C slave
|
2023-10-24 18:44:49 +08:00 |
|
morris
|
767595a22f
|
Merge branch 'feature/mcpwm_timer_change_freq' into 'master'
feat(mcpwm): support update timer period dynamically
Closes IDFGH-11145
See merge request espressif/esp-idf!26419
|
2023-10-23 15:51:14 +08:00 |
|
morris
|
0cbcb9f5ea
|
feat(mcpwm): support update timer period dynamically
Implement the requirement asked in
https://www.esp32.com/viewtopic.php?f=13&t=35919
|
2023-10-20 16:57:25 +08:00 |
|
wuzhenghui
|
1f10c84a4f
|
change(hal): rewrite gpio_ll_set_iomux_pin_ctrl api
|
2023-10-19 22:24:08 +08:00 |
|
Armando (Dou Yiwen)
|
471f1f61ae
|
Merge branch 'feature/support_sdmmc_ver2_on_p4' into 'master'
sdmmc: esp32p4 support
Closes IDF-6502
See merge request espressif/esp-idf!25405
|
2023-10-19 22:00:40 +08:00 |
|
Wan Lei
|
a9b6c98489
|
Merge branch 'refactor/spi_using_rcc_automic_lock' into 'master'
refac(spi): update periph_module_xxx with rcc_atomic_lock for periph bus
Closes IDF-8159
See merge request espressif/esp-idf!26394
|
2023-10-18 20:36:51 +08:00 |
|
Armando
|
4eaf233bb8
|
change(sdmmc): replace periph_module_x with rcc
|
2023-10-18 11:57:55 +00:00 |
|
Armando
|
70314b56d5
|
feat(sdmmc): supported sd2.0 on esp32p4
|
2023-10-18 11:57:55 +00:00 |
|
wanlei
|
57614bbad2
|
feat(ledc): support ledc on esp32p4
|
2023-10-17 16:40:04 +08:00 |
|