Releases: Infineon/recipe-make-cat4
Releases · Infineon/recipe-make-cat4
Recipe Make Category 4 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 4 2.3.0
- 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
- 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
- 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
- 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
- Initial release