File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
tests/drivers/nrfx_integration_test Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 66
77menuconfig CPU_LOAD
88 bool "Enable CPU load measurement"
9- select NRFX_PPI if HAS_HW_NRF_PPI
10- select NRFX_DPPI if HAS_HW_NRF_DPPIC
9+ select NRFX_GPPI
1110 depends on !SOC_SERIES_NRF51X #Lack of required HW events
1211 help
1312 Enable the CPU load measurement instrumentation. This tool is using
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ config NRFX_ALL_DRIVERS
1212 select NRFX_ADC if HAS_HW_NRF_ADC
1313 select NRFX_CLOCK if HAS_HW_NRF_CLOCK && !CLOCK_CONTROL_MPSL
1414 select NRFX_COMP if HAS_HW_NRF_COMP
15- select NRFX_DPPI if HAS_HW_NRF_DPPIC
15+ select NRFX_GPPI if HAS_HW_NRF_DPPI
1616 select NRFX_EGU0 if HAS_HW_NRF_EGU0
1717 select NRFX_EGU1 if HAS_HW_NRF_EGU1
1818 select NRFX_EGU2 if HAS_HW_NRF_EGU2
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ manifest:
6969 # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
7070 - name : zephyr
7171 repo-path : sdk-zephyr
72- revision : a7fe5f7c4aab18312bd7f61afef55647e38f3db6
72+ revision : pull/2319/head
7373 import :
7474 # In addition to the zephyr repository itself, NCS also
7575 # imports the contents of zephyr/west.yml at the above
You can’t perform that action at this time.
0 commit comments