Alexey Lapshin
7f80baa1f6
Merge branch 'feature/esp32c5-esp32c61_enable-panic-tests' into 'master'
...
feat(panic): support HWSG for esp32c5, esp32c61 and enable testing
Closes IDF-8662 and IDF-9269
See merge request espressif/esp-idf!35816
2024-12-27 19:34:25 +08:00
Marius Vikhammer
096cb409d9
feat(panic): panic immediatly if trying to write to flash through cache on ESP32-S3
...
Updated S3 to use PMS protection for writing to flash through cache. This means we get
a panic quicker for this illegal behavior than we did before, making the source of the error
easier to track down.
2024-12-27 17:58:33 +08:00
Marek Fiala
2c814ef2fa
feat(tools): Enforce utf-8 encoding with open() function
2024-12-27 17:12:21 +08:00
Wu Zheng Hui
01b1191e8f
Merge branch 'fix/fix_p4_usb_phy_bad_suspend_on_lslp' into 'master'
...
fix(esp_hw_support): fix p4 OTG phy bad suspend cause high power consumption on sleep
Closes PM-136
See merge request espressif/esp-idf!35727
2024-12-27 15:35:44 +08:00
laokaiyao
678ddba550
feat(touch): allow RTC power down during the deep sleep
2024-12-26 19:14:12 +08:00
wuzhenghui
ec16bd7132
fix(esp_hw_support): fix p4 OTG phy bad suspend cause high power consumption on sleep
2024-12-26 14:44:22 +08:00
Alexey Lapshin
b58c9a4219
feat(panic): support HWSG for esp32c5, esp32c61 and enable testing
2024-12-26 12:45:17 +07:00
C.S.M
d448c4ed05
feat(spi_flash): Add 32M flash support on esp32c5
2024-12-25 16:06:43 +08:00
Kevin (Lao Kaiyao)
d695060742
Merge branch 'refactor/compatibility_refactor_to_parlio_reg_on_h2' into 'master'
...
refactor(parlio): refactor for the H2 ECO5 compatibility
See merge request espressif/esp-idf!35936
2024-12-25 13:48:29 +08:00
chenjianhua
ad3554fbed
fix(bt): Update bt lib for ESP32(ba6739f)
...
- Fixed assert in lld_evt.c at line 2353
- Fixed interrupt WDT when shutdown bt controller
- Added config for BLE vendor HCI QA command
- Added config for BLE channel assessment and ping procedure
2024-12-25 11:36:29 +08:00
Gao Xu
1a9a5f4734
Merge branch 'feat/h21_introduce_step7' into 'master'
...
feat(esp32h21): ci enable public header check (stage7)
See merge request espressif/esp-idf!35858
2024-12-25 09:36:32 +08:00
gaoxu
1efea28c69
feat(interrupt): rename interrupt martix reg base
2024-12-24 19:13:32 +08:00
laokaiyao
ab2055cd70
refactor(parlio): refactor for the H2 ECO5 compatibility
2024-12-24 18:52:45 +08:00
gaoxu
3e30d2e928
feat(esp32h21): ci enable public header check (stage7)
2024-12-24 16:44:08 +08:00
morris
0c909888f9
Merge branch 'feat/rgb_lcd_increase_pclk' into 'master'
...
feat(lcd): increase the upper limit of pclk frequency for RGB LCD
See merge request espressif/esp-idf!35845
2024-12-24 16:23:05 +08:00
Wu Zheng Hui
bba3063b52
Merge branch 'fix/fix_p4_deepsleep_io_leakage' into 'master'
...
fix(esp_hw_support): fix esp32p4 JTAG pad deepsleep current leakage
Closes PM-204
See merge request espressif/esp-idf!35633
2024-12-24 15:36:09 +08:00
Song Ruo Jing
ebdb804d63
Merge branch 'bugfix/dvp_isp_yuv_submodule_workaround' into 'master'
...
fix(isp): fix some submodule dependence for specific isp output format
See merge request espressif/esp-idf!35532
2024-12-24 12:25:11 +08:00
morris
d39388fe4f
feat(lcd): increase the upper limit of pclk frequency for RGB LCD
2024-12-23 22:01:34 +08:00
Song Ruo Jing
c05603d4a0
fix(isp): isp_dvp raw->rgb needs a workaround
2024-12-23 21:43:43 +08:00
Song Ruo Jing
338b0c707d
Revert "change(isp): enable yuv submodules"
...
This reverts commit e4a44970940ceeff0e6f3e425c03eded9505b2d5.
2024-12-23 21:43:43 +08:00
wuzhenghui
58786528fd
fix(esp_hw_support): fix esp32p4 JTAG pad deepsleep current leakage
2024-12-23 21:17:31 +08:00
laokaiyao
7086f4ca6d
fix(i2s): add check for the tdm frame bits num
2024-12-23 14:39:07 +08:00
laokaiyao
7c6f50b744
fix(i2s): fixed some missing content and updates
2024-12-23 14:39:07 +08:00
Aditya Patwardhan
05f3a6be80
Merge branch 'bugfix/fix_efuse_block_numbers_in_hal_crypto_testapps' into 'master'
...
fix(hal/test_apps): update efuse block numbers for ECDSA key burning
Closes IDF-11445
See merge request espressif/esp-idf!35457
2024-12-20 18:46:12 +08:00
Gao Xu
b11535c32d
Merge branch 'feat/h21_introduce_step4' into 'master'
...
feat(esp32h21): add G0 component support (stage4)
See merge request espressif/esp-idf!35494
2024-12-20 17:26:00 +08:00
C.S.M
bd5945d1cc
Merge branch 'feat/auto_suspend_waiti' into 'master'
...
feat(spi_flash): Add config for adding auto check status after suspend to improve performance
See merge request espressif/esp-idf!35628
2024-12-20 16:35:21 +08:00
gaoxu
4ba375351a
feat(esp32h21): add G0 component support (stage4)
2024-12-20 14:15:12 +08:00
Chen Ji Chang
fce82302cd
Merge branch 'fix/parlio_add_gdma_fifo_reset' into 'master'
...
fix(parlio_tx): add clock and fifo reset in disable function
See merge request espressif/esp-idf!35657
2024-12-20 14:06:37 +08:00
Armando (Dou Yiwen)
90f638e56e
Merge branch 'feat/c5_adc_calibration' into 'master'
...
adc: calibration support on esp32c5
Closes IDF-8702
See merge request espressif/esp-idf!35712
2024-12-20 10:31:42 +08:00
Song Ruo Jing
4535c27224
Merge branch 'contrib/github_pr_14923' into 'master'
...
GPIO: Add gpio_get_io_config(). (GitHub PR)
Closes IDFGH-14117 and IDFGH-14127
See merge request espressif/esp-idf!35266
2024-12-19 21:02:50 +08:00
Chen Jichang
0c2c142134
fix(parlio_tx): add clock and fifo reset in disable function
2024-12-19 17:40:07 +08:00
Armando (Dou Yiwen)
f93e720c36
Merge branch 'fix/flash_noos_issues' into 'master'
...
flash: fixed some no_os API issues
Closes IDF-11851 and IDF-11852
See merge request espressif/esp-idf!35572
2024-12-19 14:59:23 +08:00
Armando
b963c0f013
feat(adc): supported adc calibration on esp32c5
2024-12-19 12:12:30 +08:00
Wan Lei
3bdab3a191
Merge branch 'feat/c5_twaifd_lowlevel_support' into 'master'
...
feat(twai): c5 twaifd basic low level support
See merge request espressif/esp-idf!34081
2024-12-19 11:27:29 +08:00
Armando (Dou Yiwen)
45513f302b
Merge branch 'feat/cache_ll_invalidate_all' into 'master'
...
cache: cache ll to invalidate all
Closes IDF-11897
See merge request espressif/esp-idf!35743
2024-12-19 09:57:12 +08:00
Song Ruo Jing
c749ec66f6
fix(gpio): fix pu, pd, drv value incorrect from gpio_dump_io_configuration on esp32
...
Closes https://github.com/espressif/esp-idf/issues/14931
2024-12-18 22:38:25 +08:00
wanckl
fe48cbc3c0
feat(twai): c5 twaifd low level support and deprecate old types header
2024-12-18 19:23:25 +08:00
Armando
63ea6113ba
fix(cache): fixed cache hal ctx not initialised in app issue
2024-12-18 16:41:35 +08:00
C.S.M
81426057b5
feat(spi_flash): Add config for adding auto check status after suspend to improve performance
2024-12-18 14:55:25 +08:00
Armando
f1b0c5dcb4
feat(cache): added cache invalidate all ll apis
2024-12-18 11:33:28 +08:00
Tomas Rezucha
3fd2f53c68
fix(usb/host): Fix reaction on High-Speed NYET packet
...
In Scatter-Gather DMA mode, the USB-DWC will automatically enable
PING protocol if an OUT packet is NACKed by the High-Speed device.
The PING bit must be manually reset.
2024-12-17 17:45:54 +01:00
C.S.M
3140ce06e8
fix(i2c_slave): Support 10-bit address on esp32
2024-12-17 19:14:32 +08:00
Wu Zheng Hui
cd225d0788
Merge branch 'fix/fix_flash_clock_changed_after_sleep' into 'master'
...
fix(esp_hw_support): fix mspi clock freq changed after lightsleep
Closes PM-231 and PM-299
See merge request espressif/esp-idf!34982
2024-12-16 21:34:38 +08:00
wuzhenghui
7d0d95b7d8
fix(esp_hw_support): fix mspi clock freq changed after lightsleep
2024-12-13 15:47:49 +08:00
Kevin (Lao Kaiyao)
b2dce4a170
Merge branch 'feature/support_ana_cmpr_on_c5' into 'master'
...
feat(ana_cmpr): support ana cmpr on c5
Closes IDF-11081
See merge request espressif/esp-idf!35530
2024-12-13 11:03:17 +08:00
Chen Ji Chang
d2b87ace4b
Merge branch 'feat/support_step_notify_on_h2eco5' into 'master'
...
feat(pcnt): support step_notify on esp32h2 eco5
Closes IDF-11394
See merge request espressif/esp-idf!35516
2024-12-12 16:23:44 +08:00
laokaiyao
f731a53694
refactor(ana_cmpr): use enum types in ll
2024-12-12 10:46:54 +08:00
laokaiyao
b48b43880a
feat(ana_cmpr): support analog comparator on C5
2024-12-12 10:27:05 +08:00
Chen Jichang
dd07504ea5
feat(pcnt): support step_notify on esp32h2 eco5
2024-12-11 16:57:09 +08:00
Armando
6528ab5971
refactor(mspi): refactor mspi clock src settings
2024-12-11 14:46:07 +08:00