Skip to content

Commit 0ae9f5a

Browse files
stephanosiocfriedt
authored andcommitted
cmake: Set minimum required Zephyr SDK version to 0.13.1
This commit sets the minimum required Zephyr SDK version to 0.13.1, which fixes the following critical issues: 1. Xtensa initial malloc failure (GitHub issue #38258) 2. ARMv8-M security extension vulnerability (CVE-2021-35465) Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 04e67e2 commit 0ae9f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/verify-toolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# FORMAT=json: Print the output as a json formatted string, useful for Python
1717

1818
# This is the minimum required Zephyr-SDK version which supports CMake package
19-
set(TOOLCHAIN_ZEPHYR_MINIMUM_REQUIRED_VERSION 0.13)
19+
set(TOOLCHAIN_ZEPHYR_MINIMUM_REQUIRED_VERSION 0.13.1)
2020

2121
# Set internal variables if set in environment.
2222
if(NOT DEFINED ZEPHYR_TOOLCHAIN_VARIANT)

0 commit comments

Comments
 (0)