Skip to content

Releases: Infineon/recipe-make-cat2

Recipe Make Category 2 2.6.0

15 Jun 16:12

Choose a tag to compare

  • 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

08 Apr 13:55

Choose a tag to compare

  • 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

04 Feb 18:13

Choose a tag to compare

  • Fixed a post-program reset, which could caused some applications to run incorrectly.

Recipe Make Category 2 2.4.0

21 Dec 22:49

Choose a tag to compare

  • 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

17 Nov 23:36

Choose a tag to compare

  • Fixed a postbuild dependency that could cause memcalc to fail.

Recipe Make Category 2 2.3.0

22 Oct 22:37

Choose a tag to compare

  • 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

28 Feb 21:48

Choose a tag to compare

  • Improved stability and bug fixes

Recipe Make Category 2 2.1.1

08 Jun 00:56

Choose a tag to compare

  • 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

30 Sep 18:41

Choose a tag to compare

  • 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

02 Sep 22:19

Choose a tag to compare

  • Added PSoC 4100S automotive devices