[nrf fromlist] drivers: debug: coresight_nrf: Fix setting Trace ID #15029
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
3m 40s
Annotations
2 warnings and 1 notice
|
Run compliance checks on patch series (PR)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run compliance checks on patch series (PR):
ClangFormat.txt#L0
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
- sys_write32(((CONFIG_DEBUG_CORESIGHT_NRF_ATB_TRACE_ID_STM_GLOBAL << STM_STMTCSR_TRACEID_Pos)
- & STM_STMTCSR_TRACEID_Msk) |
- (1 << STM_STMTCSR_EN_Pos) | (1 << STM_STMTCSR_TSEN_Pos),
- stm + STM_STMTCSR_OFFSET);
+ sys_write32(
+ ((CONFIG_DEBUG_CORESIGHT_NRF_ATB_TRACE_ID_STM_GLOBAL << STM_STMTCSR_TRACEID_Pos) &
+ STM_STMTCSR_TRACEID_Msk) |
+ (1 << STM_STMTCSR_EN_Pos) | (1 << STM_STMTCSR_TSEN_Pos),
+ stm + STM_STMTCSR_OFFSET);
File:drivers/debug/debug_coresight_nrf.c
Line:141
|
|
You may want to run clang-format on this change:
drivers/debug/debug_coresight_nrf.c#L141
drivers/debug/debug_coresight_nrf.c:141
- sys_write32(((CONFIG_DEBUG_CORESIGHT_NRF_ATB_TRACE_ID_STM_GLOBAL << STM_STMTCSR_TRACEID_Pos)
- & STM_STMTCSR_TRACEID_Msk) |
- (1 << STM_STMTCSR_EN_Pos) | (1 << STM_STMTCSR_TSEN_Pos),
- stm + STM_STMTCSR_OFFSET);
+ sys_write32(
+ ((CONFIG_DEBUG_CORESIGHT_NRF_ATB_TRACE_ID_STM_GLOBAL << STM_STMTCSR_TRACEID_Pos) &
+ STM_STMTCSR_TRACEID_Msk) |
+ (1 << STM_STMTCSR_EN_Pos) | (1 << STM_STMTCSR_TSEN_Pos),
+ stm + STM_STMTCSR_OFFSET);
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
compliance.xml
|
827 Bytes |
sha256:55e9afd3612baa22bc895028be6f01a036d2f41909a61df7805b6de155a3da6b
|
|