Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f85307f

Browse files
variants: Update definitions for boards that use Open-AMP.
- Update deprecated Open-AMP definitions. - Update RPMSG buffer size to match the default configuration. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
1 parent 3e5f478 commit f85307f

File tree

12 files changed

+19
-19
lines changed

12 files changed

+19
-19
lines changed

‎variants/GENERIC_STM32H747_M4/conf/mbed_app.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"BT_UART_NO_3M_SUPPORT",
2020
"NO_VTOR_RELOCATE",
2121
"METAL_INTERNAL",
22-
"VIRTIO_SLAVE_ONLY",
22+
"VIRTIO_DEVICE_ONLY",
2323
"NO_ATOMIC_64_SUPPORT",
2424
"METAL_MAX_DEVICE_REGIONS=2",
2525
"RPMSG_BUFFER_SIZE=2048"
2626
]
2727
}
2828
}
29-
}
29+
}

‎variants/GENERIC_STM32H747_M4/defines.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
-DTRANSACTION_QUEUE_SIZE_SPI=2
7878
-DUSE_FULL_LL_DRIVER
7979
-DUSE_HAL_DRIVER
80-
-DVIRTIO_SLAVE_ONLY
80+
-DVIRTIO_DEVICE_ONLY
8181
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
8282
-DCORE_MAJOR=
8383
-DCORE_MINOR=

‎variants/GIGA/conf/mbed_app.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"target.mbed_app_start": "0x8040000",
1414
"target.macros_add": [
1515
"METAL_INTERNAL",
16-
"VIRTIO_MASTER_ONLY",
16+
"VIRTIO_DRIVER_ONLY",
1717
"NO_ATOMIC_64_SUPPORT",
1818
"METAL_MAX_DEVICE_REGIONS=2",
19-
"RPMSG_BUFFER_SIZE=100"
19+
"RPMSG_BUFFER_SIZE=2048"
2020
]
2121
}
2222
}

‎variants/GIGA/defines.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
-DMETAL_MAX_DEVICE_REGIONS=2
5454
-DNO_ATOMIC_64_SUPPORT
5555
-DQSPI_NO_SAMPLE_SHIFT
56-
-DRPMSG_BUFFER_SIZE=100
56+
-DRPMSG_BUFFER_SIZE=2048
5757
-DSTM32H747xx
5858
-DTARGET_CORDIO
5959
-DTARGET_CORTEX
@@ -78,7 +78,7 @@
7878
-DTRANSACTION_QUEUE_SIZE_SPI=2
7979
-DUSE_FULL_LL_DRIVER
8080
-DUSE_HAL_DRIVER
81-
-DVIRTIO_MASTER_ONLY
81+
-DVIRTIO_DRIVER_ONLY
8282
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
8383
-DCORE_MAJOR=
8484
-DCORE_MINOR=

‎variants/NICLA_VISION/conf/mbed_app.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"target.mbed_app_start": "0x8040000",
1515
"target.macros_add": [
1616
"METAL_INTERNAL",
17-
"VIRTIO_MASTER_ONLY",
17+
"VIRTIO_DRIVER_ONLY",
1818
"NO_ATOMIC_64_SUPPORT",
1919
"METAL_MAX_DEVICE_REGIONS=2",
2020
"RPMSG_BUFFER_SIZE=100"

‎variants/NICLA_VISION/defines.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
-DMETAL_MAX_DEVICE_REGIONS=2
5555
-DNO_ATOMIC_64_SUPPORT
5656
-DQSPI_NO_SAMPLE_SHIFT
57-
-DRPMSG_BUFFER_SIZE=100
57+
-DRPMSG_BUFFER_SIZE=2048
5858
-DSTM32H747xx
5959
-DT1oI2C
6060
-DT1oI2C_UM11225
@@ -81,7 +81,7 @@
8181
-DTRANSACTION_QUEUE_SIZE_SPI=2
8282
-DUSE_FULL_LL_DRIVER
8383
-DUSE_HAL_DRIVER
84-
-DVIRTIO_MASTER_ONLY
84+
-DVIRTIO_DRIVER_ONLY
8585
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
8686
-DCORE_MAJOR=
8787
-DCORE_MINOR=

‎variants/OPTA/conf/mbed_app.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"target.mbed_app_start": "0x8040000",
1414
"target.macros_add": [
1515
"METAL_INTERNAL",
16-
"VIRTIO_MASTER_ONLY",
16+
"VIRTIO_DRIVER_ONLY",
1717
"NO_ATOMIC_64_SUPPORT",
1818
"METAL_MAX_DEVICE_REGIONS=2",
19-
"RPMSG_BUFFER_SIZE=100"
19+
"RPMSG_BUFFER_SIZE=2048"
2020
]
2121
}
2222
}

‎variants/OPTA/defines.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
-DMETAL_MAX_DEVICE_REGIONS=2
5454
-DNO_ATOMIC_64_SUPPORT
5555
-DQSPI_NO_SAMPLE_SHIFT
56-
-DRPMSG_BUFFER_SIZE=100
56+
-DRPMSG_BUFFER_SIZE=2048
5757
-DSTM32H747xx
5858
-DTARGET_CORDIO
5959
-DTARGET_CORTEX
@@ -78,7 +78,7 @@
7878
-DTRANSACTION_QUEUE_SIZE_SPI=2
7979
-DUSE_FULL_LL_DRIVER
8080
-DUSE_HAL_DRIVER
81-
-DVIRTIO_MASTER_ONLY
81+
-DVIRTIO_DRIVER_ONLY
8282
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
8383
-DCORE_MAJOR=
8484
-DCORE_MINOR=

‎variants/PORTENTA_H7_M7/conf/mbed_app.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"BT_UART_NO_3M_SUPPORT",
2020
"USB_DYNAMIC_CONFIGURATION",
2121
"METAL_INTERNAL",
22-
"VIRTIO_MASTER_ONLY",
22+
"VIRTIO_DRIVER_ONLY",
2323
"NO_ATOMIC_64_SUPPORT",
2424
"METAL_MAX_DEVICE_REGIONS=2",
2525
"RPMSG_BUFFER_SIZE=2048",

‎variants/PORTENTA_H7_M7/defines.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
-DUSB_DYNAMIC_CONFIGURATION
8282
-DUSE_FULL_LL_DRIVER
8383
-DUSE_HAL_DRIVER
84-
-DVIRTIO_MASTER_ONLY
84+
-DVIRTIO_DRIVER_ONLY
8585
-DMBED_NO_GLOBAL_USING_DIRECTIVE=1
8686
-DCORE_MAJOR=
8787
-DCORE_MINOR=

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /