File tree 3 files changed +597
-0
lines changed
examples/tests/test_qspi_usb_sd
3 files changed +597
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ <<< <<< < Updated upstream
3
+ arduino-cli compile -b arduino:renesas_portenta:portenta_c33 --library " ../../Arduino_POSIXStorage" --library " /home/c.dragomir/ArduinoWorkspace/Arduino_UnifiedStorage"
4
+ =======
5
+ arduino-cli compile -b arduino:renesas_portenta:portenta_c33 --library " /home/c.dragomir/ArduinoWorkspace/Repos/POSIXStorage" --library " /home/c.dragomir/ArduinoWorkspace/Repos/Arduino_UnifiedStorage"
6
+ >>>>>>> Stashed changes
7
+ arduino-cli upload -b arduino:renesas_portenta:portenta_c33
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ <<< <<< < Updated upstream
3
+ arduino-cli compile -b arduino:mbed_portenta:envie_m7 --library " ../../Arduino_POSIXStorage" --library " /home/c.dragomir/ArduinoWorkspace/Arduino_UnifiedStorage"
4
+ arduino-cli upload -b arduino:mbed_portenta:envie_m7
5
+ =======
6
+ arduino-cli compile -b arduino:mbed_portenta:envie_m7 --library " ../../../POSIXStorage" --library " ../../../Arduino_UnifiedStorage"
7
+
8
+ >>>>>>> Stashed changes
You can’t perform that action at this time.
0 commit comments