Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@
- "drivers/wifi/**/*"
- "modules/hostap/**/*"
- "modules/lib/hostap/**/*"
- "subsys/net/lib/nrf70_fw_ext/**/*"
- "subsys/net/lib/hostap_crypto/**/*"
- "subsys/mpsl/**/*"
- "subsys/ieee802154/**/*"
- "subsys/bootloader/**/*"
Expand Down Expand Up @@ -518,6 +520,8 @@
- "samples/wifi/**/*"
- "modules/hostap/**/*"
- "modules/lib/hostap/**/*"
- "subsys/net/lib/nrf70_fw_ext/**/*"
- "subsys/net/lib/hostap_crypto/**/*"

"CI-cloud-test":
- "include/caf/**/*"
Expand Down
4 changes: 4 additions & 0 deletions samples/net/aws_iot/boards/nrf7002dk_nrf5340_cpuapp_ns.conf
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,7 @@ CONFIG_TLS_CREDENTIALS_BACKEND_PROTECTED_STORAGE=y
CONFIG_TFM_PROFILE_TYPE_SMALL=y
CONFIG_PM_PARTITION_SIZE_TFM_SRAM=0xc000
CONFIG_PM_PARTITION_SIZE_TFM=0x1fe00

# Enable LTO to save flash memory
CONFIG_LTO=y
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,7 @@ CONFIG_TLS_CREDENTIALS_BACKEND_PROTECTED_STORAGE=y
CONFIG_TFM_PROFILE_TYPE_SMALL=y
CONFIG_PM_PARTITION_SIZE_TFM_SRAM=0xc000
CONFIG_PM_PARTITION_SIZE_TFM=0x1fe00

# Enable LTO to save flash memory
CONFIG_LTO=y
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
46 changes: 29 additions & 17 deletions scripts/ci/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ ci_samples_net: &ci_net
- modules/lib/azure-sdk-for-c/
- modules/lib/cjson/
- modules/lib/hostap/
- modules/lib/nrf_wifi/
- modules/lib/zcbor/
- nrf/cmake/
- nrf/drivers/hw_cc3xx/
- nrf/drivers/net/
- nrf/drivers/wifi/
- nrf/include/modem/
- nrf/include/net/
- nrf/lib/at_cmd_parser/
Expand All @@ -102,12 +102,13 @@ ci_samples_net: &ci_net
- nrf/lib/nrf_modem_lib/
- nrf/lib/pdn/
- nrf/modules/cjson/
- nrf/modules/hostap/
- nrf/modules/trusted-firmware-m/
- nrf/samples/net/
- nrf/subsys/dfu/
- nrf/subsys/fw_info/
- nrf/subsys/net/
- nrf/subsys/net/lib/hostap_crypto/
- nrf/subsys/net/lib/nrf70_fw_ext/
- nrf/subsys/nrf_security/
- nrf/subsys/partition_manager/
- nrf/sysbuild/
Expand All @@ -122,6 +123,8 @@ ci_samples_net: &ci_net
- zephyr/drivers/ptp_clock/
- zephyr/drivers/wifi/
- zephyr/include/zephyr/net/
- zephyr/modules/hostap/
- zephyr/modules/nrf_wifi/
- zephyr/share/
- zephyr/subsys/mgmt/
- zephyr/subsys/net/
Expand All @@ -144,29 +147,28 @@ ci_tests_subsys_net_openthread:
ci_samples_wifi:
files:
- modules/lib/hostap/
- nrf/drivers/wifi/
- nrf/modules/hostap/
- nrf/samples/wifi/
- nrfxlib/crypto/
- modules/lib/nrf_wifi/
- nrf/subsys/net/lib/nrf70_fw_ext/
- nrf/subsys/net/lib/hostap_crypto/
- nrfxlib/nrf_wifi/
- zephyr/subsys/net/l2/ethernet/
- zephyr/subsys/net/l2/wifi/
- zephyr/modules/hostap/
- zephyr/modules/nrf_wifi/
- zephyr/drivers/wifi/

ci_applications_matter: &ci_matter
files:
- bootloader/mcuboot/
- modules/hal_nordic/nrf_802154/
- modules/lib/hostap/
- modules/lib/matter/
- modules/lib/nrf_wifi/
- modules/lib/suit-generator/
- nrf/applications/ipc_radio/
- nrf/applications/matter_bridge/
- nrf/applications/matter_weather_station/
- nrf/cmake/
- nrf/drivers/hw_cc3xx/
- nrf/drivers/mpsl/
- nrf/drivers/wifi/
- nrf/modules/hostap/
- nrf/modules/mcuboot/
- nrf/modules/nrfxlib/nrf_802154/
- nrf/samples/matter/
Expand All @@ -177,6 +179,8 @@ ci_applications_matter: &ci_matter
- nrf/subsys/fw_info/
- nrf/subsys/ieee802154/
- nrf/subsys/mpsl/
- nrf/subsys/net/lib/hostap_crypto/
- nrf/subsys/net/lib/nrf70_fw_ext/
- nrf/subsys/net/openthread/
- nrf/subsys/nrf_security/
- nrf/subsys/partition_manager/
Expand All @@ -190,8 +194,11 @@ ci_applications_matter: &ci_matter
- nrfxlib/openthread/
- zephyr/cmake/
- zephyr/drivers/net/
- zephyr/drivers/wifi/
- zephyr/include/dfu/
- zephyr/include/mgmt/mcumgr/
- zephyr/modules/hostap/
- zephyr/modules/nrf_wifi/
- zephyr/samples/bluetooth/hci_ipc/
- zephyr/share/
- zephyr/soc/nordic/
Expand Down Expand Up @@ -385,11 +392,11 @@ ci_samples_cellular:
- modules/hal/nordic/nrfx/
- modules/lib/cjson/
- modules/lib/hostap/
- modules/lib/nrf_wifi/
- modules/lib/zcbor/
- nrf/boards/nordic/
- nrf/cmake/
- nrf/drivers/hw_cc3xx/
- nrf/drivers/wifi/
- nrf/ext/curl/
- nrf/ext/iperf3/
- nrf/include/date_time.h
Expand Down Expand Up @@ -421,7 +428,6 @@ ci_samples_cellular:
- nrf/lib/sms/
- nrf/lib/wave_gen/
- nrf/modules/cjson/
- nrf/modules/hostap/
- nrf/samples/cellular/
- nrf/subsys/app_event_manager/
- nrf/subsys/bluetooth/
Expand All @@ -432,6 +438,8 @@ ci_samples_cellular:
- nrf/subsys/fw_info/
- nrf/subsys/mgmt/
- nrf/subsys/net/
- nrf/subsys/net/lib/hostap_crypto/
- nrf/subsys/net/lib/nrf70_fw_ext/
- nrf/subsys/nrf_security/
- nrf/subsys/partition_manager/
- nrf/sysbuild/
Expand All @@ -449,6 +457,8 @@ ci_samples_cellular:
- zephyr/include/net/
- zephyr/include/posix/
- zephyr/include/shell/
- zephyr/modules/hostap/
- zephyr/modules/nrf_wifi/
- zephyr/share/
- zephyr/soc/nordic/
- zephyr/subsys/bluetooth/
Expand All @@ -460,8 +470,6 @@ ci_samples_cellular:
- zephyr/subsys/pm/
- zephyr/subsys/random/
- zephyr/subsys/settings/
- zephyr/subsys/settings/
- zephyr/subsys/shell/
- zephyr/subsys/shell/
- zephyr/subsys/storage/

Expand Down Expand Up @@ -896,14 +904,18 @@ ci_samples_debug:
- modules/hal/nordic/nrfx
- modules/lib/hostap/
- modules/lib/memfault-firmware-sdk/
- modules/lib/zcbor/
- nrf/drivers/wifi/
- nrf/modules/hostap/
- modules/lib/nrf_wifi/
- nrf/modules/memfault-firmware-sdk/
- nrf/samples/debug/
- nrf/subsys/bluetooth/
- nrf/subsys/debug/
- nrf/subsys/net/
- nrf/subsys/net/lib/hostap_crypto
- nrf/subsys/net/lib/nrf70_fw_ext
- nrfxlib/nrf_wifi/
- zephyr/drivers/wifi/
- zephyr/modules/hostap/
- zephyr/modules/nrf_wifi/
- zephyr/subsys/bluetooth/
- zephyr/subsys/debug/
- zephyr/subsys/net/
Expand Down
2 changes: 2 additions & 0 deletions subsys/net/lib/nrf70_fw_ext/ext_fw_load.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ enum nrf_wifi_status nrf_wifi_fw_load(void *rpu_ctx)
return status;
}
#elif CONFIG_NRF_WIFI_PATCHES_EXT_FLASH_XIP
#if NRFX_CLOCK_ENABLED && (defined(CLOCK_FEATURE_HFCLK_DIVIDE_PRESENT) || NRF_CLOCK_HAS_HFCLK192M)
static nrf_clock_hfclk_div_t saved_divider = NRF_CLOCK_HFCLK_DIV_1;
#endif
static void enable_xip_and_set_cpu_freq(void)
{
#if NRFX_CLOCK_ENABLED && (defined(CLOCK_FEATURE_HFCLK_DIVIDE_PRESENT) || NRF_CLOCK_HAS_HFCLK192M)
Expand Down
4 changes: 2 additions & 2 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: v4.0.99-ncs1-1
revision: 114d1da9fd7ad016ef45e8fee8f1b512b93841ce
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down Expand Up @@ -147,7 +147,7 @@ manifest:
- name: nrfxlib
repo-path: sdk-nrfxlib
path: nrfxlib
revision: v3.0.1
revision: 3a14dbc326c385a0161fc122f72b6d9be308f7d6
- name: trusted-firmware-m
repo-path: sdk-trusted-firmware-m
path: modules/tee/tf-m/trusted-firmware-m
Expand Down
Loading