-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
samples: benchmark: coremark: add FLPR support for nRF54L15 DK #20462
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: f37376522946aff138cc65cf756638ee38e4434b more detailssdk-nrf:
Github labels
List of changed files detected by CI (8)
Outputs:ToolchainVersion: 4cff34261a Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
samples/benchmarks/coremark/Kconfig
Outdated
!(SOC_NRF54H20_CPUPPR) | ||
config APP_BUTTON_AND_LED_UNSUPPORTED | ||
bool | ||
default y if SOC_NRF54H20_CPUPPR | ||
default y if SOC_NRF54L05_CPUFLPR | ||
default y if SOC_NRF54L10_CPUFLPR | ||
default y if SOC_NRF54L15_CPUFLPR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider: please add help why it is not supported if possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a comment for the nRF54H20 DK as it seems that one button on the nRF54L15 DK is assigned to a different GPIO port. Thanks to that, I managed to have a different button assigned for the App core (Button 0) and a different button assigned for the FLPR core (Button 3).
b31f082
to
136595e
Compare
a05ccc4
to
f057a5e
Compare
Added the FLPR core support for the nRF54L15 DK board target in the CoreMark sample. Ref: NCSDK-30327 Signed-off-by: Kamil Piszczek <[email protected]>
f057a5e
to
f373765
Compare
Added the FLPR core support for the nRF54L15 DK board target in the CoreMark sample.
Ref: NCSDK-30327