feat(ulp): support placing ULP app in HP-RAM

This commit is contained in:
Marius Vikhammer
2026-04-09 10:49:06 +08:00
parent e17f46e240
commit 261bd160aa
31 changed files with 698 additions and 34 deletions

View File

@@ -19,6 +19,16 @@ components/ulp/test_apps/lp_core/lp_core_basic_tests:
- esp_hw_support
components/ulp/test_apps/lp_core/lp_core_hp_mem:
disable:
- if: SOC_LP_CORE_SUPPORTED != 1
depends_components:
- ulp
- esp_hal_uart
- esp_hal_pmu
- esp_hw_support
components/ulp/test_apps/lp_core/lp_core_hp_uart:
disable:
- if: SOC_LP_CORE_SUPPORTED != 1