-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Build against Zephyr v2.7.0 - Restrict build to PLT Demo V1 (`ly10demo`) board - rename artifacts
- Loading branch information
Showing
6 changed files
with
37 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
title: "Zephyr v{{VERSION}}" | ||
title: "Demo v{{VERSION}}" | ||
suite: | ||
- ident: ICT-T0 | ||
title: Power on | ||
steps: | ||
- command: power SWD on | ||
- ident: ICT-T1 | ||
title: Identify DUT | ||
steps: | ||
- command: identify nRF52 | ||
- ident: ICT-T2 | ||
title: Erase nRF52 | ||
steps: | ||
- command: erase nRF52 | ||
- ident: ICT-T3 | ||
title: Program LY10-DEMO-BOARD FW | ||
steps: | ||
- command: program nRF52 none,demo-board-zephyr-fw-{{VERSION}}.hex,none | ||
- ident: ICT-T4 | ||
title: BLE discovery | ||
steps: | ||
- command: bledis %BLEMAC% 5 | ||
- ident: ICT-T5 | ||
title: Power off | ||
steps: | ||
- command: power off | ||
- ident: ICT-T0 | ||
title: Power on | ||
steps: | ||
- command: power SWD on | ||
- ident: ICT-T1 | ||
title: Identify DUT | ||
steps: | ||
- command: identify nRF52 | ||
- ident: ICT-T2 | ||
title: Erase nRF52 | ||
steps: | ||
- command: erase nRF52 | ||
- ident: ICT-T3 | ||
title: Program PLTDemoV1 board FW | ||
steps: | ||
- command: program nRF52 app-pltdemov1-{{VERSION}}.hex | ||
- ident: ICT-T4 | ||
title: BLE discovery | ||
steps: | ||
- command: bledis %BLEMAC% 5 | ||
- ident: ICT-T5 | ||
title: Power off | ||
steps: | ||
- command: power off |