Releases: Infineon/recipe-make-cat2
Releases · Infineon/recipe-make-cat2
Recipe Make Category 2 2.6.0
- Added Advanced KitProg3 programming Eclipse launch configuration / VS Code task, allowing to launch ModusToolbox™ Programmer
- Added new memory reporting functionality
- Disabled auto-build for the Eclipse Attach launch configurations
Recipe Make Category 2 2.5.0
- Moved CFLAGS, CXXFLAGS, ASFLAGS, LDFLAGS variables to be added after default flags. In case of conflict, most toolchains select the last flags as the option. This allows those variables to overwrite the default flags.
- Added support for GNU assembly syntax when using ARM toolchain.
Recipe Make Category 2 2.3.2
- Fixed a post-program reset, which could caused some applications to run incorrectly.
Recipe Make Category 2 2.4.0
- Added Ninja support. Ninja build will be enabled by default with ModusToolbox 3.4, and latest core-make. To disable Ninja build set NINJA to empty-String. (For example: "make build NINJA=").
Recipe Make Category 2 2.3.1
- Fixed a postbuild dependency that could cause memcalc to fail.
Recipe Make Category 2 2.3.0
- Experimental support for LLVM Embedded Toolchain for Arm.
- Optimization for speed changed to optimization for size for the IAR toolchain.
- The feature of setting the default location of the ARM and IAR toolchains has been deprecated.
- Added support for Infineon EdgeProtectTool.
- Added a "last_config" build configuration directory that contains the hex file and elf file from last build.
- VS Code and Eclipse launch configurations now use "last_config" directory. Launch configurations no longer have to be re-generated when switching between "Debug" and "Release".
Recipe Make Category 2 2.2.0
- Improved stability and bug fixes
Recipe Make Category 2 2.1.1
- Added support for BSP_PROGRAM_INTERFACE to select debug interface. Valid values are "KitProg3" and "JLink". Default value is "KitProg3".
- Eclipse and VSCode export will now only generate the launch configuration for the selected programming interface.
Recipe Make Category 2 2.0.0
- Major version update. Significant changes to support ModusToolbox 3.0
- Dropped compatibility with core-make version 1.X and ModusToolbox tools version 2.X
Recipe Make Category 2 1.2.2
- Added PSoC 4100S automotive devices