Commit e861bf1
committed
[VirtIO] Disable support for dynamic creating endpoint
OpenAMP_Init accepts rpmsg_ns_bind_cb, however, this Arduino
Core will not allow dynamic endpoint (VirtSerial) creation, but
only support dynamic binding endpoints that are already created
by VirIOSerial.begin().
Therefore just remove such parameters seems more appropriate.
Reference: https://github.com/OpenAMP/open-amp/blob/7b32a1b72cdc8866eea0803f683c35af01814a56/docs/rpmsg-design.md
Signed-off-by: Bumsik Kim <kbumsik@gmail.com>1 parent 1562640 commit e861bf1
File tree
3 files changed
+4
-4
lines changed- cores/arduino
- stm32/virtio
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments