Skip to content

Conversation

Rafal-Nordic
Copy link
Contributor

Added support for Direct ISRs in the multithreaded environment

@Rafal-Nordic Rafal-Nordic requested review from a team as code owners August 21, 2025 10:13
@CLAassistant
Copy link

CLAassistant commented Aug 21, 2025

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Aug 21, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Aug 21, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@36d18bb nrfconnect/sdk-zephyr@9c01b7e (main) nrfconnect/[email protected]

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

west.yml Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HEAD->head

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Aug 21, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 15

Inputs:

Sources:

sdk-nrf: PR head: 1830cb2859ed460501e3cb77119bf727a98fc81f
zephyr: PR head: 9c01b7e0c418c4ca468f5ba71c775b11cf77d8a7

more details

sdk-nrf:

PR head: 1830cb2859ed460501e3cb77119bf727a98fc81f
merge base: 5390eed3d2c826cece40a03c993d0712628fed60
target head (main): 5390eed3d2c826cece40a03c993d0712628fed60
Diff

zephyr:

PR head: 9c01b7e0c418c4ca468f5ba71c775b11cf77d8a7
merge base: 36d18bbab2375b7e5c95ba49a303f3214b8e1030
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (4)
west.yml
zephyr
│  ├── arch
│  │  ├── riscv
│  │  │  ├── core
│  │  │  │  │ irq_manage.c
│  ├── drivers
│  │  ├── timer
│  │  │  │ nrf_grtc_timer.c
│  ├── include
│  │  ├── zephyr
│  │  │  ├── arch
│  │  │  │  ├── riscv
│  │  │  │  │  │ irq.h

Outputs:

Toolchain

Version: a7529a11f4
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:a7529a11f4_bba2ea5f2e

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 40
    • sdk-zephyr test count: 2086
  • ✅ Integration tests
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-low-level
    • ✅ test-sdk-dfu
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-sdk-audio
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

Copy link

You can find the documentation preview for this PR here.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Aug 21, 2025

Memory footprint analysis revealed the following potential issues

applications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 12744[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High ROM usage: 9492[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9102[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High ROM usage: 5858[B] - link (cc: @nrfconnect/ncs-ll-ursus)

Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-24101/15)

@anangl
Copy link
Contributor

anangl commented Sep 26, 2025

arch: riscv: Direct ISRs for VPRs

The commit title is a bit confusing, as there is no arch/riscv/ in sdk-nrf. It should be rather manifest: Update sdk-zephyr revision.

@Rafal-Nordic Rafal-Nordic changed the title Direct ISRs for VPRs manifest: Update sdk-zephyr revision Sep 29, 2025
Update sdk-zephyr revision

Signed-off-by: Rafal Dyla <[email protected]>
@NordicBuilder NordicBuilder removed the DNM label Sep 29, 2025
@rlubos rlubos merged commit 4172f34 into nrfconnect:main Sep 29, 2025
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants