-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump Zephyr to 3.7.0 and NCS to 2.7.0
All 39 patches were upstreamed, so drop them. Maintain default values for old (NCS, POSIX_MAX_FDS and EVENTFD_*) as well as new (Zephyr upstream, ZVFS_OPEN_MAX and ZVFS_EVENTFD_*) Kconfig options. Update platform names to be HWMv2 compliant: * esp32_devkitc_wrover -> esp32_devkitc_wrover/esp32/procpu * native_sim_64 -> native_sim/native/64 * nrf52840dk_nrf52840 -> nrf52840dk/nrf52840 * nrf9160dk_nrf9160_ns -> nrf9160dk/nrf9160/ns * rak5010_nrf52840 -> rak5010/nrf52840 Update overlay configurations for platforms using ESP-AT WiFi driver. New DNS resolver uses recvfrom() API with non-NULL remote address. This API requires remote address to be set, which is only possible if ESP-AT driver already assigned remote address for incoming packet. Such behavior is implemented only with CONFIG_WIFI_ESP_AT_CIPDINFO_USE=y, which requires CONFIG_WIFI_ESP_AT_PASSIVE_MODE=y to be functional. Set also CONFIG_WIFI_ESP_AT_DNS_USE=y, so that DNS resolver gets reinitialized automatically after connection to WiFi Access Point was established. Replace CONFIG_LTE_CONNECTIVITY with CONFIG_NRF_MODEM_LIB_NET_IF. Enable "auto start" and "auto connect" in all samples which are now disabled by default. Make use of 'configdefault' Kconfig keyword, which allows to safely configure default values without replicating all dependencies. This requires to provide type of the configuration option (e.g. 'int') when option is not provided by included Zephyr Kconfig subsystem (either hidden under 'if' or not provided due to differences between upstream and NCS' variants of Zephyr). Use matrix.hil_board in artifacts names, as '/' is treated as special character and fobidden. Flash only Zephyr "application" image for Espressif targets, since that is the default behavior of 'west flash' with 'esp32' runner after introduction of CONFIG_ESP_SIMPLE_BOOT [1] in Zephyr upstream. Put the 0x1000 application offset in pytest-hil class instantiation. Enable SHA256 and SHA384 hashes explicitly. So far those were enabled by default in old Zephyr versions, but that is no longer the case. Override default value for new CONFIG_NET_SOCKETS_DTLS_MAX_FRAGMENT_LENGTH option, so that DTLS outgoing packet lenght is not limited further to 1024, but instead matches MBEDTLS_SSL_IN_CONTENT_LEN and MBEDTLS_SSL_OUT_CONTENT_LEN settings. For all nrf9160dk/nrf9160/ns board files, remove the CONFIG_NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC symbol which conflicts with the CONFIG_NRF_MODEM_LIB_NET_IF symbol that is also being set in those file. The accounts for a change in sdk-nrf that automatically selects CONFIG_NRF_MODEM_LIB_ON_FAULT_LTE_NET_IF instead. [1] Zephyr upstream 2395f08d489c ("soc: espressif: esp32: simple boot support") Co-authored-by: Mike Szczys <[email protected]> Signed-off-by: Mike Szczys <[email protected]> Signed-off-by: Marcin Niestroj <[email protected]>
- Loading branch information
Showing
146 changed files
with
389 additions
and
7,442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ manifest: | |
- net-tools | ||
- nrf | ||
- nrfxlib | ||
- oberon-psa-crypto | ||
- qcbor | ||
- segger | ||
- tinycrypt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.