fix(ble): fix race condition for MAC addr device ID in sample #25
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
1m 51s
Annotations
5 errors and 2 warnings
Run compliance checks on patch series (PR):
KconfigBasic.txt#L1
See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details.
Undefined Kconfig symbols:
warning: undefined symbol BOARD_NRF52820DONGLE_NRF52820:
- Referenced at /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/./boards/nordic/nrf52820dongle/Kconfig:9:
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
default y
select SOC_DCDC_NRF52X
depends on BOARD_NRF52820DONGLE_NRF52820
warning: undefined symbol BOARD_NRF52833DONGLE_NRF52833:
- Referenced at /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/./boards/nordic/nrf52833dongle/Kconfig:9:
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
default y
select SOC_DCDC_NRF52X
depends on BOARD_NRF52833DONGLE_NRF52833
warning: undefined symbol BOARD_NRF52840GMOUSE_NRF52840:
- Referenced at /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/./boards/nordic/nrf52840gmouse/Kconfig:9:
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
default y
select SOC_DCDC_NRF52X
depends on BOARD_NRF52840GMOUSE_NRF52840
warning: undefined symbol BOARD_NRF52DMOUSE_NRF52832:
- Referenced at /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/./boards/nordic/nrf52dmouse/Kconfig:9:
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
default y
select SOC_DCDC_NRF52X
depends on BOARD_NRF52DMOUSE_NRF52832
warning: undefined symbol BOARD_NRF52KBD_NRF52832:
- Referenced at /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/./boards/nordic/nrf52kbd/Kconfig:9:
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
default y
select SOC_DCDC_NRF52X
depends on BOARD_NRF52KBD_NRF52832
warning: undefined symbol BOARD_NRF7002DK_NRF5340_CPUAPP:
- Referenced at /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/./boards/nordic/nrf7002dk/Kconfig:15:
config BOARD_ENABLE_DCDC_APP
bool "Enable Application MCU DCDC converter"
default y
select SOC_DCDC_NRF53X_APP
depends on BOARD_NRF7002DK_NRF5340_CPUAPP || BOARD_NRF7002DK_NRF5340_CPUAPP_NS || BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001 || BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001_NS
- Referenced at /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/./boards/nordic/nrf7002dk/Kconfig:20:
config BOARD_ENABLE_DCDC_NET
bool "Enable Network MCU DCDC converter"
default y
select SOC_DCDC_NRF53X_NET
depends on BOARD_NRF7002DK_NRF5340_CPUAPP || BOARD_NRF7002DK_NRF5340_CPUAPP_NS || BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001 || BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001_NS
- Referenced at /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/./boards/nordic/nrf7002dk/Kconfig:25:
config BOARD_ENABLE_DCDC_HV
bool "Enable High Voltage DCDC converter"
default y
select SOC_DCDC_NRF53X_HV
depends on BOARD_NRF7002DK_NRF5340_CPUAPP || BOARD_NRF7002DK_NRF5340_CPUAPP_NS || BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001 || BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001_NS
- Referenced at /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/./boards/nordic/nrf7002dk/Kconfig:30:
config HEAP_MEM_POOL_SIZE
int
default 4096 if BT_HCI_IPC
depends on BOARD_NRF7002DK_NRF5340_CPUAPP || BOARD_NRF7002DK_NRF5340_CPUAPP_NS || BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001 || BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001_NS
- Referenced at /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/./boards/nordic/nrf7002dk/Kconfig:33:
config BT_HCI_VS
bool
default y if BT
depends on BOARD_NRF7002DK_NRF5340_CPUAPP || BOARD_NRF7002DK_NRF5340_CPUAPP_NS || BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001 || BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001_NS
- Referenced at /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/./boards/nordic/nrf7002dk/Kconfig:36:
config BOARD_ENABLE_CPUNET
bool "Enable nRF53 Network MCU"
default y if BT || NRF_802154_SER_HOST
select SOC_NRF_GPIO_FORWARDER_FOR_NRF5340 if n
depends on BOARD_NRF7002DK_NRF5340_CPUAPP || BOARD_NRF7002DK_NRF5340_CPUAPP_NS || BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001 || BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001_NS
help
This option enables releasing the Network 'force off' signal, which
as a consequence will power up the Network MCU during system boot.
Additionally, the option allocates GPIO pins that will be used by UARTE
of the Network MCU.
Note: GPIO pin allocation can only be configured by the secure Application
MCU firmware,
|
Run compliance checks on patch series (PR):
Identity.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for more details
4665f5850ea93f7c8ed2157fc6efabca400eb4db: author email (Gillian Minnehan <gillian@memfault.com>) needs to match one of the signed-off-by entries.
|
Run compliance checks on patch series (PR):
Gitlint.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for more details
1: UC2 Commit message does not contain a 'Signed-off-by:' line
6: UC4 Commit message body line exceeds max length (73>72): " time the device ID is set (system init). This change removes the option"
|
Run compliance checks on patch series (PR)
Process completed with exit code 1.
|
Run compliance checks on patch series (PR)
Process completed with exit code 3.
|
Run compliance checks on patch series (PR)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "compliance.xml".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
compliance.xml
Expired
|
41.8 KB |
|