Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# 4390X devices GNU make Build System Release Notes
This repo provides the build recipe make files and scripts for building and programming 4390X devices applications. Builds can be run either through a command-line interface (CLI) or through the Eclipse IDE for ModusToolbox.
### What's Included?
This release of the 4390X device GNU make build recipe includes complete support for building, programming, and debugging 4390X device application projects. It is expected that a code example contains a top level make file for itself and references a Board Support Package (BSP) that defines specific items, like the 4390X part, for the target board. Supported functionality includes the following:
* Supported operations:
* Build
* Program
* Debug
* IDE Integration (Eclipse, VS Code)
* Supported toolchains:
* GCC
### What Changed?
#### v2.2.0
* Use a binary file instead of a hex file for programming using VS Code.
* Improved stability and bug fixes.
#### v2.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.
#### v2.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
#### v1.0.0
* Initial release
### Product/Asset Specific Instructions
Builds require that the ModusToolbox tools be installed on your machine. This comes with the ModusToolbox install. On Windows machines, it is recommended that CLI builds be executed using the Cygwin.bat located in ModusToolBox/tools\_x.y/modus-shell install directory. This guarantees a consistent shell environment for your builds.
To list the build options, run the "help" target by typing "make help" in CLI. For a verbose documentation on a specific subject type "make help CY\_HELP={variable/target}", where "variable" or "target" is one of the listed make variables or targets.
### Supported Software and Tools
This version of the CAT4 build system was validated for compatibility with the following Software and Tools:
| Software and Tools | Version |
| :--- | :----: |
| ModusToolbox Software Environment | 3.1 |
| GCC Compiler | 11.3 |
Minimum required ModusToolbox Software Environment: v3.0
### More information
* [Infineon GitHub](https://github.com/Infineon)
* [ModusToolbox](https://www.infineon.com/cms/en/design-support/tools/sdk/modustoolbox-software)
---
© Cypress Semiconductor Corporation, 2019-2024.