Skip to content
Permalink
6ad7445e39
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

fw-cyw89829b0 Overview

fw-cyw89829 hosts FW patches for CYW89829B0. The patches are categorized depending on the features they support and TX Power configuration.

COMPONENT_BTFW-WBMS-TX0

Contains FW patch with WBMS support for 0dBm TX Power for QFN40 package. This component should be used with WBMS applications. To include this component in application, add the lines provided below to application makefile:

  • DISABLE_COMPONENTS+= BTFW-TX10
  • COMPONENTS+= BTFW-WBMS-TX0

COMPONENT_BTFW-WBMS-TX10

Contains FW patch with WBMS support for 10dBm TX Power for QFN40 package. This component should be used with WBMS applications. To include this component in application, add the lines provided below to application makefile:

  • DISABLE_COMPONENTS+= BTFW-TX10
  • COMPONENTS+= BTFW-WBMS-TX10

COMPONENT_BTFW-PAWR-TX0

Contains FW patch with PAWR support for 0dBm TX Power for QFN40 package. This component should be used with PAWR applications. To include this component in application, add the lines provided below to application makefile:

  • DISABLE_COMPONENTS+= BTFW-TX10
  • COMPONENTS+= BTFW-PAWR-TX0

COMPONENT_BTFW-PAWR-TX10

Contains FW patch with PAWR support for 10dBm TX Power for QFN40 package. This component should be used with PAWR applications. To include this component in application, add the lines provided below to application makefile:

  • DISABLE_COMPONENTS+= BTFW-TX10
  • COMPONENTS+= BTFW-PAWR-TX10

COMPONENT_BTFW-TX0

Contains FW patch for 0dBm TX Power for QFN40 package. This component should be used with non-PAWR and non-WBMS applications. To include this component in application, add the lines provided below to application makefile:

  • DISABLE_COMPONENTS+= BTFW-TX10
  • COMPONENTS+= BTFW-TX0

COMPONENT_BTFW-TX10

Contains FW patch for 10dBm TX Power for QFN40 package. This component should be used with non-PAWR and non-WBMS applications. BSP selects this component by default.

COMPONENT_BTFW-BGA77-WBMS-TX0

Contains FW patch with WBMS support for 0dBm TX Power for BGA77 package. This component should be used with WBMS applications. To include this component in application, add the lines provided below to application makefile:

  • DISABLE_COMPONENTS+= BTFW-BGA77-TX10
  • COMPONENTS+= BTFW-BGA77-WBMS-TX0

COMPONENT_BTFW-BGA77-WBMS-TX10

Contains FW patch with WBMS support for 10dBm TX Power for BGA77 package. This component should be used with WBMS applications. To include this component in application, add the lines provided below to application makefile:

  • DISABLE_COMPONENTS+= BTFW-BGA77-TX10
  • COMPONENTS+= BTFW-BGA77-WBMS-TX10

COMPONENT_BTFW-BGA77-PAWR-TX0

Contains FW patch with PAWR support for 0dBm TX Power for BGA77 package. This component should be used with PAWR applications. To include this component in application, add the lines provided below to application makefile:

  • DISABLE_COMPONENTS+= BTFW-BGA77-TX10
  • COMPONENTS+= BTFW-BGA77-PAWR-TX0

COMPONENT_BTFW-BGA77-PAWR-TX10

Contains FW patch with PAWR support for 10dBm TX Power for BGA77 package. This component should be used with PAWR applications. To include this component in application, add the lines provided below to application makefile:

  • DISABLE_COMPONENTS+= BTFW-BGA77-TX10
  • COMPONENTS+= BTFW-BGA77-PAWR-TX10

COMPONENT_BTFW-BGA77-TX0

Contains FW patch for 0dBm TX Power for BGA77 package. This component should be used with non-PAWR and non-WBMS applications. To include this component in application, add the lines provided below to application makefile:

  • DISABLE_COMPONENTS+= BTFW-BGA77-TX10
  • COMPONENTS+= BTFW-BGA77-TX0

COMPONENT_BTFW-BGA77-TX10

Contains FW patch for 10dBm TX Power for BGA77 package. This component should be used with non-PAWR and non-WBMS applications. BSP selects this component by default.

© Infineon Technologies, 2024.