Skip to content

Releases: Infineon/recipe-make-cat4

Recipe Make Category 4 2.4.0

21 Dec 22:49
Compare
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 4 2.3.0

22 Oct 22:39
Compare
Choose a tag to compare
  • 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 4 2.2.0

28 Feb 21:49
Compare
Choose a tag to compare
  • Use a binary file instead of a hex file for programming using VS Code
  • Improved stability and bug fixes

Recipe Make Category 4 2.1.1

08 Jun 00:57
Compare
Choose a tag to compare
  • Added support for BSP_PROGRAM_INTERFACE to select debug interface. Valid values are "FTDI" and "JLink". Default value is "FTDI".
  • Eclipse and VSCode export will now only generate the launch configuration for the selected programming interface.

Recipe Make Category 4 2.0.0

30 Sep 18:39
Compare
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 4

25 Oct 15:03
b8fdd34
Compare
Choose a tag to compare
  • Initial release