Skip to content

Commit fa6bfb2

Browse files
cy-opmKyle Kearney
authored and
Kyle Kearney
committed
Backport #12701: Custom BT Firmware for CYW9P62S1_43012EVB_01
1 parent 4e6692b commit fa6bfb2

File tree

2 files changed

+4224
-0
lines changed

2 files changed

+4224
-0
lines changed

features/FEATURE_BLE/targets/TARGET_Cypress/COMPONENT_CYW43XXX/firmware/COMPONENT_43012/w_bt_firmware_controller.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/* labelling: appname-(chipname)(stepping)-frequency-(headset GIT SHA)-(generating SDK version)-
44
* Wiced-release.hcd */
5+
#ifndef TARGET_CYW9P62S1_43012EVB_01
56
const char brcm_patch_version[] = "CYW43012C0_003.001.015.0128.0000_Generic_UART_37_4MHz_wlcsp_ref3_sLNA";
67
const uint8_t brcm_patchram_format = 0x01;
78
/* Configuration Data Records (Write_RAM) */
@@ -4061,3 +4062,4 @@ const uint8_t brcm_patchram_buf[] = {
40614062
};
40624063

40634064
const int brcm_patch_ram_length = sizeof(brcm_patchram_buf);
4065+
#endif

0 commit comments

Comments
 (0)