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:
Sudeep Mohanty
2026-09-02 09:09:26 +02:00
parent 1bec6e09d9
commit cb2b2f9b78
101 changed files with 461 additions and 429 deletions

View File

@@ -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"