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
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,17 @@ Additionally, [UF2 files](https://github.com/microsoft/uf2) of the compiled sket
28
28
29
29
The script behavior can be controlled using special filenames:
30
30
31
-
*`.YOUR_PLATFORM_HERE.test.skip` - Skip the specified platform. All others are tested.
32
-
*`.YOUR_PLATFORM_HERE.test.only` - Test the specified platform. All others are skipped.
33
-
*`.YOUR_PLATFORM_HERE.generate` - Generate UF2 of sketch for specified platform (if supported).
31
+
*`.PLATFORM_ID.test.skip` - Skip the specified platform. All others are tested.
32
+
*`.PLATFORM_ID.test.only` - Test the specified platform. All others are skipped.
33
+
*`.PLATFORM_ID.generate` - Generate UF2 of sketch for specified platform (if supported).
34
34
35
-
These are just empty files placed in an example folder. Replace `YOUR_PLATFORM_HERE` in the name with exact text from `ALL_PLATFORMS`. You can use several `.PLATFORM.test.skip` or `.PLATFORM.test.only` to exclude or include multiple platforms. For example:
35
+
These are just empty files placed in an example folder. Replace `PLATFORM_ID` in the name with the key from [`ALL_PLATFORMS`](ci-arduino/blob/master/build_platform.py#L54). `metro_m0` from the following line in `build_platform.py`, for example:
0 commit comments