mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
refactor(ulp): build the ULP coprocessor code as per-architecture components
A ULP program is built against ulp_riscv, lp_core or ulp_fsm, each stating its own sources, dependencies and memory layout. Sources shared with the driver stay in components/ulp.
This commit is contained in:
@@ -51,7 +51,6 @@
|
||||
.patterns-host_test_ulp_linker: &patterns-host_test_ulp_linker
|
||||
- ".gitlab/ci/host-test.yml"
|
||||
|
||||
- "components/ulp/ld/**/*"
|
||||
- "components/ulp/subproject/**/*"
|
||||
- "components/ulp/CMakeLists*.txt"
|
||||
- "components/ulp/component_ulp_common.cmake"
|
||||
|
||||
Reference in New Issue
Block a user