Mahavir Jain
|
46c453ae1e
|
feat: add memory protection support using PMA/PMP for P4 target
|
2024-04-14 21:16:40 +05:30 |
|
Konstantin Kondrashov
|
e6d153f06b
|
Merge branch 'feature/support_utilities_in_cpu' into 'master'
feat(esp_hw_support): Support utilities in cpu.c
Closes IDF-7848
See merge request espressif/esp-idf!29661
|
2024-04-12 15:30:33 +08:00 |
|
Lou Tianhao
|
534e7a528f
|
feat(pm): support pd top for esp32c5beta3
|
2024-04-12 11:34:54 +08:00 |
|
Konstantin Kondrashov
|
06c28f0ee9
|
feat(hal): Adds hal funcs for cpu.c
|
2024-04-11 13:07:04 +03:00 |
|
morris
|
a615180bc0
|
feat(gptimer): support timer group driver on c5 mp
there's no change between mpw and mp as far as I can tell from the
register
|
2024-04-11 15:52:34 +08:00 |
|
Wu Zheng Hui
|
ec37cbf157
|
Merge branch 'feature/esp32c5beta3_light_sleep_support_stage_1' into 'master'
feat(esp_hw_support): esp32c5 sleep support (Stage 2: support basic pmu sleep function)
See merge request espressif/esp-idf!29549
|
2024-04-11 10:38:17 +08:00 |
|
Lou Tianhao
|
2c59c4fbf2
|
fix(ci): bypass c5mp ci check
|
2024-04-10 20:45:49 +08:00 |
|
Xu Xiao
|
f0365ba6b5
|
Merge branch 'chip/esp32c5_beta3_support_wifi_rebase_master' into 'master'
feat(wifi): add esp32c5 beta3 wifi support
See merge request espressif/esp-idf!29296
|
2024-04-10 20:21:47 +08:00 |
|
Jiang Jiang Jian
|
9081d54aa7
|
Merge branch 'fix/fix_pmu_power_domain_initialize_order' into 'master'
fix(esp_hw_support): fix pmu power domain initialize order
See merge request espressif/esp-idf!30095
|
2024-04-10 17:23:47 +08:00 |
|
xuxiao
|
27f61966cd
|
feat(wifi): add esp32c5 beta3 wifi support
|
2024-04-10 14:09:40 +08:00 |
|
Lou Tianhao
|
22c66db66b
|
draft(esp_hw_support): need to support rtcio for c5beta3
|
2024-04-10 11:45:15 +08:00 |
|
Lou Tianhao
|
3fb4909483
|
feat(example): support esp32c5 timer/gpio/uart wakeup
|
2024-04-10 11:45:04 +08:00 |
|
Lou Tianhao
|
86221b2ed7
|
change(esp_hw_support): remove fast osc calibration during light sleep(need c5mp to fix)
|
2024-04-09 20:58:42 +08:00 |
|
Lou Tianhao
|
8b3b1470b5
|
change(esp_hw_support): support cpu retention and power off during sleep for esp32c5 beta3
|
2024-04-09 20:58:42 +08:00 |
|
morris
|
906ce8e0ff
|
Merge branch 'bugfix/gptimer_alarm_config_in_sram' into 'master'
feat(gptimer): check the alarm config is not in flash
See merge request espressif/esp-idf!30098
|
2024-04-09 11:16:06 +08:00 |
|
Shen Wei Long
|
ca71f7737e
|
Merge branch 'bugfix/add_workaround_for_ble_rtc_hw_issue' into 'master'
fix(ble): add workaround for ble RTC not enabled issue
Closes BLERP-382 and BLERP-383
See merge request espressif/esp-idf!28085
|
2024-04-08 19:59:04 +08:00 |
|
Shen Wei Long
|
4ec0e7bc43
|
Merge branch 'feature/support_ble_on_esp32c5beta3_master' into 'master'
feat(ble): Support BLE on esp32c5beta3
See merge request espressif/esp-idf!29992
|
2024-04-08 19:13:43 +08:00 |
|
morris
|
e8b6d2280d
|
change(gptimer): use private unsafe RCC LL functions in bootloader
|
2024-04-08 17:48:20 +08:00 |
|
morris
|
b2afd70b32
|
Merge branch 'refactor/remove_legacy_ldo_driver' into 'master'
refactor(ldo): remove legacy private ldo driver
Closes IDF-9566
See merge request espressif/esp-idf!29834
|
2024-04-08 17:11:49 +08:00 |
|
Li Shuai
|
3698d0a408
|
Merge branch 'bugfix/sleep_clock_domain_pd_allowed' into 'master'
fix some errors with sleep's power domain management
See merge request espressif/esp-idf!30076
|
2024-04-08 16:18:02 +08:00 |
|
wuzhenghui
|
24244f04f2
|
fix(esp_hw_support): fix pmu power domain initialize order
|
2024-04-08 15:47:59 +08:00 |
|
Li Shuai
|
75cf573637
|
fix(esp_hw_support): fix some errors with sleep's power domain management
|
2024-04-07 17:39:48 +08:00 |
|
laokaiyao
|
65b1fd33d3
|
ci(esp32c5mp): disable the unsupported tests
|
2024-04-07 12:13:29 +08:00 |
|
Wu Zheng Hui
|
b570afd6e8
|
Merge branch 'bugfix/fix_esp332p4_bus_stuck_in_dfs' into 'master'
fix(esp_hw_support): fix esp32p4 stuck in dfs issue
Closes IDF-9628
See merge request espressif/esp-idf!30013
|
2024-04-07 11:43:04 +08:00 |
|
cjin
|
21ad1b393f
|
bugfix(ble): workaround to avoid ble rtc not work when power up
|
2024-04-07 10:53:00 +08:00 |
|
wuzhenghui
|
2b4a2da52d
|
fix(esp_hw_support): fix esp332p4 stuck in dfs issue
|
2024-04-03 19:47:09 +08:00 |
|
Konstantin Kondrashov
|
f909dddde7
|
Merge branch 'feature/mac_esp32p4_support' into 'master'
feat(esp_hw_support): Adds MAC address support for esp32p4
Closes IDF-8949
See merge request espressif/esp-idf!28704
|
2024-04-03 19:01:29 +08:00 |
|
Mahavir Jain
|
2bfef64fc6
|
Merge branch 'fix/pmp_idcache_prot_c6_h2' into 'master'
fix(esp_hw_support): Fix the flash I/DROM region PMP protection
See merge request espressif/esp-idf!29933
|
2024-04-03 12:09:28 +08:00 |
|
Shen Weilong
|
f09dcff91e
|
feat(ble): Support BLE on esp32c5beta3
|
2024-04-03 10:58:06 +08:00 |
|
Gao Xu
|
db3e43908a
|
Merge branch 'feat/add_esp_dma_capable_malloc' into 'master'
dma_utils: add esp dma capable malloc function
Closes IDF-9638
See merge request espressif/esp-idf!29869
|
2024-04-02 21:31:45 +08:00 |
|
Laukik Hase
|
48503dd39f
|
fix(esp_hw_support): Fix the flash I/DROM region PMP protection
|
2024-04-02 18:41:07 +05:30 |
|
Wu Zheng Hui
|
601a086b16
|
Merge branch 'fix/add_phy_private_dslp_callback' into 'master'
fix(esp_hw_support): move deepsleep phy callback before PLL disable
See merge request espressif/esp-idf!29952
|
2024-04-02 19:37:39 +08:00 |
|
Jiang Jiang Jian
|
597168303d
|
Merge branch 'bugfix/aud-5252' into 'master'
fix the issue of modem hang caused by incorrect configuration of power and isolate signals
Closes AUD-5252
See merge request espressif/esp-idf!29960
|
2024-04-02 19:30:32 +08:00 |
|
wuzhenghui
|
cbc66bd365
|
fix(esp_hw_support): move deepsleep phy callback before PLL disable
|
2024-04-02 16:38:01 +08:00 |
|
gaoxu
|
40f38bea6f
|
feat(dma): refactor dma calloc function
|
2024-04-02 14:30:14 +08:00 |
|
Armando
|
f0518b3c16
|
feat(dma): advanced dma malloc helper
|
2024-04-02 14:30:14 +08:00 |
|
wanlei
|
20c18ac52b
|
feat(esp32c61): final introduce helloworld support
|
2024-04-02 10:50:52 +08:00 |
|
Aditya Patwardhan
|
051048d261
|
Merge branch 'feature/p4_rng' into 'master'
feat(esp_hw_support): brought up RNG on ESP32-P4
Closes IDF-6522
See merge request espressif/esp-idf!29614
|
2024-04-01 20:24:36 +08:00 |
|
Li Shuai
|
608713a72a
|
fix(esp_hw_support): fixed modem hang caused by incorrect configuration of power and isolate signals
|
2024-04-01 15:21:07 +08:00 |
|
Aditya Patwardhan
|
f231b262b9
|
Merge branch 'fix/key_manager_hw_support' into 'master'
Fix/key manager hw support
See merge request espressif/esp-idf!29508
|
2024-04-01 14:34:42 +08:00 |
|
Armando (Dou Yiwen)
|
9e8f5364eb
|
Merge branch 'feat/isp_af_driver' into 'master'
isp: added isp driver framework and isp af driver
See merge request espressif/esp-idf!27937
|
2024-04-01 10:44:48 +08:00 |
|
Jakob Hasse
|
9c108f2da6
|
feat(esp_hw_support): brought up RNG on ESP32-P4
|
2024-04-01 07:09:11 +05:30 |
|
Armando
|
bf1275d700
|
feat(isp): added isp driver framework and isp af driver
|
2024-04-01 09:30:07 +08:00 |
|
Jiang Jiang Jian
|
0c68b9b06c
|
Merge branch 'feat/sleep_retention_depends_power_state_management' into 'master'
sleep retention multiple modules initialization and dependency management
Closes WIFI-5252 and IDFGH-11302
See merge request espressif/esp-idf!28941
|
2024-04-01 09:28:42 +08:00 |
|
Li Shuai
|
a054f89021
|
fix: modify some typos to ensure CI pipeline run pass
|
2024-03-30 11:51:52 +08:00 |
|
Li Shuai
|
b1540e2470
|
change(esp_hw_support): use power down peripheral in light sleep option to determine TOP to off
|
2024-03-30 11:51:52 +08:00 |
|
Li Shuai
|
c07be48edb
|
change(esp_hw_support): add adc retention module and it is dependencies on the clock modem
|
2024-03-30 11:51:52 +08:00 |
|
Li Shuai
|
67f1de5e99
|
change(esp_hw_support): dump sleep retention context to io stream
|
2024-03-30 11:51:52 +08:00 |
|
Li Shuai
|
57c8fdfd86
|
change(esp_hw_support): use new retention api to implement gdma retention
|
2024-03-30 11:51:52 +08:00 |
|
Aditya Patwardhan
|
7acc4d4326
|
fix(esp_hw_support): Fix key manager hw support
1) Added NULL checks for public APIs
2) Added debug prints at necessary places
3) Updated the check for already deployed HUK
|
2024-03-29 18:53:13 +05:30 |
|