1### PSoC 6 GNU make Build System 1.0 2This repo provides the build recipe make files and scripts for building and programming PSoC 6 applications. Builds can be run either through a command-line interface (CLI) or through the ModusToolbox Integrated Devlopment Environment (IDE). 3 4### What's Included? 5The this release of the PSoC 6 GNU make Build System includes complete support for building, programming, and debugging PSoC 6 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 specifics items, like the PSoC 6 part, for the target board. This includes the following: 6* Supported operations: 7 * Build 8 * Program 9 * Debug 10* Supported toolchains: 11 * GCC 12 * IAR 13 * ARMv6 14 15This also includes the getlibs.bash script that can be used directly, or via the make target to download additional git repo based libraries for the application. 16 17### Product/Asset Specific Instructions 18Builds require that the ModusToolbox tools be installed on your machine. This comes with the ModusToolbox IDE 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. 19 20To 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. 21 22### Supported Software and Tools 23This version of the Cypress PSoC 6 Hardware Abstraction Layer was validated for compatibility with the following Software and Tools: 24 25| Software and Tools | Version | 26| :--- | :----: | 27| ModusToolbox Software Environment | 2.0 | 28| GCC Compiler | 7.4 | 29| IAR Compiler | 8.32 | 30| ARM Compiler | 6.11 | 31 32### More information 33Use the following links for more information, as needed: 34* [Cypress Semiconductor](http://www.cypress.com) 35* [Cypress Semiconductor GitHub](https://github.com/cypresssemiconductorco) 36* [ModusToolbox](https://www.cypress.com/products/modustoolbox-software-environment) 37 38--- 39© Cypress Semiconductor Corporation, 2019.