Skip to content

Commit 5a17bf3

Browse files
committed
Use huge_app partition for bluetooth examples
1 parent 51b4a4c commit 5a17bf3

File tree

15 files changed

+15
-0
lines changed

15 files changed

+15
-0
lines changed

Diff for: libraries/BLE/examples/BLE5_extended_scan/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_SOC_BLE_50_SUPPORTED=y"
45
]

Diff for: libraries/BLE/examples/BLE5_multi_advertising/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_SOC_BLE_50_SUPPORTED=y"
45
]

Diff for: libraries/BLE/examples/BLE5_periodic_advertising/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_SOC_BLE_50_SUPPORTED=y"
45
]

Diff for: libraries/BLE/examples/BLE5_periodic_sync/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_SOC_BLE_50_SUPPORTED=y"
45
]

Diff for: libraries/BLE/examples/Notify/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_SOC_BLE_SUPPORTED=y"
45
]

Diff for: libraries/BLE/examples/Scan/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_SOC_BLE_SUPPORTED=y"
45
]

Diff for: libraries/BLE/examples/Server_multiconnect/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_SOC_BLE_SUPPORTED=y"
45
]

Diff for: libraries/BLE/examples/UART/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_SOC_BLE_SUPPORTED=y"
45
]

Diff for: libraries/BluetoothSerial/examples/GetLocalMAC/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_BT_SPP_ENABLED=y"
45
]

Diff for: libraries/BluetoothSerial/examples/SerialToSerialBT/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_BT_SPP_ENABLED=y"
45
]

Diff for: libraries/BluetoothSerial/examples/SerialToSerialBTM/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_BT_SPP_ENABLED=y"
45
]

Diff for: libraries/BluetoothSerial/examples/SerialToSerialBT_Legacy/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_BT_SPP_ENABLED=y"
45
]

Diff for: libraries/BluetoothSerial/examples/SerialToSerialBT_SSP/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_BT_SPP_ENABLED=y"
45
]

Diff for: libraries/BluetoothSerial/examples/bt_classic_device_discovery/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_BT_SPP_ENABLED=y"
45
]

Diff for: libraries/BluetoothSerial/examples/bt_remove_paired_devices/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"fqbn_append": "PartitionScheme=huge_app",
23
"requires": [
34
"CONFIG_BT_SPP_ENABLED=y"
45
]

0 commit comments

Comments
 (0)