wuzhenghui
|
d5396e1d84
|
fix(esp_hw_support): fix esp32h2 wakeup process access flash cause crash
|
2023-08-16 20:44:16 +08:00 |
|
wuzhenghui
|
94d129df76
|
fix(light_sleep): save vddsdio_config before lightsleep
|
2023-08-04 12:04:51 +08:00 |
|
wuzhenghui
|
aaf04f514f
|
fix(esp_hw_support): manage i2c_ana_mst clock witch modem clock driver
|
2023-08-04 12:04:40 +08:00 |
|
Jiang Jiang Jian
|
afcf3e261b
|
Merge branch 'bugfix/fix_cache_data_mem_corrupt_after_sleep_v5.1' into 'release/v5.1'
fix(lightsleep): Suspend cache before goto sleep to avoid cache load wrong data (backport v5.1)
See merge request espressif/esp-idf!25087
|
2023-08-02 11:21:33 +08:00 |
|
Jiang Jiang Jian
|
2f9bb7937a
|
Merge branch 'bugfix/remove__warning_for_rc_fast_calibration_h2_v5.1' into 'release/v5.1'
remove(clk): remove warning log if RC_FAST clock calibration is needed on esp32h2 (v5.1)
See merge request espressif/esp-idf!25075
|
2023-08-01 10:53:46 +08:00 |
|
Jiang Jiang Jian
|
fbfdd97343
|
Merge branch 'bugfix/esp32h2_revision_config_prompt_v5.1' into 'release/v5.1'
fix(esp32h2): correct typo in chip revision prompt (v5.1)
See merge request espressif/esp-idf!25024
|
2023-08-01 10:53:26 +08:00 |
|
wuzhenghui
|
c5703cff8d
|
fix(lightsleep): fix access pu_cfg after sleep wake wakeup which is linked to flash
|
2023-07-31 21:41:56 +08:00 |
|
wuzhenghui
|
1acc14bf72
|
fix(lightsleep): suspend cache before goto sleep to avoid cache load wrong data after spi io isolation
|
2023-07-31 14:52:03 +08:00 |
|
Song Ruo Jing
|
59672cee17
|
remove(clk): remove warning log if RC_FAST clock calibration is needed on esp32h2
|
2023-07-31 10:48:55 +08:00 |
|
Mahavir Jain
|
a0d882c25e
|
fix(esp32h2): correct typo in chip revision prompt
|
2023-07-28 13:45:28 +00:00 |
|
wuzhenghui
|
9df77e015a
|
fix(rtc_clk): fix i2c master clock missing in bbpll configure
|
2023-07-21 11:01:56 +00:00 |
|
Jiang Jiang Jian
|
b21005487d
|
Merge branch 'bugfix/fix_sleep_cache_spi_safe_issues_backport_v5.1' into 'release/v5.1'
Power Management: fix cache spi flash related issues in sleep process (backport v5.1)
See merge request espressif/esp-idf!24812
|
2023-07-15 08:36:46 +08:00 |
|
wuzhenghui
|
16d849b95e
|
fix(esp_pm): fix flash access after light sleep wakeup
|
2023-07-15 01:41:03 +08:00 |
|
wuzhenghui
|
ec35c2ab60
|
fix(esp_pm): put vddsdio configure api always in iram if pd_flash is enabled
- Put vddsdio configure api always in iram if pd_flash is enabled to ensure access flash at flash unavailable time
|
2023-07-14 17:48:27 +08:00 |
|
wuzhenghui
|
f69ea24d15
|
fix(esp_pm): wait spi bus idle before hold CS pin
- Wait for spi bus idle before holding CS pin to prevent hold selected state during sleep
|
2023-07-14 17:48:20 +08:00 |
|
Mahavir Jain
|
bba66a1566
|
Merge branch 'fix/esp_ptr_check_sign_compare_v5.1' into 'release/v5.1'
fix(esp_hw_support): Fix different signed comparison in `esp_ptr_in_drom` (v5.1)
See merge request espressif/esp-idf!24798
|
2023-07-14 17:27:54 +08:00 |
|
Jiang Jiang Jian
|
da8b9ad59d
|
Merge branch 'bugfix/esp32c6_eco1_ble_lpclk_main_xtal_v5.1' into 'release/v5.1'
backport v5.1: support 40 MHz XTAL as BLE low power clock source of esp32c6 eco1
See merge request espressif/esp-idf!24789
|
2023-07-14 16:34:09 +08:00 |
|
Laukik Hase
|
8abdb33072
|
fix(esp_hw_support): Fix different signed comparison in esp_ptr_in_drom
- Closes https://github.com/espressif/esp-idf/issues/11653
- Closes https://github.com/espressif/esp-idf/issues/11865
|
2023-07-14 10:52:19 +05:30 |
|
Jiang Jiang Jian
|
7148d826eb
|
Merge branch 'bugfix/wifi_bcn_timeout_m_f_probe_req_l0_v5.1' into 'release/v5.1'
backport v5.1: fix bcn_timeout and disconnect with error code 201, m f probe req l=0 issue
See merge request espressif/esp-idf!24781
|
2023-07-14 11:35:31 +08:00 |
|
cjin
|
5ec30e6fc2
|
ble : remove extra retention cnt upon deinit temporarily
|
2023-07-14 11:07:56 +08:00 |
|
cjin
|
6c62d13550
|
ble: support eco1 BLE light sleep
|
2023-07-14 11:07:49 +08:00 |
|
Li Shuai
|
ee3452d410
|
light sleep: enable system clock in PMU HP sleep state when selecting a 40 MHz XTAL as low power clock source of ble
|
2023-07-14 11:07:41 +08:00 |
|
Li Shuai
|
78683c7c33
|
modem clock: provide a protected wifipwr clock enable/disable interface to fix the bug of selecting xtal as the low power clock source for ble
|
2023-07-14 11:07:34 +08:00 |
|
Li Shuai
|
a98db6dbd3
|
modem clock: gatable clock interface which can gate or ungate modem clock domain
|
2023-07-14 11:07:27 +08:00 |
|
Jiang Jiang Jian
|
bf4e212950
|
Merge branch 'feature/improve_pd_vddsido_help_doc_v5.1' into 'release/v5.1'
Power Management: improve ESP_SLEEP_PSRAM/FLASH_LEAKAGE_WORKAROUND help doc (backport v5.1)
See merge request espressif/esp-idf!24758
|
2023-07-14 06:38:02 +08:00 |
|
Li Shuai
|
958ae62197
|
power save: fix bcn_timeout and disconnect with error code 201, m f probe req l=0 issue
|
2023-07-13 17:02:50 +08:00 |
|
morris
|
cfa70abe0e
|
Merge branch 'bugfix/fix_adc_cali_workround_wrong_range_v5.1' into 'release/v5.1'
fix(regi2c): wrong ADC_CALI_PD_WORKAROUND on c6, h2 (v5.1)
See merge request espressif/esp-idf!24747
|
2023-07-13 14:17:27 +08:00 |
|
wuzhenghui
|
3fc984690f
|
change(Kconfig): improve ESP_SLEEP_PSRAM/FLASH_LEAKAGE_WORKAROUND help doc
Closes https://github.com/espressif/esp-idf/issues/11558
|
2023-07-13 11:02:44 +08:00 |
|
Armando
|
6acc155516
|
fix(regi2c): wrong ADC_CALI_PD_WORKAROUND on c6, h2
|
2023-07-12 17:28:01 +08:00 |
|
xiaqilin
|
aee329de2b
|
ieee802154: change BLE_BB/ieee802154_BB
|
2023-07-12 14:36:55 +08:00 |
|
xiaqilin
|
2ac7558da2
|
openthread: add openthread autostart for sleep device
|
2023-07-12 14:36:41 +08:00 |
|
xiaqilin
|
b4d951fa6a
|
ieee802154: add sleep state
|
2023-07-12 14:36:21 +08:00 |
|
xiaqilin
|
4f537d3b98
|
ieee802154: support light sleep
|
2023-07-12 14:32:28 +08:00 |
|
Lou Tianhao
|
d191b0c540
|
Power Management: fix hp xtal wait bug for esp32h2 and esp32c6
|
2023-07-11 14:53:43 +08:00 |
|
Lou Tianhao
|
60a3e5053e
|
Power Management: support pu xtal in light sleep for esp32h2
|
2023-07-11 14:53:15 +08:00 |
|
Lou Tianhao
|
7599d07c3f
|
bugfix: remove the workaround implemented in MR 22773 about the lp_timer
|
2023-07-11 14:53:02 +08:00 |
|
Lou Tianhao
|
2c9a2a76f7
|
example: bringup light sleep example for esp32h2
|
2023-07-11 13:58:08 +08:00 |
|
Lou Tianhao
|
2abfeb19c8
|
Power Management: change the IO hold interface for esp32c6
|
2023-07-11 12:04:20 +08:00 |
|
Lou Tianhao
|
8ef8459c0d
|
Power Management: update pmu init and sleep parameter
|
2023-07-11 12:04:09 +08:00 |
|
Lou Tianhao
|
3b40ce4d9b
|
Power Management: fix REGDMA clock issue when wake up form light sleep
|
2023-07-11 12:03:59 +08:00 |
|
Lou Tianhao
|
c39a0cc0b5
|
Power Management: fix REGDMA power issue when TOP domain powered down during light sleep for esp32h2
|
2023-07-11 12:03:36 +08:00 |
|
Lou Tianhao
|
113366820b
|
Power Management: support TOP domain powered down in light sleep for esp32h2
|
2023-07-11 12:03:25 +08:00 |
|
Lou Tianhao
|
24486dd069
|
Power Management: support PAU REGDMA feature for esp32h2
|
2023-07-11 12:03:13 +08:00 |
|
Lou Tianhao
|
c12d7f5463
|
Power Management: support CPU powered down in light sleep for esp32h2
|
2023-07-11 12:03:02 +08:00 |
|
Lou Tianhao
|
356fa3ab4b
|
Power Management: support DFS and PMU feature for esp32h2
|
2023-07-11 12:02:39 +08:00 |
|
Cao Sen Miao
|
acc6d99572
|
temperature_sensor: Add new interface and reference counts so that phy and driver can use together
|
2023-07-10 11:16:09 +08:00 |
|
morris
|
0930b5ca1e
|
Merge branch 'bugfix/fix_spi_flash_api_concurrency_issue_v5.1' into 'release/v5.1'
spi_flash: fix concurrency issue when concurrently calling esp_flash apis (v5.1)
See merge request espressif/esp-idf!24508
|
2023-07-10 10:24:51 +08:00 |
|
Michael (XIAO Xufeng)
|
5c11366e01
|
Merge branch 'feature/support_adc_calibration_on_c6_v5.1' into 'release/v5.1'
adc_cali: supported adc calibration on esp32c6 (v5.1)
See merge request espressif/esp-idf!23936
|
2023-07-07 18:29:11 +08:00 |
|
Island
|
a8c9665ae2
|
Merge branch 'ble_dev/support_esp32h2_modem_clock_selection_5.1' into 'release/v5.1'
ble: support esp32h2 modem clock selection
See merge request espressif/esp-idf!24388
|
2023-07-07 16:57:22 +08:00 |
|
Armando
|
f142415475
|
spiflash: added esp_flash API concurrency pressure test
|
2023-07-07 10:13:28 +08:00 |
|