wuzhenghui
|
adc8351458
|
fix(esp_hw_support): clear all type ULP wakeup intr status at ulp wakeup source enable
|
2023-11-16 11:47:20 +08:00 |
|
Jiang Jiang Jian
|
e0286e24c8
|
Merge branch 'bugfix/lp_active_slow_clock_domain_default_power_down_v5.2' into 'release/v5.2'
backport v5.2: In the LP ACTIVE state, the slow clock power domain is by default in a powered-off state
See merge request espressif/esp-idf!26998
|
2023-11-09 12:14:24 +08:00 |
|
Li Shuai
|
2a968da432
|
change(Power Management): the xpd_xtal32k value depends on system slow clock source config option when pmu initialize
|
2023-11-08 14:55:14 +08:00 |
|
Armando
|
f01a40afe2
|
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
By design, it's 12 dB. There're errors among chips, so the actual
attenuation will be 11dB more or less
|
2023-11-07 14:11:10 +08:00 |
|
Jiang Guang Ming
|
5f00b8a4d5
|
fix(esp32c3): Update esp32c3 chip revision
|
2023-10-20 11:01:07 +08:00 |
|
Armando
|
70314b56d5
|
feat(sdmmc): supported sd2.0 on esp32p4
|
2023-10-18 11:57:55 +00:00 |
|
zlq
|
9c2d470465
|
feat(bootloader): adjust dbias of bootloader, change clock of H2 to 64
MHz
|
2023-10-12 14:51:54 +08:00 |
|
Xiao Xufeng
|
28ba080c5e
|
Revert "feat(volt): chip auto adjust volt for esp32c6 & esp32h2"
This reverts commit b221f87e00 .
|
2023-10-12 14:51:54 +08:00 |
|
Gao Xu
|
d52040a86d
|
Merge branch 'esp32p4/add_uart_support' into 'master'
UART: Add uart support for ESP32P4
Closes IDF-6511 and IDF-7506
See merge request espressif/esp-idf!25388
|
2023-10-09 18:11:10 +08:00 |
|
Lou Tian Hao
|
adae54faca
|
Merge branch 'bringup/support_callback_mechanism_in_lightsleep_flow' into 'master'
Power Management: support_callback_mechanism_in_lightsleep_flow
Closes WIFI-5936
See merge request espressif/esp-idf!24597
|
2023-10-08 20:16:01 +08:00 |
|
gaoxu
|
4541ad134d
|
feat(uart): add RCC atomic block to uart/lp-uart peripheral
|
2023-10-08 10:10:02 +08:00 |
|
gaoxu
|
c7afa0dcef
|
feat(uart): uart(hp,lp) support on esp32p4
|
2023-10-08 10:10:00 +08:00 |
|
gaoxu
|
8efe950077
|
fix(adc): power settings not taking into effect on H2
|
2023-09-28 17:41:42 +00:00 |
|
wuzhenghui
|
c8083b07bf
|
feat(modem_clock): separate management of modem_adc_common_fe clock and modem_private_fe
|
2023-09-28 17:41:42 +00:00 |
|
gaoxu
|
817036f46f
|
fix(adc): power settings not taking into effect on C6
|
2023-09-28 17:41:42 +00:00 |
|
Kevin (Lao Kaiyao)
|
4c6f4b39f1
|
Merge branch 'feature/support_i2s_on_p4' into 'master'
feat(i2s): support i2s on esp32p4
Closes IDF-6508
See merge request espressif/esp-idf!24280
|
2023-09-29 00:50:04 +08:00 |
|
laokaiyao
|
72a0746e62
|
refactor(apll): move the apll soc caps to clk_tree_ll
|
2023-09-28 15:03:27 +08:00 |
|
laokaiyao
|
cf889f3c6d
|
feat(i2s): support i2s on esp32p4
|
2023-09-28 15:03:27 +08:00 |
|
zlq
|
b221f87e00
|
feat(volt): chip auto adjust volt for esp32c6 & esp32h2
|
2023-09-28 05:55:42 +00:00 |
|
Kevin (Lao Kaiyao)
|
9a239b8367
|
Merge branch 'feature/support_analog_comparator_on_p4' into 'master'
feat(ana_cmpr): supported analog comparator on esp32p4
Closes IDF-7479
See merge request espressif/esp-idf!24873
|
2023-09-27 04:24:09 +08:00 |
|
Jiang Jiang Jian
|
2ec907e621
|
Merge branch 'bugfix/fix_sleep_risk_vol_param' into 'master'
bugfix(sleep): fix risk sleep vol param for esp32c6 & esp32h2
See merge request espressif/esp-idf!25993
|
2023-09-26 14:06:56 +08:00 |
|
laokaiyao
|
ff7a11e539
|
feat(ana_cmpr): supported etm in analog comparator example
|
2023-09-25 19:57:34 +08:00 |
|
chaijie@espressif.com
|
76aca4cc8a
|
fix(sleep): fix inproper sleep vol param for esp32c6 & esp32h2
|
2023-09-25 16:37:35 +08:00 |
|
Lou Tianhao
|
450e685cb7
|
feat(PowerManagement/lightsleep): Support ESP_SLEEP_EVENT_CALLBACKS
|
2023-09-25 15:39:18 +08:00 |
|
harshal.patil
|
6a7caa7b8e
|
feat(esp_hw_support): Added locking mechanism for the ECDSA and ECC peripheral
|
2023-09-20 16:05:50 +05:30 |
|
harshal.patil
|
aa4783519a
|
feat(esp_hw_support): Add esp_crypto_lock layer for esp32c2
|
2023-09-20 16:05:49 +05:30 |
|
Gao Xu
|
80e3ece7d1
|
Merge branch 'bugfix/remove_wno_format_in_driver_hal_and_esp_hw_support_components' into 'master'
Remove -Wno-format in hal and esp_hw_support components
Closes IDF-6792
See merge request espressif/esp-idf!25402
|
2023-09-19 12:12:56 +08:00 |
|
Michael (XIAO Xufeng)
|
efb9d9e7d4
|
Merge branch 'esp32_s2_s3_cpu_freq_to_pll' into 'master'
EspS2/S3: fixed the bug of insufficient voltage when the CPU switches frequency
See merge request espressif/esp-idf!25396
|
2023-09-18 20:01:31 +08:00 |
|
gaoxu
|
5b4469f973
|
fix: remove wno format in esp_hw_support component
|
2023-09-18 02:43:41 +00:00 |
|
Konstantin Kondrashov
|
cbdb799b6f
|
feat(esp_timer): Support systimer for ESP32P4
|
2023-09-13 19:13:38 +08:00 |
|
hongshuqing
|
77a303276a
|
esp32/esp32s2/esp32s3 cpu freq to pll
add assert for cpu_freq_to_8m
update esp32 DBIAS_XTAL_80M_160M define
delete modify of esp32
remove esp32 comment
restore esp32 modify
|
2023-09-11 10:40:27 +08:00 |
|
morris
|
035c7c145c
|
feat(clk_cali): always enable timer group0 for clock calibration
Calibration registers are located in the timer group0,
this commit is going to always enable it when the calibration is used by app
|
2023-08-22 17:05:35 +08:00 |
|
Marius Vikhammer
|
27baef2424
|
docs(esp32p4): added building docs for ESP32-P4
|
2023-08-16 10:13:47 +08:00 |
|
Armando
|
706d684418
|
feat(esp32p4): introduced new target esp32p4, supported hello_world
|
2023-08-09 19:33:25 +08:00 |
|
Armando
|
de68029de9
|
change(header): modify p4 headers issues from check_header_py
|
2023-08-04 14:13:59 +02:00 |
|
morris
|
55ea6b78a7
|
Merge branch 'feature/async_memcpy_rewrite' into 'master'
feat(async_memcpy): refactor driver code to support different DMA backends
See merge request espressif/esp-idf!25050
|
2023-08-04 17:52:13 +08:00 |
|
wuzhenghui
|
c34cdd05e9
|
fix(esp_hw_support): manage i2c_ana_mst clock witch modem clock driver
|
2023-08-04 10:39:43 +08:00 |
|
morris
|
fd3d1aa101
|
feat(async_memcpy): refactor driver code to support different DMA backen
To support AHB and AXI DMA memory copy for the same target (esp32p4).
|
2023-08-03 12:02:09 +08:00 |
|
Song Ruo Jing
|
8b574fb87f
|
remove(clk): remove warning log if RC_FAST clock calibration is needed on esp32h2
|
2023-07-26 20:29:58 +08:00 |
|
Lou Tian Hao
|
57c6c0a1a3
|
Merge branch 'bringup/esp32h2_deep_sleep_for_rebase' into 'master'
esp32h2: support deep_sleep
Closes IDF-6268, IDF-6572, and IDF-7406
See merge request espressif/esp-idf!24438
|
2023-07-24 10:47:51 +08:00 |
|
Song Ruo Jing
|
4b9f601ac3
|
Merge branch 'feature/esp32p4_clock_prework_support' into 'master'
feat(clk): Add support to get xtaL freq for ESP32P4
See merge request espressif/esp-idf!24927
|
2023-07-21 00:12:18 +08:00 |
|
Song Ruo Jing
|
b8a8713f96
|
feat(clk): Add support to get xtaL freq for ESP32P4
|
2023-07-20 18:13:13 +08:00 |
|
Lou Tianhao
|
7bd92287c4
|
change(pm/deepsleep): Update deep_sleep pmu analog parameter for esp32h2
|
2023-07-20 11:43:57 +08:00 |
|
Lou Tianhao
|
dcacd8cdf8
|
feat(pm/deepsleep): Support deep_sleep example and deep_sleep_wake_stub example for esp32h2
|
2023-07-20 11:43:57 +08:00 |
|
Mahavir Jain
|
6431091ce6
|
fix(esp32h2): correct typo in chip revision prompt
|
2023-07-18 20:46:45 +05:30 |
|
wuzhenghui
|
a5c992c8af
|
fix(esp_pm): fix PM_SLP_IRAM_OPT/PM_RTOS_IDLE_OPT feature
- Fix flash accessed code to resolve issues with PM_SLP_IRAM_OPT/PM_RTOS_IDLE_OPT enabled
|
2023-07-14 21:21:19 +08:00 |
|
Jiang Jiang Jian
|
4b484574cd
|
Merge branch 'bugfix/esp32c6_eco1_ble_lpclk_main_xtal' into 'master'
support 40 MHz XTAL as BLE low power clock source of esp32c6 eco1
Closes WIFI-5909 and WIFI-6114
See merge request espressif/esp-idf!24235
|
2023-07-14 16:26:56 +08:00 |
|
Wu Zheng Hui
|
e9b6472753
|
Merge branch 'bugfix/enable_i2c_master_clock_in_bbpll_configure' into 'master'
fix(rtc_clk): fix i2c master clock missing in bbpll configure
Closes WIFI-6147
See merge request espressif/esp-idf!24765
|
2023-07-14 00:40:21 +08:00 |
|
Li Shuai
|
efa4eeafd0
|
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-13 20:44:56 +08:00 |
|
Chen Ji Chang
|
7ec38eb309
|
Merge branch 'bugfix/update_all_esp32xxx/rom/gpio.h_comments' into 'master'
gpio: Update the incorrect comments in rom/gpio.h
Closes IDFGH-10490
See merge request espressif/esp-idf!24487
|
2023-07-13 19:44:31 +08:00 |
|