Skip to content

Commit 1aeace8

Browse files
committed
Added v3 to the workflow descriptions for Build and Run. Removed -O reset_type=hardware from the pyOCD run command line. Added SDIO-Server start after the pyOCD run.
1 parent c9a8f43 commit 1aeace8

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/Build_RPS_AppKit-E8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
name: Build RPS for AppKit-E8 Hardware
17+
name: Build RPS for AppKit-E8 Hardware v3
1818
on:
1919
workflow_dispatch:
2020
pull_request:

.github/workflows/Run_RPS_AppKit-E8.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
name: Run RPS on AppKit-E8 Hardware
17+
name: Run RPS on AppKit-E8 Hardware v3
1818
on:
1919
workflow_dispatch:
2020
workflow_run:
21-
workflows: ["Build RPS for AppKit-E8 Hardware"]
21+
workflows: ["Build RPS for AppKit-E8 Hardware v3"]
2222
types: [completed]
2323
branches: [v3]
2424

@@ -63,10 +63,11 @@ jobs:
6363
run: |
6464
pyocd load --uid L96807771A --cbuild-run ./out/SDS+AppKit-E8-U85.cbuild-run.yml
6565
66-
- name: Run using pyOCD
66+
- name: Run using pyOCD and start the sdsio-server
6767
working-directory: ./RockPaperScissors/AppKit-E8_USB
6868
run: |
69-
pyocd run --uid L96807771A --cbuild-run ./out/SDS+AppKit-E8-U85.cbuild-run.yml -O reset_type=hardware --timelimit 10
69+
pyocd run --uid L96807771A --cbuild-run ./out/SDS+AppKit-E8-U85.cbuild-run.yml --timelimit 10
70+
sdsio-server -c SDS.sdsio.yml -p
7071
7172
- name: Stop the SDSIO server on the Raspberry Pi
7273
run: |

0 commit comments

Comments
 (0)