Skip to content

Add optional ram-start and ram-size to target memory - #2544

Merged
brondani merged 1 commit into
mainfrom
projmgr-custom-ram-settings
Jul 27, 2026
Merged

Add optional ram-start and ram-size to target memory#2544
brondani merged 1 commit into
mainfrom
projmgr-custom-ram-settings

Conversation

@brondani

Copy link
Copy Markdown
Collaborator

Fixes

Changes

  • Add optional ram-start and ram-size properties to target memory entries.
  • Parse custom RAM settings and include them in generated .cbuild-run.yml programming data.
  • Fall back to the default RAM start or size when the corresponding custom value is omitted.
  • Preserve validation when neither custom nor default RAM settings are available.
  • Add unit and run/debug reference coverage for custom RAM settings and missing defaults.

Checklist

  • 🤖 This change is covered by unit tests (if applicable).
  • 🤹 Manual testing has been performed (if necessary).
  • 🛡️ Security impacts have been considered (if relevant).
  • 📖 Documentation updates are complete (if required).
  • 🧠 Third-party dependencies and TPIP updated (if required).

Parse and validate ram-start and ram-size on target memory entries, and
use them instead of the default RAM settings in generated run/debug data.
@github-actions

Copy link
Copy Markdown

Test Results

  2 files   14 suites   14m 56s ⏱️
477 tests 477 ✅ 0 💤 0 ❌
954 runs  954 ✅ 0 💤 0 ❌

Results for commit 7e42d8d.

@brondani
brondani marked this pull request as ready for review July 27, 2026 14:32
@brondani
brondani requested a review from soumeh01 July 27, 2026 14:32
@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 57.14286% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.39%. Comparing base (c3edeca) to head (7e42d8d).

Files with missing lines Patch % Lines
tools/projmgr/src/ProjMgrRunDebug.cpp 50.00% 1 Missing and 5 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2544      +/-   ##
==========================================
+ Coverage   65.37%   65.39%   +0.01%     
==========================================
  Files         147      147              
  Lines       26805    26813       +8     
  Branches    16242    16248       +6     
==========================================
+ Hits        17525    17534       +9     
+ Misses       7075     7072       -3     
- Partials     2205     2207       +2     
Flag Coverage Δ
projmgr-cov 88.01% <57.14%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
tools/projmgr/include/ProjMgrParser.h 100.00% <ø> (ø)
tools/projmgr/include/ProjMgrRunDebug.h 100.00% <ø> (ø)
tools/projmgr/src/ProjMgrYamlParser.cpp 84.97% <100.00%> (+0.03%) ⬆️
tools/projmgr/src/ProjMgrRunDebug.cpp 88.14% <50.00%> (+0.34%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@brondani
brondani merged commit f512b38 into main Jul 27, 2026
30 checks passed
@brondani
brondani deleted the projmgr-custom-ram-settings branch July 27, 2026 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants