|
发表于 2025-6-12 09:53:30
|
显示全部楼层
已经支持zephyr了
Install EWARM 9.70.1
Published June 10, 2025.
Highlights
The Zephyr kernel 4.1 or later can now be built with the IAR build tools for Arm
All files needed for a customer to build Zephyr with IAR tools are up-streamed and available in the Zephyr repository, this also includes build scripts. There is an IAR specific toolchain page on the Zephyr project homepage on how to setup the tools.
Additional support for GNU extensions
A number of GNU C/C++ language extensions and other features have been added. See Release notes for the IAR C/C++ Compiler for more information.
C-STAT support for MISRA C++:2023
Support for MISRA C++ 2023 rules has been added. This includes all rules in chapters 4.0 - 4.7 and all additional rules that overlap with rules in the already supported MISRA rule sets. In some cases, rules in the old rule set have been slightly revised to the more modern standard when the newer rule is either clearer or adapted to a more modern way of software development.
Support for selected C++20 features
A number selected C++20 features are now supported, see Release notes for the IAR C/C++ Compiler for more information.
64-bit support has been added to the standard edition of EWARM
Support for additional Arm cores
Support has been added for Cortex-A65AE (no simulator support), Cortex-A78, and Cortex-A76.
Externally built executable debugging improvements
Debugging an externally built executable (ELF) file has been improved, with source files now shown in the Workspace window. Choose Project>Create New Project>Externally built executable to create a debug-only project, meant for debugging ELF files built using external scripts, or built on another host, or built using a different toolchain version.
RTOS awareness plugins have been added for the following Real Time Operating Systems
Zephyr RTOS
PX5
Cesium OS3 and OS2 |
|