Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.23 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.23 KB

PSOC™ 4 GNU make Build System

Overview

This repo provides the build recipe make files and scripts for building and programming PSOC™ 4 applications. Builds can be run either through a command-line interface (CLI) or through a supported IDE such as Eclipse or VS Code.

Prerequisite

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.

Options

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.

More information


(c) 2019-2024, Cypress Semiconductor Corporation (an Infineon company) or an affiliate of Cypress Semiconductor Corporation. All rights reserved.