You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
*[10. Files on RASPBERRY_PI_PICO](#10-files-on-raspberry_pi_pico)
45
44
*[Debug](#debug)
46
45
*[Troubleshooting](#troubleshooting)
47
-
*[Releases](#releases)
48
46
*[Issues](#issues)
49
47
*[TO DO](#to-do)
50
48
*[DONE](#done)
@@ -91,26 +89,15 @@ But if you need to write codes to be used in both [**Arduino-mbed RP2040** core]
91
89
92
90
1. RP2040-based boards such as **NANO_RP2040_CONNECT, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. using either [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed) or [**Earle Philhower's arduino-pico core**](https://github.com/earlephilhower/arduino-pico).
93
91
94
-
---
95
-
---
96
-
97
-
98
-
## Changelog
99
-
100
-
### Releases v1.0.0
101
-
102
-
1. Port to RP2040-based boards using Arduino-mbed or arduino-pico core
103
-
2. Add debugging feature
104
-
105
92
106
93
---
107
94
---
108
95
109
96
## Prerequisites
110
97
111
-
1.[`Arduino IDE 1.8.15+` for Arduino](https://www.arduino.cc/en/Main/Software)
112
-
2.[`Arduino mbed_rp2040 core 2.4.1+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino RP2040-based boards, such as **Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, etc.**. [](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
113
-
3.[`Earle Philhower's arduino-pico core v1.9.4+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
98
+
1.[`Arduino IDE 1.8.16+` for Arduino](https://www.arduino.cc/en/Main/Software)
99
+
2.[`Arduino mbed_rp2040 core 2.5.2+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino (Use Arduino Board Manager) RP2040-based boards, such as **Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, etc.**. [](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
100
+
3.[`Earle Philhower's arduino-pico core v1.9.5+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
114
101
115
102
---
116
103
---
@@ -305,7 +292,7 @@ The following is the sample terminal output when running example [CardInfo](exam
305
292
306
293
```
307
294
Starting SD Card CardInfo on MBED RaspberryPi Pico
308
-
MBED RP2040_SD v1.0.0
295
+
MBED RP2040_SD v1.0.1
309
296
Initializing SD card with SS = 5
310
297
SCK = 2
311
298
MOSI = 3
@@ -344,7 +331,7 @@ The following is the sample terminal output when running example [DumpFile](exam
344
331
345
332
```
346
333
Starting SD Card DumpFile on MBED RaspberryPi Pico
347
-
MBED RP2040_SD v1.0.0
334
+
MBED RP2040_SD v1.0.1
348
335
Initializing SD card with SS = 5
349
336
SCK = 2
350
337
MOSI = 3
@@ -364,7 +351,7 @@ The following is the sample terminal output when running example [ListFiles](exa
364
351
365
352
```
366
353
Starting SD Card ListFiles on MBED RaspberryPi Pico
367
-
MBED RP2040_SD v1.0.0
354
+
MBED RP2040_SD v1.0.1
368
355
Initializing SD card with SS = 5
369
356
SCK = 2
370
357
MOSI = 3
@@ -404,7 +391,7 @@ The following is the sample terminal output when running example [ReadWrite](exa
404
391
405
392
```
406
393
Starting SD Card ReadWrite on MBED RaspberryPi Pico
407
-
MBED RP2040_SD v1.0.0
394
+
MBED RP2040_SD v1.0.1
408
395
Initializing SD card with SS = 5
409
396
SCK = 2
410
397
MOSI = 3
@@ -437,7 +424,7 @@ The following is the sample terminal output when running example [Files](example
437
424
438
425
```
439
426
Starting SD Card Files on MBED RaspberryPi Pico
440
-
MBED RP2040_SD v1.0.0
427
+
MBED RP2040_SD v1.0.1
441
428
Initializing SD card with SS = 5
442
429
SCK = 2
443
430
MOSI = 3
@@ -463,7 +450,7 @@ The following is the sample terminal output when running example [CardInfo](exam
463
450
464
451
```
465
452
Starting SD Card CardInfo on RASPBERRY_PI_PICO
466
-
RP2040_SD v1.0.0
453
+
RP2040_SD v1.0.1
467
454
Initializing SD card with SS = 17
468
455
SCK = 18
469
456
MOSI = 19
@@ -500,7 +487,7 @@ The following is the sample terminal output when running example [DumpFile](exam
500
487
501
488
```
502
489
Starting SD Card DumpFile on RASPBERRY_PI_PICO
503
-
RP2040_SD v1.0.0
490
+
RP2040_SD v1.0.1
504
491
Initializing SD card with SS = 17
505
492
SCK = 18
506
493
MOSI = 19
@@ -520,7 +507,7 @@ The following is the sample terminal output when running example [ListFiles](exa
520
507
521
508
```
522
509
Starting SD Card ListFiles on RASPBERRY_PI_PICO
523
-
RP2040_SD v1.0.0
510
+
RP2040_SD v1.0.1
524
511
Initializing SD card with SS = 17
525
512
SCK = 18
526
513
MOSI = 19
@@ -554,7 +541,7 @@ The following is the sample terminal output when running example [ReadWrite](exa
554
541
555
542
```
556
543
Starting SD Card ReadWrite on RASPBERRY_PI_PICO
557
-
RP2040_SD v1.0.0
544
+
RP2040_SD v1.0.1
558
545
Initializing SD card with SS = 17
559
546
SCK = 18
560
547
MOSI = 19
@@ -587,7 +574,7 @@ The following is the sample terminal output when running example [Files](example
587
574
588
575
```
589
576
Starting SD Card Files on RASPBERRY_PI_PICO
590
-
RP2040_SD v1.0.0
577
+
RP2040_SD v1.0.1
591
578
Initializing SD card with SS = 17
592
579
SCK = 18
593
580
MOSI = 19
@@ -629,16 +616,6 @@ If you get compilation errors, more often than not, you may need to install a ne
629
616
Sometimes, the library will only work if you update the board core to the latest version because I am using newly added functions.
630
617
631
618
632
-
---
633
-
---
634
-
635
-
## Releases
636
-
637
-
### Releases v1.0.0
638
-
639
-
1. Port to RP2040-based boards using Arduino-mbed or arduino-pico core
0 commit comments