-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sdp: cmake: soc-specific files #19095
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 6f341aefb975f043e61c7b25fb1305f718d9b77d more detailssdk-nrf:
Github labels
List of changed files detected by CI (7)
Outputs:ToolchainVersion: 11349092be Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
c725f72
to
556e85d
Compare
Memory footprint analysis revealed the following potential issuessample.matter.template.debug[nrf7002dk/nrf5340/cpuapp]: High ROM usage: 911938[B] - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-19095/4) |
CMakeLists can now simply call `sdp_assembly` to add a C file for assembly generation and tracking. Signed-off-by: Marcin Szymczyk <[email protected]>
Use `sdp_assembly()`. Signed-off-by: Marcin Szymczyk <[email protected]>
Use `sdp_assembly()`. Signed-off-by: Marcin Szymczyk <[email protected]>
Each SoC should have own unique assembly file, since their configuration may differ. Signed-off-by: Marcin Szymczyk <[email protected]>
Currently only nRF54L15 has one. Signed-off-by: Marcin Szymczyk <[email protected]>
Currently only nRF54L15 has one. Signed-off-by: Marcin Szymczyk <[email protected]>
556e85d
to
6f341ae
Compare
Add soc-specific asm files.
Add common wrapper for all SDP asm related cmake functions.