-
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
[Backport v2.8-branch] Nrfx 6388 assembly mgmt west build #18221
Conversation
Add two new targets regarding ASM code for SDP: asm_check that checks if ASM file has changed, and asm_update that updates ASM files in source directory with the new generated. Signed-off-by: Magdalena Pastula <[email protected]> (cherry picked from commit 2fca659)
Add asm_check target as a depency for flpr_egpio application. This will generate new ASM file for every source file in hrt folder and check if the new ones are the same as the one saved in git. For every file that differs a warning is printed. By making asm_check a dependency of flpr_egpio application asm_check will be run both for sysbuild application including eGPIO and for stand-alone SDP application before the main build starts. Signed-off-by: Magdalena Pastula <[email protected]> (cherry picked from commit b24793a)
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 1cf38b3194aac819ab66098bc409c545c9395d63 more detailssdk-nrf:
Github labels
List of changed files detected by CI (4)
Outputs:ToolchainVersion: add720b6d9 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 Publishing GitHub Action. |
Backport b24793a~2..b24793a from #18018.