Skip to content

Commit 2e1019f

Browse files
committed
feat(ble): Enable BLE examples for P4
1 parent 33b959f commit 2e1019f

File tree

13 files changed

+39
-26
lines changed

13 files changed

+39
-26
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"fqbn_append": "PartitionScheme=huge_app",
3-
"requires": [
4-
"CONFIG_SOC_BLE_SUPPORTED=y"
3+
"requires_any": [
4+
"CONFIG_SOC_BLE_SUPPORTED=y",
5+
"CONFIG_ESP_HOSTED_ENABLE_BT_NIMBLE=y"
56
]
67
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"fqbn_append": "PartitionScheme=huge_app",
3-
"requires": [
4-
"CONFIG_SOC_BLE_SUPPORTED=y"
3+
"requires_any": [
4+
"CONFIG_SOC_BLE_SUPPORTED=y",
5+
"CONFIG_ESP_HOSTED_ENABLE_BT_NIMBLE=y"
56
]
67
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"fqbn_append": "PartitionScheme=huge_app",
3-
"requires": [
4-
"CONFIG_SOC_BLE_SUPPORTED=y"
3+
"requires_any": [
4+
"CONFIG_SOC_BLE_SUPPORTED=y",
5+
"CONFIG_ESP_HOSTED_ENABLE_BT_NIMBLE=y"
56
]
67
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"fqbn_append": "PartitionScheme=huge_app",
3-
"requires": [
4-
"CONFIG_SOC_BLE_SUPPORTED=y"
3+
"requires_any": [
4+
"CONFIG_SOC_BLE_SUPPORTED=y",
5+
"CONFIG_ESP_HOSTED_ENABLE_BT_NIMBLE=y"
56
]
67
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"fqbn_append": "PartitionScheme=huge_app",
3-
"requires": [
4-
"CONFIG_SOC_BLE_SUPPORTED=y"
3+
"requires_any": [
4+
"CONFIG_SOC_BLE_SUPPORTED=y",
5+
"CONFIG_ESP_HOSTED_ENABLE_BT_NIMBLE=y"
56
]
67
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"fqbn_append": "PartitionScheme=huge_app",
3-
"requires": [
4-
"CONFIG_SOC_BLE_SUPPORTED=y"
3+
"requires_any": [
4+
"CONFIG_SOC_BLE_SUPPORTED=y",
5+
"CONFIG_ESP_HOSTED_ENABLE_BT_NIMBLE=y"
56
]
67
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"fqbn_append": "PartitionScheme=huge_app",
3-
"requires": [
4-
"CONFIG_SOC_BLE_SUPPORTED=y"
3+
"requires_any": [
4+
"CONFIG_SOC_BLE_SUPPORTED=y",
5+
"CONFIG_ESP_HOSTED_ENABLE_BT_NIMBLE=y"
56
]
67
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"fqbn_append": "PartitionScheme=huge_app",
3-
"requires": [
4-
"CONFIG_SOC_BLE_SUPPORTED=y"
3+
"requires_any": [
4+
"CONFIG_SOC_BLE_SUPPORTED=y",
5+
"CONFIG_ESP_HOSTED_ENABLE_BT_NIMBLE=y"
56
]
67
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"fqbn_append": "PartitionScheme=huge_app",
3-
"requires": [
4-
"CONFIG_SOC_BLE_SUPPORTED=y"
3+
"requires_any": [
4+
"CONFIG_SOC_BLE_SUPPORTED=y",
5+
"CONFIG_ESP_HOSTED_ENABLE_BT_NIMBLE=y"
56
]
67
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"fqbn_append": "PartitionScheme=huge_app",
3-
"requires": [
4-
"CONFIG_SOC_BLE_SUPPORTED=y"
3+
"requires_any": [
4+
"CONFIG_SOC_BLE_SUPPORTED=y",
5+
"CONFIG_ESP_HOSTED_ENABLE_BT_NIMBLE=y"
56
]
67
}

0 commit comments

Comments
 (0)