Skip to content

Commit d61aa97

Browse files
committed
Move tests into examples folder (Rule LD003)
1 parent b6c2943 commit d61aa97

File tree

3 files changed

+597
-0
lines changed

3 files changed

+597
-0
lines changed

Diff for: examples/tests/test_qspi_usb_sd/test_c33

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

Diff for: examples/tests/test_qspi_usb_sd/test_h7

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

0 commit comments

Comments
 (0)