Skip to content

Commit f3de8b0

Browse files
facchinmper1234
andauthored
Apply suggestions from code review
Co-authored-by: per1234 <accounts@perglass.com>
1 parent 4424b33 commit f3de8b0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

libraries/Portenta_SDCARD/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=Arduino <info@arduino.cc>
55
sentence=SDCARD library for Portenta H7
66
paragraph=
77
category=Data Storage
8-
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/RPC
8+
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Portenta_SDCARD
99
architectures=mbed,mbed_portenta

libraries/Portenta_SDRAM/examples/SDRAM_operations/SDRAM_operations.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ void setup() {
5757

5858
frameBuffer();
5959
// Uncomment to test the other functionality
60-
// noFrameBuffer();
60+
// nonFrameBuffer();
6161

62-
// Sort of memtest fo stability, useful for testing when overclocking
62+
// Sort of memtest for stability, useful for testing when overclocking
6363
if (SDRAM.test()) {
6464
Serial.println("SDRAM completely functional");
6565
}

libraries/Portenta_SDRAM/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=Arduino <info@arduino.cc>
55
sentence=Interact with external SDRAM chip on Portenta H7
66
paragraph=
77
category=Other
8-
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/RPC
8+
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Portenta_SDRAM
99
architectures=mbed,mbed_portenta

libraries/USBMSD/examples/AccessFlashAsUSBDisk/AccessFlashAsUSBDisk.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
QSPI as USB Mass Storage
33
This example shows how to expose a QSPIF BlockDevice (16MB external flash on the Portenta H7)
44
as an USB stick. It can be adapted to any kind of BlockDevice (FlashIAP or either RAM via HeapBlockDevice)
5-
Before loading this example, make sure you execute PortentWiFiFirmwareUpdater sketch
5+
Before loading this example, make sure you execute PortentaWiFiFirmwareUpdater sketch
66
to create and format the proper partitions.
77
*/
88

@@ -22,7 +22,7 @@ void USBMSD::begin()
2222
int err = wifi.mount(&wifi_data);
2323
if (err) {
2424
while (!Serial);
25-
Serial.println("Please run PortentWiFiFirmwareUpdater before");
25+
Serial.println("Please run PortentaWiFiFirmwareUpdater before");
2626
return;
2727
}
2828
ota.mount(&ota_data);

libraries/doom/examples/Doom/Doom.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Arduino wrapper for DoomGeneric
33
Mouse and keyboard controls are not implemented at the moment.
44
5-
To use the internal QSPI flash as storage, run Portenta_WiFiFirmwareUpdater
5+
To use the internal QSPI flash as storage, run PortentaWiFiFirmwareUpdater
66
sketch once to create the partitions, AccessFlashAsUSBDisk to expose the QSPI flash
77
as a USB disk, copy DOOM1.WAD in the biggest partition, flash this sketch and you are ready to go :)
88
*/

0 commit comments

Comments
 (0)