README.md
1# ModusToobox CAT1 BSP Template Library
2
3## Overview
4
5mtb-template-cat1 provides BSP template files for the BSP Assistant tool. mtb-template-cat1 contains files for the following devices:
6
7* CY8C6xxx
8* CYB06xxx
9* CYS06xxx
10* XMC71xx
11* XMC72xx
12
13## BSP Configuration
14
15The BSP has a few hooks that allow its behavior to be configured. Some of these items are enabled by default while others must be explicitly enabled. Items enabled by default are specified in the {{ name }}.mk file. The items that are enabled can be changed by creating a custom BSP or by editing the application makefile.
16
17Components:
18* CM0P_SLEEP - Cortex-M0+ pre-built image to start the CM4.
19* CM0P_CRYPTO - Cortex-M0+ pre-built image to start the CM4 and perform cryptographic operations.
20* CM0P_BLESS - Cortex-M0+ pre-built image to start the CM4 and perform BLE operations.
21* CM0P_SECURE - Cortex-M0+ pre-built image for PSoC 64.
22* UDB_SDIO - Adds SDIO support for devices that do not have a native SDIO block (PSoC 61, PSoC 62, PSoC 64)
23* HCI-UART - The UART HCI mode used by bluetooth-freertos
24* HCI-SHAREDBUS - The Shared Bus HCI mode used by bluetooth-freertos
25
26Defines:
27* CYBSP_WIFI_CAPABLE - This define, disabled by default, causes the BSP to initialize the interface to an onboard wireless chip if it has one.
28* CY_USING_HAL - This define, enabled by default, specifies that the HAL is intended to be used by the application. This will cause the BSP to include the applicable header file and to initialize the system level drivers.
29* CYHAL_UDB_SIO - Enables UDB_SDIO component
30
31
32## More information
33* [Development Board Documentation](https://www.cypress.com/documentation/development-kitsboards)
34* [Cypress Semiconductor, an Infineon Technologies Company](https://www.cypress.com)
35* [Infineon GitHub](https://github.com/infineon)
36* [ModusToolbox™](https://www.cypress.com/products/modustoolbox-software-environment)
37
38---
39© Cypress Semiconductor Corporation (an Infineon company) or an affiliate of Cypress Semiconductor Corporation, 2022.
40