commit | 0ae9f5a626ef9abc9556b181e9cab1ffe5b89f0a | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Wed Sep 22 15:48:45 2021 +0900 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Sep 24 07:35:40 2021 -0400 |
tree | 0d10cf7d35f080d26400eaafea36627a4f2319ca | |
parent | 04e67e2593e87613703a6239f20d897938b9c90d [diff] |
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 <root@stephanos.io>