Li Shuai
|
f95854dc8f
|
soc_caps: add SOC_PM_MODEM_RETENTION_BY_REGDMA caps
soc_caps: add SOC_PM_SUPPORT_BEACON_WAKEUP caps
soc_caps: add SOC_PM_SUPPORT_PMU_MODEM_STATE caps
soc_caps: add SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW caps
soc_caps: add SOC_PM_SUPPORT_MAC_BB_PD caps
|
2023-03-04 00:17:40 +08:00 |
|
wuzhenghui
|
709adaaa37
|
soc_caps: since esp32c6 only support one ext wakeup src, split SOC_PM_SUPPORT_EXT_WAKEUP
Close IDF-5924
|
2023-03-02 15:06:05 +08:00 |
|
Armando
|
663e881868
|
gdma: fix potential unaligned cache writeback issue
|
2023-02-28 10:42:22 +08:00 |
|
Armando
|
fda9746bb8
|
esp_mm: cache_msync API
|
2023-02-28 10:42:22 +08:00 |
|
Armando
|
5653018cd1
|
esp_adc: support selecting clock source for oneshot driver
|
2023-02-23 11:48:31 +08:00 |
|
Armando
|
d0e4d36fb6
|
esp_adc: support h2 oneshot mode and continuous mode
|
2023-02-23 11:48:31 +08:00 |
|
KonstantinKondrashov
|
f3394c488a
|
efuse: Add support for esp32h2
|
2023-02-21 08:18:14 +00:00 |
|
Armando (Dou Yiwen)
|
d3fec8394f
|
Merge branch 'feature/adc_filter' into 'master'
adc: supported adc digital filter
Closes IDF-2529, IDFGH-9113, and IDFGH-9279
See merge request espressif/esp-idf!22035
|
2023-02-13 16:43:58 +08:00 |
|
C.S.M
|
2a2fb8fa43
|
Merge branch 'feature/flash_wrap_supported' into 'master'
spi_flash: Support flash wrap (burst read), flash driver side
See merge request espressif/esp-idf!21922
|
2023-02-13 13:54:28 +08:00 |
|
Cao Sen Miao
|
0d37436f36
|
spi_flash: Support flash wrap (burst read), flash driver side
|
2023-02-13 11:10:15 +08:00 |
|
jingli
|
557a1ed1a5
|
soc_caps: remove SOC_GPIO_SUPPORT_SLP_SWITCH
all esp chips support this feature
|
2023-02-11 01:06:18 +00:00 |
|
Armando
|
3afa671069
|
esp_adc: added adc digital filter feature
|
2023-02-10 16:46:20 +00:00 |
|
Armando
|
d6844051fc
|
esp_mm: new virtual memory mapping apis via mmu
|
2023-02-07 20:23:52 +08:00 |
|
Kevin (Lao Kaiyao)
|
421e5e6416
|
Merge branch 'refactor/pack_driver_source_files' into 'master'
components/driver: pack peripherals
See merge request espressif/esp-idf!22173
|
2023-02-07 10:20:57 +08:00 |
|
morris
|
15b9352f60
|
mcpwm: support esp32h2
|
2023-02-02 19:05:31 +08:00 |
|
laokaiyao
|
f27cd67c00
|
driver: pack peripherals
|
2023-02-02 18:19:58 +08:00 |
|
wuzhenghui
|
a5467f42a0
|
codeclean: only S series chip VDDSDIO is configurable
|
2023-01-31 22:12:58 +08:00 |
|
Li Shuai
|
4e2a32d9b3
|
soc_cap: add SOC_PM_SUPPORT_VDDSDIO_PD soc_caps
soc_cap: add SOC_PM_CPU_RETENTION_BY_SW/REGDMA
soc caps: add SOC_PMU_SUPPORTED
|
2023-01-31 22:12:18 +08:00 |
|
Kevin (Lao Kaiyao)
|
668e125dd4
|
Merge branch 'feature/support_i2s_on_h2' into 'master'
i2s: support i2s on esp32h2
Closes IDF-6219 and IDF-6700
See merge request espressif/esp-idf!21948
|
2023-01-19 10:47:33 +08:00 |
|
laokaiyao
|
c79187fdeb
|
i2s: support i2s on esp32h2
|
2023-01-18 18:42:56 +08:00 |
|
wanlei
|
184145817c
|
spi_master: add feature spi periph clk source selectable
|
2023-01-18 15:40:12 +08:00 |
|
Song Ruo Jing
|
2c9aa4559c
|
clk_tree: Add a general API to get the frequency of different clocks
Add basic clk_tree driver and hal implementation.
|
2023-01-17 11:30:24 +08:00 |
|
Mahavir Jain
|
fd34bdb70a
|
Merge branch 'feature/secure_features_are_enabled_correctly' into 'master'
security: Adds new APIs to check that all eFuse security features are enabled correctly
Closes IDF-1814
See merge request espressif/esp-idf!19532
|
2023-01-13 15:09:55 +08:00 |
|
morris
|
ce84476870
|
gptimer: support esp32h2
|
2023-01-12 14:10:11 +00:00 |
|
KonstantinKondrashov
|
696f7495a0
|
security: Adds new APIs to check that all eFuse security features are enabled correctly
|
2023-01-10 23:35:13 +08:00 |
|
Cao Sen Miao
|
56a2d0b8a2
|
BOD: Bringup for ESP32C6
|
2023-01-10 10:37:30 +08:00 |
|
morris
|
cb7e957cc4
|
Merge branch 'feature/io_mux_use_pll80_c6' into 'master'
io_mux: support change clock source to PLL_F80M
Closes IDF-6342 and IDF-6345
See merge request espressif/esp-idf!21613
|
2022-12-29 22:06:52 +08:00 |
|
Jiang Guang Ming
|
8464186e67
|
Merge branch 'bugfix/update_esp_rom_rtc_header' into 'master'
update esp rom rtc header
See merge request espressif/esp-idf!21802
|
2022-12-29 18:16:13 +08:00 |
|
morris
|
ca1b182b25
|
glitch_filter: support derive clock source form IO MUX
|
2022-12-29 14:46:16 +08:00 |
|
morris
|
cbe297e5a0
|
sdm: support derive clock source from IO MUX
|
2022-12-29 14:46:16 +08:00 |
|
Cao Sen Miao
|
4713a9a7f2
|
ESP32H2: Introduce new chip target esp32h2, hello_world example supported
|
2022-12-29 12:29:14 +08:00 |
|
jiangguangming
|
42144a7e45
|
soc: H4/H2/C6 support SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY
|
2022-12-28 17:35:07 +08:00 |
|
wuzhenghui
|
aa20825659
|
soc_caps: rename ESP_PD_DOMAIN_RTC8M to ESP_PD_DOMAIN_FOSC
|
2022-12-27 21:31:21 +08:00 |
|
laokaiyao
|
e27f3e3128
|
adc: support ADC on esp32c6 (hal)
|
2022-12-23 11:24:06 +08:00 |
|
Armando
|
6aa7091199
|
adc: added a soc macro indicating digital controller supported unit
|
2022-12-16 02:06:03 +00:00 |
|
Song Ruo Jing
|
244d3caa97
|
i2s: Fix esp32c6 get I2S_CLK_SRC_PLL_160M clock frequency value wrong issue
|
2022-12-13 19:18:34 +08:00 |
|
morris
|
62f1cbca2c
|
gpio: support glitch filter
|
2022-12-09 11:33:42 +08:00 |
|
Song Ruo Jing
|
9402ab427b
|
ledc: Add basic support for esp32c6
|
2022-12-07 18:40:50 +08:00 |
|
David McCurley
|
0c89ab3b58
|
soc: update SOC_GPIO_VALID_GPIO_MASK doc
Merges https://github.com/espressif/esp-idf/pull/10165
|
2022-11-17 06:24:11 +00:00 |
|
morris
|
f69a53f56d
|
Merge branch 'feature/twai_bringup_esp32c6' into 'master'
TWAI: initial driver bring up on esp32c6 (TWAI0 only)
Closes IDF-5313 and IDF-5940
See merge request espressif/esp-idf!20735
|
2022-11-07 18:00:05 +08:00 |
|
morris
|
a25123f703
|
twai: bringup on esp32c6
|
2022-11-04 17:40:29 +08:00 |
|
laokaiyao
|
fa9b022f68
|
i2s: support 4 line pdm rx on esp32s3
|
2022-11-04 15:46:34 +08:00 |
|
laokaiyao
|
9b8a78153f
|
i2s: refactor soc caps
|
2022-11-04 12:31:12 +08:00 |
|
Song Ruo Jing
|
be0fdfa176
|
soc: Add a soc cap, SOC_CLK_RC_FAST_D256_SUPPORTED, for whether the target has the RC_FAST_D256 clock
|
2022-11-01 11:23:26 +08:00 |
|
morris
|
f997b81242
|
mcpwm: support esp32c6
|
2022-10-20 11:55:03 +08:00 |
|
Wan Lei
|
f98a37f571
|
Merge branch 'docs/add_flash_to_psram_feature' into 'master'
docs: add the flash content moved to psram feature
Closes IDF-5885
See merge request espressif/esp-idf!19908
|
2022-10-17 14:51:15 +08:00 |
|
gaoxu
|
2cb2ff99af
|
docs: add description about flash content moved to psram feature
|
2022-10-11 15:15:04 +08:00 |
|
jingli
|
b903a2253b
|
esp_hw_support/sleep: fix current leakage when hold digital io during deep sleep
|
2022-10-11 12:11:28 +08:00 |
|
wangjialiang
|
6e79d05814
|
ble_mesh: docs: Remove BLE Mesh related reference for C2
|
2022-09-16 19:39:51 +08:00 |
|
laokaiyao
|
7197e987cb
|
i2s: add XTAL clock source
|
2022-09-15 19:32:06 +08:00 |
|