-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Zephyr to v4.0.0 and use main mender-mcu
* Update the Zephyr revision from `v3.7.0` to `4.0.0` * Change the `mender-mcu` revision from `v0.3-inventory` to `main` * Change `CONFIG_MBEDTLS_ZEPHYR_ENTROPY` to `CONFIG_MBEDTLS_ENTROPY_POLL_ZEPHYR` and enable `CONFIG_MBEDTLS_ENTROPY_C`. * Set `CONFIG_ZVFS_OPEN_MAX` from 4 to 5 to fix `ENFILE` (23) errors when creating sockets * Increase `CONFIG_NET_SOCKETS_CONNECT_TIMEOUT` to stop zsock_connect() from timing out too early when downloading artifacts * Disabled `ESP_SPIRAM` in esp32_ethernet_kit config due to linking errors * Update zephyr sdk from 0.16.9 to 0.17.0 Ticket: MEN-7927 Signed-off-by: Daniel Skinstad Drabitzius <[email protected]>
- Loading branch information
1 parent
80de969
commit 930af59
Showing
5 changed files
with
33 additions
and
20 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
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