You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/personalities/peripheral/connectivity_bt-1.0.cypersonality
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,15 +41,15 @@
41
41
<ParamBoolid="btHostWake"name="Enable"group="BT Wake-Up Configurations"default="false"visible="true"editable="true"desc="Enable/disable the host wake configuration. If disabled, host wake configuration defined by BSP will be used." />
42
42
43
43
<!-- Host wake settings -->
44
-
<ParamBlockid="hostWakePin"blockType="ioss\.port\.pin"name="Host-Wake-Up Signal"group="Host-Wake-Up Configuration"canBeEmpty="true"visible="`${btHostWake}`"desc="Select the host IRQ signal connected to BT_HOST_WAKE signal." />
44
+
<ParamBlockid="hostWakePin"blockType="ioss\.port\.pin"name="Host-Wake-Up Signal"group="Host-Wake-Up Configuration"canBeEmpty="true"visible="`${btHostWake}`"desc="Select the host IRQ signal connected to BT_HOST_WAKE signal. The pin must be enabled on the Pins tab to be added as an option to the pull-down menu. If left empty, the pin will be unconfigured." />
45
45
<ParamBoolid="hostWakeConnected"name="hostWakeConnected"group="Internal"default="`${hostWakePin ne ""&& btHostWake}`"visible="false"editable="false"desc="True, if HOST_WAKE is connected" />
46
46
<ParamChoiceid="hostWakeIrqEvent"name="Host-Wake-Up IRQ Event"group="Host-Wake-Up Configuration"default="CYCFG_BT_WAKE_EVENT_ACTIVE_LOW"visible="`${hostWakeConnected}`"editable="true"desc="Select the trigger condition for the BT_HOST_WAKE signal.">
<ParamBlockid="devWakePin"blockType="ioss\.port\.pin"name="Device-Wake-Up Signal"group="Device-Wake-Up Configuration"canBeEmpty="true"visible="`${btHostWake}`"desc="Select the host pin connected to the BT_DEV_WAKE signal." />
52
+
<ParamBlockid="devWakePin"blockType="ioss\.port\.pin"name="Device-Wake-Up Signal"group="Device-Wake-Up Configuration"canBeEmpty="true"visible="`${btHostWake}`"desc="Select the host pin connected to the BT_DEV_WAKE signal. The pin must be enabled on the Pins tab to be added as an option to the pull-down menu. If left empty, the pin will be unconfigured." />
53
53
<ParamBoolid="devWakeConnected"name="devWakeConnected"group="Internal"default="`${devWakePin ne ""&& btHostWake}`"visible="false"editable="false"desc="True, if DEV_WAKE is connected." />
54
54
<ParamChoiceid="devWakePolarity"name="Device-Wake-Up Polarity"group="Device-Wake-Up Configuration"default="CYCFG_BT_WAKE_EVENT_ACTIVE_LOW"visible="`${devWakeConnected}`"editable="true"desc="Select the polarity for the BT_DEV_WAKE signal.">
0 commit comments