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

manifes: update doc-internal rev #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

DatGizmo
Copy link
Owner

Add design of peak current management

@DatGizmo
Copy link
Owner Author

DatGizmo commented Aug 13, 2024

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

Name Old Revision New Revision Diff
doc-internal https://github.com/nrfconnect/doc-internal/commit/f598c1901b67990c4519d5b2a542cf5b81e1298d https://github.com/nrfconnect/doc-internal/commit/2dbe80631a3c8a944ad8046064df270010f35e33 (main) nrfconnect/[email protected]
zephyr nrfconnect/sdk-zephyr@42f3433 nrfconnect/sdk-zephyr#1952 nrfconnect/sdk-zephyr#1952/files

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

@NordicBuilder
Copy link
Collaborator

NordicBuilder commented Aug 13, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 28875ee458e8313e69bf50b32b2cc7b208a98751
doc-internal: PR head: 2dbe80631a3c8a944ad8046064df270010f35e33
zephyr: PR head: d36d5caf17a79223b0bdc0ceba0948668a961ebe

more details

sdk-nrf:

PR head: 28875ee458e8313e69bf50b32b2cc7b208a98751
merge base: f8070a8b15676c3aed6902741ccad484b62378d8
target head (main): f8070a8b15676c3aed6902741ccad484b62378d8
Diff

doc-internal:

PR head: 2dbe80631a3c8a944ad8046064df270010f35e33
merge base: f598c1901b67990c4519d5b2a542cf5b81e1298d
Diff

zephyr:

PR head: d36d5caf17a79223b0bdc0ceba0948668a961ebe
merge base: 42f34339b66261d8bc725f7e82b8c9a4d5d3ba79
target head (main): 8bd088c7c2936dbc94eddd5ede980d45a341e73d
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 fail
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (111)
lib
│  ├── pcm_mix
│  │  │ CMakeLists.txt
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  │ nrf54h20dk_nrf54h20-pinctrl.dtsi
│  │  │  ├── nrf9280pdk
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.nrf9280pdk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  │  ├── nrf9280pdk_nrf9280-ipc_conf.dtsi
│  │  │  │  ├── nrf9280pdk_nrf9280-memory_map.dtsi
│  │  │  │  ├── nrf9280pdk_nrf9280-pinctrl.dtsi
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp.dts
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp.yaml
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp_defconfig
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr.dts
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr.yaml
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr_defconfig
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr_xip.dts
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr_xip.yaml
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr_xip_defconfig
│  │  │  │  ├── nrf9280pdk_nrf9280_cpurad.dts
│  │  │  │  ├── nrf9280pdk_nrf9280_cpurad.yaml
│  │  │  │  ├── nrf9280pdk_nrf9280_cpurad_defconfig
│  │  │  │  ├── support
│  │  │  │  │  ├── nrf9280_cpuapp.JLinkScript
│  │  │  │  │  │ nrf9280_cpurad.JLinkScript
│  ├── drivers
│  │  ├── cache
│  │  │  │ Kconfig.nrf
│  │  ├── entropy
│  │  │  │ Kconfig.nrf_prng
│  │  ├── mbox
│  │  │  │ mbox_nrf_bellboard_rx.c
│  │  ├── pinctrl
│  │  │  │ pinctrl_nrf.c
│  │  ├── serial
│  │  │  ├── Kconfig.nrfx
│  │  │  ├── uart_nrfx_uarte.c
│  │  │  │ uart_nrfx_uarte2.c
│  ├── dts
│  │  ├── arm
│  │  │  ├── nordic
│  │  │  │  ├── nrf9280_cpuapp.dtsi
│  │  │  │  │ nrf9280_cpurad.dtsi
│  │  ├── bindings
│  │  │  ├── pinctrl
│  │  │  │  │ nordic,nrf-pinctrl.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  │ nrf9280.dtsi
│  │  ├── riscv
│  │  │  ├── nordic
│  │  │  │  │ nrf9280_cpuppr.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── dt-bindings
│  │  │  │  ├── misc
│  │  │  │  │  ├── nordic-domain-id-nrf9230.h
│  │  │  │  │  ├── nordic-nrf-ficr-nrf9230-engb.h
│  │  │  │  │  │ nordic-owner-id-nrf9230.h
│  │  │  │  ├── pinctrl
│  │  │  │  │  │ nrf-pinctrl.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── Kconfig.nrf_regtool
│  │  │  ├── nrfs
│  │  │  │  ├── Kconfig
│  │  │  │  ├── dvfs
│  │  │  │  │  │ ld_dvfs.c
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── nrfx_config.h
│  │  │  │  ├── nrfx_config_common.h
│  │  │  │  ├── nrfx_config_nrf52805.h
│  │  │  │  ├── nrfx_config_nrf52810.h
│  │  │  │  ├── nrfx_config_nrf52811.h
│  │  │  │  ├── nrfx_config_nrf52820.h
│  │  │  │  ├── nrfx_config_nrf52832.h
│  │  │  │  ├── nrfx_config_nrf52833.h
│  │  │  │  ├── nrfx_config_nrf52840.h
│  │  │  │  ├── nrfx_config_nrf5340_application.h
│  │  │  │  ├── nrfx_config_nrf5340_network.h
│  │  │  │  ├── nrfx_config_nrf54h20_application.h
│  │  │  │  ├── nrfx_config_nrf54h20_ppr.h
│  │  │  │  ├── nrfx_config_nrf54h20_radiocore.h
│  │  │  │  ├── nrfx_config_nrf54l15_enga_application.h
│  │  │  │  ├── nrfx_config_nrf54l15_enga_flpr.h
│  │  │  │  ├── nrfx_config_nrf91.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_application.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_ppr.h
│  │  │  │  │ nrfx_config_nrf9230_engb_radiocore.h
│  ├── samples
│  │  ├── drivers
│  │  │  ├── watchdog
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf9280pdk_nrf9280_cpuapp.overlay
│  ├── scripts
│  │  ├── west_commands
│  │  │  ├── runners
│  │  │  │  │ nrf_common.py
│  ├── soc
│  │  ├── nordic
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.defconfig
│  │  │  ├── Kconfig.soc
│  │  │  ├── common
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── dmm.c
│  │  │  │  ├── dmm.h
│  │  │  │  ├── nrf54hx_nrf92x_mpu_regions.c
│  │  │  │  ├── pinctrl_soc.h
│  │  │  │  ├── vpr
│  │  │  │  │  │ Kconfig.sysbuild
│  │  │  ├── nrf54h
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ soc.c
│  │  │  ├── nrf92
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.defconfig.nrf9280_cpuapp
│  │  │  │  ├── Kconfig.defconfig.nrf9280_cpuppr
│  │  │  │  ├── Kconfig.defconfig.nrf9280_cpurad
│  │  │  │  ├── Kconfig.soc
│  │  │  │  ├── align.ld
│  │  │  │  ├── soc.c
│  │  │  │  │ soc.h
│  │  │  │ soc.yml
│  ├── tests
│  │  ├── arch
│  │  │  ├── arm
│  │  │  │  ├── arm_irq_vector_table
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ arm_irq_vector_table.c
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── dmm
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── i2c
│  │  │  │  │  ├── i2c_slave
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  ├── drivers
│  │  │  ├── spi
│  │  │  │  ├── spi_controller_peripheral
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_common.dtsi
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp_fast.overlay
│  │  │  │  ├── spi_error_cases
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_fast.overlay
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuppr.overlay
│  │  │  │  ├── spi_loopback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  ├── watchdog
│  │  │  │  ├── wdt_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf9280pdk_nrf9280_cpuapp.overlay
│  │  │  │  ├── wdt_error_cases
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp.overlay
│  │  │  │  │  │  │ nrf9280pdk_nrf9280_cpurad.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── lib
│  │  │  ├── cpp
│  │  │  │  ├── cxx
│  │  │  │  │  │ testcase.yaml
│  │ west.yml

File list hidden for private repositories.
If you have access you can see the diff via the github link.
doc-internal Diff

Outputs:

Toolchain

Version: cb46c8ba33
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:cb46c8ba33_81ed5a52d6

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 1291
    • sdk-zephyr test count: 5305
  • ◻️ Integration tests
    • ◻️ test-sdk-audio
    • ◻️ test-fw-nrfconnect-chip
    • ◻️ test-fw-nrfconnect-nfc
    • ◻️ test-fw-nrfconnect-nrf-iot_cloud
    • ◻️ doc-internal
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-fw-nrfconnect-nrf_crypto
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-fw-nrfconnect-tfm
    • ◻️ test-fw-nrfconnect-thread
    • ◻️ test-sdk-find-my
    • ◻️ test-fw-nrfconnect-nrf-iot_mosh
    • ◻️ test-sdk-sidewalk
    • ◻️ test-low-level
    • ◻️ test-sdk-dfu
Disable integration tests
    • desktop52_verification
    • latest/ble/nrf/test_ble_commit
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • 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-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • 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

Add design of peak current management

Signed-off-by: Sebastian Wezel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants