-
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
tests: benchmarks: multicore: Add leds #19830
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: be19cf70aa3ab34090335bbe83eabbf2576e8217 more detailssdk-nrf:
Github labels
List of changed files detected by CI (78)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
54b669c
to
88db622
Compare
@nrfconnect/ncs-co-build-system Please have a look |
d919ee5
to
81bb321
Compare
APPLICATION remote | ||
SOURCE_DIR ${APP_DIR}/remote | ||
BOARD ${SB_CONFIG_REMOTE_BOARD} | ||
SOURCE_DIR ${SYSBUILD_NRF_MODULE_DIR}/tests/benchmarks/power_consumption/common/remote_sleep_forever |
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.
SYSBUILD_NRF_MODULE_DIR
? No, use correct prefix ZEPHYR_NRF_MODULE_DIR
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.
81bb321
to
d041fbd
Compare
Add leds indicating particular core activity to simplify the analysis of measurements Signed-off-by: Piotr Krzyzanowski <[email protected]>
d041fbd
to
be19cf7
Compare
set_global_domain_frequency(); | ||
#else | ||
ret = gpio_pin_configure_dt(&led, GPIO_OUTPUT_ACTIVE); |
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.
why gpio_pin_configure_dt() gets argument output_inactive when clock control is used and output_active if not?
Add leds indicating particular core activity
to simplify the analysis of measurements