File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,3 @@ if(CONFIG_SOC_NRF7120_ENGA_CPUAPP)
3434 zephyr_library_sources(${NRFX_DIR} /soc/interconnect/dppic_ppib/nrfx_interconnect_dppic_ppib.c)
3535 endif ()
3636endif ()
37-
38- if (CONFIG_SOC_NRF54LS05B_ENGA_CPUAPP)
39- dt_prop(clock_frequency PATH "/clocks/hfpll" PROPERTY "clock-frequency" )
40- math (EXPR clock_frequency_mhz "${clock_frequency} / 1000000" )
41- zephyr_compile_definitions("NRF_CONFIG_CPU_FREQ_MHZ=${clock_frequency_mhz} " )
42- endif ()
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ manifest:
6464 # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6565 - name : zephyr
6666 repo-path : sdk-zephyr
67- revision : pull/3492/head
67+ revision : 170d5872f3aa80e42d387364beb2a5ac2b7efb6e
6868 import :
6969 # In addition to the zephyr repository itself, NCS also
7070 # imports the contents of zephyr/west.yml at the above
You can’t perform that action at this time.
0 commit comments