Song Ruo Jing
|
dce27c3b09
|
change(clk_tree): add LP_DYN_FAST_CLK to soc_module_clk_t
|
2024-02-07 14:37:48 +08:00 |
|
Song Ruo Jing
|
cf93777077
|
refactor(rtc): move soc/rtc.h from soc to esp_hw_support component
Deprecated rtc_xtal_freq_t, replaced with soc_xtal_freq_t defined in
clk_tree_defs.h in soc component.
|
2024-01-25 19:15:33 +08:00 |
|
Mahavir Jain
|
09c9001895
|
Merge branch 'feature/add_key_manager_hw_support' into 'master'
Feature/add key manager hw support
Closes IDF-7925 and IDF-8041
See merge request espressif/esp-idf!26328
|
2024-01-23 17:11:05 +08:00 |
|
Mahavir Jain
|
e3d4b901f9
|
Merge branch 'bugfix/compilation_failed_in_bootloader_with_sb_fe_verbose' into 'master'
fix(bootloader): Fix compilation issue in bootloader build during verbose+sb+fe
Closes IDF-6373
See merge request espressif/esp-idf!26339
|
2024-01-23 13:29:02 +08:00 |
|
Aditya Patwardhan
|
4dc2ace0b7
|
fix(esp_hw_support): Update key manager support
1) Added new Key Manager APIs
2) Added crypto locking layer for Key Manager
3) Remove support for deploying known key
4) Format key manager support
5) Fix build header error
6) Updated the key_mgr_types.h file
7) Added key manager tests
|
2024-01-23 10:24:39 +05:30 |
|
nilesh.kale
|
59c5b5fe6b
|
fix(bootloader): Fix compilation issue in bootloader build during verbose+sb+fe
|
2024-01-18 12:15:15 +05:30 |
|
Cao Sen Miao
|
6768805d20
|
fix(uart,usj...): Fix wrong serial number that has been parsed to rom functions,
Closes https://github.com/espressif/esp-idf/issues/12958
|
2024-01-18 10:51:51 +08:00 |
|
Ondrej Kosta
|
ce388a4111
|
feat(esp_eth): Added support of internal EMAC for ESP32P4
Refactored internal EMAC DMA access.
Added MPLL acquire to manage access to the MPLL by multiple periphs.
|
2024-01-16 14:29:25 +01:00 |
|
Armando
|
80e18811db
|
feat(psram): support 200mhz psram, experimental feature for now
|
2024-01-10 11:52:28 +08:00 |
|
Song Ruo Jing
|
7f2b85b82b
|
feat(clk): add basic clock support for esp32p4
- Support CPU frequency 360MHz
- Support SOC ROOT clock source switch
- Support LP SLOW clock source switch
- Support clock calibration
|
2023-12-29 00:37:26 +08:00 |
|
Armando
|
71202c701f
|
change(ldo): do vddpst ldo init in early stage
|
2023-12-26 11:43:33 +08:00 |
|
Armando
|
27b1e4dc87
|
feat(mpll): supported mpll configure ll api
|
2023-12-21 16:26:03 +08:00 |
|
Marius Vikhammer
|
ac3915f092
|
docs(esp32p4): update misc docs for esp32p4
|
2023-12-09 09:09:55 +08:00 |
|
wuzhenghui
|
e1d24ebd7f
|
fix(esp_hw_support/sleep): fix rtc_time_us_to_slowclk div zero in deepsleep process
Closes https://github.com/espressif/esp-idf/issues/12695
|
2023-12-07 07:50:32 +00:00 |
|
Jakob Hasse
|
637d4c4381
|
fix(esp_hw_support): Removed unused include directories from cmake
* Closes https://github.com/espressif/esp-idf/issues/12700
|
2023-12-01 11:33:12 +08:00 |
|
Armando
|
70314b56d5
|
feat(sdmmc): supported sd2.0 on esp32p4
|
2023-10-18 11:57:55 +00: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 |
|
laokaiyao
|
cf889f3c6d
|
feat(i2s): support i2s on esp32p4
|
2023-09-28 15:03:27 +08:00 |
|
laokaiyao
|
ff7a11e539
|
feat(ana_cmpr): supported etm in analog comparator example
|
2023-09-25 19:57:34 +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 |
|
Konstantin Kondrashov
|
cbdb799b6f
|
feat(esp_timer): Support systimer for ESP32P4
|
2023-09-13 19:13:38 +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 |
|
Song Ruo Jing
|
b8a8713f96
|
feat(clk): Add support to get xtaL freq for ESP32P4
|
2023-07-20 18:13:13 +08:00 |
|
Armando
|
101e6a18eb
|
esp32p4: introduce the target
Add esp32p4 target to tools and Kconfig
Create directories and files that are essential for `idf.py --preview set-target esp32p4`
|
2023-06-13 15:16:11 +08:00 |
|