Skip to content

Commit 1ab4409

Browse files
committed
Libraries: modernize RPC library
1 parent 4c4c50a commit 1ab4409

File tree

7 files changed

+9
-1
lines changed

7 files changed

+9
-1
lines changed

Diff for: libraries/RPC/examples/BootM4_from_SDRAM/BootM4_from_SDRAM.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "FATFileSystem.h"
77
#include "PluggableUSBMSD.h"
88

9-
QSPIFBlockDevice root(PD_11, PD_12, PF_7, PD_13, PF_10, PG_6, QSPIF_POLARITY_MODE_1, 40000000);
9+
QSPIFBlockDevice root;
1010
mbed::MBRBlockDevice ota_data(&root, 2);
1111
mbed::FATFileSystem ota_data_fs("fs");
1212

Diff for: libraries/RPC/library.properties

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name=RPC
2+
version=1.0
3+
author=Arduino
4+
maintainer=Arduino <[email protected]>
5+
sentence=Enables the communication between Portenta H7 cores
6+
category=Communication
7+
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/RPC
8+
architectures=mbed,mbed_portenta
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)