Skip to content
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

manifest: sdk-zephyr: logging: Add support for standalone using STMESP frontend on nrf54h20 #17197

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2007

@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 Sep 5, 2024
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Sep 5, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@83195a3 nrfconnect/sdk-zephyr@e734c84 (main) nrfconnect/[email protected]

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Sep 5, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: c709cee4262125bf518fb05329bf88356ef81a88
zephyr: PR head: e734c8433f00bef70f08c682313e19792dc07ad8

more details

sdk-nrf:

PR head: c709cee4262125bf518fb05329bf88356ef81a88
merge base: 539fc0392157255d9f07b68d721a06a64355e681
target head (main): 539fc0392157255d9f07b68d721a06a64355e681
Diff

zephyr:

PR head: e734c8433f00bef70f08c682313e19792dc07ad8
merge base: 83195a39ab74db0debb05c3ac07f35d56c33fb75
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 (76)
scripts
│  ├── requirements-build.txt
│  │ requirements-fixed.txt
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  │ nrf54h20dk_nrf54h20-memory_map.dtsi
│  ├── doc
│  │  ├── services
│  │  │  ├── debugging
│  │  │  │  ├── cs_trace_defmt.rst
│  │  │  │  │ index.rst
│  │  │  ├── logging
│  │  │  │  ├── cs_stm.rst
│  │  │  │  ├── images
│  │  │  │  │  │ coresight_architecture.png
│  │  │  │  │ index.rst
│  ├── drivers
│  │  ├── misc
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── coresight
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ nrf_etr.c
│  │  ├── pinctrl
│  │  │  │ pinctrl_nrf.c
│  ├── dts
│  │  ├── arm
│  │  │  ├── nordic
│  │  │  │  ├── nrf54h20_cpuapp.dtsi
│  │  │  │  │ nrf54h20_cpurad.dtsi
│  │  ├── bindings
│  │  │  ├── arm
│  │  │  │  │ nordic,nrf-tddconf.yaml
│  │  │  ├── debug
│  │  │  │  │ arm,stmesp.yaml
│  │  │  ├── i2c
│  │  │  │  │ nordic,nrf-twi-common.yaml
│  │  │  ├── pinctrl
│  │  │  │  │ nordic-clockpin.yaml
│  │  │  ├── serial
│  │  │  │  │ nordic,nrf-uart-common.yaml
│  │  │  ├── spi
│  │  │  │  │ nordic,nrf-spi-common.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  │ nrf54h20.dtsi
│  │  ├── riscv
│  │  │  ├── nordic
│  │  │  │  │ nrf54h20_cpuppr.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── debug
│  │  │  │  ├── coresight
│  │  │  │  │  │ cs_trace_defmt.h
│  │  │  │  │ mipi_stp_decoder.h
│  │  │  ├── drivers
│  │  │  │  ├── misc
│  │  │  │  │  ├── coresight
│  │  │  │  │  │  ├── nrf_etr.h
│  │  │  │  │  │  │ stmesp.h
│  │  │  ├── dt-bindings
│  │  │  │  ├── pinctrl
│  │  │  │  │  │ nrf-pinctrl.h
│  │  │  ├── logging
│  │  │  │  ├── log_frontend_stmesp.h
│  │  │  │  │ log_frontend_stmesp_demux.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  │ CMakeLists.txt
│  ├── samples
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── coresight_stm
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── remote
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │ prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ sysbuild.cmake
│  ├── snippets
│  │  ├── nordic-log-stm-dict
│  │  │  ├── README.rst
│  │  │  ├── boards
│  │  │  │  ├── nrf54h20_cpuapp.conf
│  │  │  │  │ nrf54h20_cpuapp.overlay
│  │  │  ├── log_stm_dict.conf
│  │  │  │ snippet.yml
│  │  ├── nordic-log-stm
│  │  │  ├── README.rst
│  │  │  ├── boards
│  │  │  │  ├── nrf54h20_cpuapp.conf
│  │  │  │  │ nrf54h20_cpuapp.overlay
│  │  │  ├── log_stm.conf
│  │  │  │ snippet.yml
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  │ pinctrl_soc.h
│  │  │  ├── nrf54h
│  │  │  │  │ soc.c
│  ├── subsys
│  │  ├── debug
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── coresight
│  │  │  │  │ cs_trace_defmt.c
│  │  │  │ mipi_stp_decoder.c
│  │  ├── logging
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.frontends
│  │  │  ├── frontends
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── log_frontend_dict_uart.c
│  │  │  │  ├── log_frontend_stmesp.c
│  │  │  │  │ log_frontend_stmesp_demux.c
│  ├── tests
│  │  ├── subsys
│  │  │  ├── debug
│  │  │  │  ├── cs_trace_defmt
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── README
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── mipi_stp_decoder
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── logging
│  │  │  │  ├── log_frontend_stmesp_demux
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── README
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-sdk-audio
    • ◻️ test_ble_nrf_config
    • ◻️ test-fw-nrfconnect-ble_samples
    • ◻️ test-fw-nrfconnect-chip
    • ◻️ test-fw-nrfconnect-nfc
    • ◻️ test-fw-nrfconnect-nrf-iot_cloud
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-fw-nrfconnect-thread
    • ◻️ test-sdk-find-my
    • ◻️ test-sdk-sidewalk
    • ◻️ test-low-level
    • ◻️ test-sdk-dfu
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • test-fw-nrfconnect-nrf-iot_positioning
    • 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
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-zigbee
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi

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

@carlescufi
Copy link
Contributor

Let's wait for other PRs upstream to be merged first

@NordicBuilder
Copy link
Contributor Author

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2007 branch 2 times, most recently from 1e8f248 to be282d1 Compare September 9, 2024 06:26
@shanthanordic shanthanordic requested review from jonathannilsen and removed request for tejlmand September 9, 2024 10:15
@nordic-krch nordic-krch force-pushed the auto-manifest-sdk-zephyr-2007 branch 2 times, most recently from 8c78c57 to 8e6c965 Compare September 9, 2024 12:31
NordicBuilder and others added 2 commits September 10, 2024 14:48
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
Change nrf-regtool version to 5.6.0

Signed-off-by: Krzysztof Chruściński <[email protected]>
@rlubos rlubos merged commit ab2f82a into nrfconnect:main Sep 10, 2024
13 of 14 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