Shu Chen
|
9b00dff1b9
|
Merge branch 'support/ieee802154_get_rssi_comp_from_phy_v5.3' into 'release/v5.3'
feat(802.15.4): support ieee802154 get rssi comp from phylib (v5.3)
See merge request espressif/esp-idf!37052
|
2025-02-19 11:03:40 +08:00 |
|
morris
|
85cf4c262b
|
Merge branch 'fix/adc_func_register_not_reset_issue_v5.3' into 'release/v5.3'
adc: func register not reset issue (v5.3)
See merge request espressif/esp-idf!37046
|
2025-02-19 10:33:33 +08:00 |
|
zwx
|
c1adbead0c
|
feat(802.15.4): use btbb function to get rssi comp for h2
|
2025-02-18 12:10:24 +08:00 |
|
Armando
|
aad78c3022
|
fix(adc): fixed adc function register not reset issue
|
2025-02-18 10:35:59 +08:00 |
|
Geng Yuchao
|
d418167af1
|
fix(esp32h2): H2 ble timer clk enable issue
|
2025-02-07 11:46:27 +08:00 |
|
Mahavir Jain
|
e1a023e13d
|
Merge branch 'feat/support_aes_pseudo_round_func_in_esp32h2_eco5_v5.3' into 'release/v5.3'
Support AES and XTS-AES's pseudo round function in ESP32H2-ECO5 (v5.3)
See merge request espressif/esp-idf!36464
|
2025-01-24 14:40:00 +08:00 |
|
morris
|
8f20eac2df
|
Merge branch 'feat/spi_std_timing_and_bit_trans_v5.3' into 'release/v5.3'
feat(driver_spi): support adjust master rx to standard timing (v5.3)
See merge request espressif/esp-idf!36400
|
2025-01-24 10:24:14 +08:00 |
|
harshal.patil
|
ac0dc0d775
|
feat(bootloader_support): Permanently enable XTS-AES pseudo rounds when FE release mode is enabled
|
2025-01-23 14:06:16 +05:30 |
|
harshal.patil
|
ae4e693cfc
|
feat(hal/spi_flash_encrypted): Enable pseudo rounds function during XTS-AES operations
|
2025-01-23 14:06:16 +05:30 |
|
harshal.patil
|
8d30077744
|
feat(hal/aes): Enable pseudo rounds function during AES operations
|
2025-01-23 14:06:16 +05:30 |
|
morris
|
8ec35b4d75
|
Merge branch 'refactor/improve_the_compatible_method_on_h2_v5.3' into 'release/v5.3'
refactor(lpperi): improve compatibility solution (v5.3)
See merge request espressif/esp-idf!36421
|
2025-01-17 12:40:00 +08:00 |
|
Jiang Jiang Jian
|
4e0cb9a140
|
Merge branch 'fix/fix_p4_deepsleep_io_leakage_v5.3' into 'release/v5.3'
fix(esp_hw_support): fix esp32p4 JTAG pad deepsleep current leakage (v5.3)
See merge request espressif/esp-idf!36009
|
2025-01-17 12:10:46 +08:00 |
|
wanckl
|
e1cc1e2568
|
feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing
|
2025-01-17 10:48:52 +08:00 |
|
laokaiyao
|
2abf73d94c
|
refactor(lpperi): improve compatibility solution
|
2025-01-16 10:18:02 +08:00 |
|
laokaiyao
|
90457a9a4e
|
refactor(lpperi): compatible refactor for H2 ECO5
|
2025-01-13 14:39:33 +08:00 |
|
wuzhenghui
|
a18fe20e9b
|
fix(esp_hw_support): fix esp32p4 JTAG pad deepsleep current leakage
|
2024-12-26 16:05:14 +08:00 |
|
Song Ruo Jing
|
340c0d1280
|
fix(uart): fix 8/16-bit uart register access
|
2024-12-25 19:08:05 +08:00 |
|
laokaiyao
|
fdc8275b37
|
fix(i2s): add check for the tdm frame bits num
|
2024-12-24 12:21:29 +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 |
|
morris
|
bde65f22fc
|
fix(gpio): improve set level performance
by avoid "read-modify-write" operation. The registers designed to be
write only.
Related to https://github.com/espressif/esp-idf/issues/14674
|
2024-11-14 14:35:49 +08:00 |
|
C.S.M
|
4049f2b5fb
|
feat(bod): Update bod threshold on esp32p4-eco2
|
2024-11-01 15:31:02 +08:00 |
|
laokaiyao
|
e1e9ffdd4f
|
fix(i2s): fix i2s half sample rate issue
|
2024-10-24 14:32:06 +08:00 |
|
C.S.M
|
7be3141195
|
fix(i2c): Fix the i2c sda/scl force out register value on some esp chips
|
2024-09-12 11:21:10 +08:00 |
|
C.S.M
|
189db78bec
|
fix(i2c): Fix possible error state in clear the bus,
Closes https://github.com/espressif/esp-idf/issues/13647
|
2024-09-12 11:21:08 +08:00 |
|
C.S.M
|
deb91c7abe
|
fix(i2c_master): Fix an I2C issue that slave streth happen but master timeout set seems doesn't work
Closes https://github.com/espressif/esp-idf/issues/14129
Closes https://github.com/espressif/esp-idf/issues/14401
|
2024-09-12 11:20:46 +08:00 |
|
morris
|
998cd5e1f7
|
refactor(gptimer): sleep retention code clean up
|
2024-08-09 18:15:32 +08:00 |
|
morris
|
7e7f388392
|
change(wdt): create wdt_periph.c in soc component
|
2024-08-09 18:12:25 +08:00 |
|
morris
|
21147cd7f5
|
Merge branch 'feat/gpspi_flash_support_v5.3' into 'release/v5.3'
fix(spi_flash): Add external flash support on esp32c6,esp32h2,esp32p4(backport v5.3)
See merge request espressif/esp-idf!32522
|
2024-08-05 17:13:53 +08:00 |
|
C.S.M
|
5b8da6f327
|
fix(spi_flash): Add external flash support on esp32c6,esp32h2,esp32p4
|
2024-08-05 11:47:55 +08:00 |
|
Mahavir Jain
|
e3182df661
|
Merge branch 'update/esp32c6-h2_apm_api_v5.3.1' into 'release/v5.3'
fix(apm): minor fixes for apm api
See merge request espressif/esp-idf!32502
|
2024-08-01 18:32:42 +08:00 |
|
Sachin Billore
|
9e0a13e4d7
|
fix(apm): minor fixes for apm api
|
2024-08-01 12:40:24 +05:30 |
|
gaoxu
|
4b665425a2
|
fix(gpio): correct usb dp gpio pullup disable function v5.3
|
2024-08-01 10:50:58 +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 |
|
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 |
|
Island
|
0efdd4ac01
|
Merge branch 'feat/optimize_bt_porting_hci_0628_5.3' into 'release/v5.3'
Feat/optimize bt porting hci 0628 5.3
See merge request espressif/esp-idf!32135
|
2024-07-25 16:53:54 +08:00 |
|
morris
|
4acc83d7b0
|
Merge branch 'bugfix/rmt_memory_power_up_v5.3' into 'release/v5.3'
fix(rmt): power up memory block (v5.3)
See merge request espressif/esp-idf!32171
|
2024-07-25 16:52:12 +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 |
|
Mahavir Jain
|
99b1e56500
|
fix(hal): correct the power up sequence for MPI/ECC peripherals in ESP32-C5
|
2024-07-19 13:39:03 +08:00 |
|
morris
|
25f78b3715
|
fix(rmt): power up memory block
|
2024-07-18 14:52:15 +08:00 |
|
zwl
|
e761c1de8f
|
feat(bluetooth/controller): adopting new HCI layer code and support UHCI function on ESP32-C6 and ESP32-H2
|
2024-07-17 19:32:22 +08:00 |
|
gaoxu
|
a326f15120
|
feat(adc): support ADC continuous mode on ESP32P4
|
2024-06-12 18:34:04 +08:00 |
|
gaoxu
|
e63d6582cc
|
feat(adc): move adc periph enable/reset functions to ll layer
|
2024-06-12 18:16:45 +08:00 |
|
Michael (XIAO Xufeng)
|
5c618745fe
|
Merge branch 'feat/brownout_support_p4_v5.3' into 'release/v5.3'
feat(brownout): Add brownout detector support on esp32p4 (backport v5.3)
See merge request espressif/esp-idf!31094
|
2024-06-11 21:21:10 +08:00 |
|
Michael (XIAO Xufeng)
|
dbf8726b47
|
Merge branch 'feat/esp32p4_xip_psram_v5.3' into 'release/v5.3'
psram: support xip_psram on esp32p4 (v5.3)
See merge request espressif/esp-idf!31044
|
2024-06-11 21:07:41 +08:00 |
|
morris
|
dafc3b3cd5
|
Merge branch 'feat/gdma_set_burst_size_v5.3' into 'release/v5.3'
feat(gdma): return alignment constraints required by the GDMA channel (v5.3)
See merge request espressif/esp-idf!31113
|
2024-06-11 11:59:03 +08:00 |
|
Jiang Jiang Jian
|
832337bdee
|
Merge branch 'fix/support_union_lp_io_clk_control_v5.3' into 'release/v5.3'
fix(esp_driver_gpio): manage lp_io module clock by driver (v5.3)
See merge request espressif/esp-idf!31359
|
2024-06-11 10:45:00 +08:00 |
|
morris
|
2f0c9b3584
|
feat(gdma): set burst size and return alignment constraint
burst size can affect the buffer alignment
|
2024-06-07 22:44:18 +08:00 |
|
wuzhenghui
|
6a86351373
|
fix(hal): fix PMU LL half word and byte access
|
2024-06-07 14:13:40 +08:00 |
|
wuzhenghui
|
e5429b256a
|
fix(hal): fix LP timer LL half word access
|
2024-06-07 14:13:39 +08:00 |
|
wuzhenghui
|
091da3d631
|
fix(esp_driver_gpio): manage lp_io module clock by driver
Closes https://github.com/espressif/esp-idf/issues/13683
|
2024-06-06 19:27:57 +08:00 |
|