Skip to content

Commit 0b841c8

Browse files
Examples: Minor update to example for Alif AppKit-E8-AIML board
- correct target name
1 parent 688a50d commit 0b841c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Alif/AppKit-E8_USB/.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"type": "shell",
133133
"command": [
134134
"echo Connect > .cmd.jlink &&",
135-
"echo LoadFile \"out/DataTest/AppKit-E7-AIML-U55/DebugRec/DataTest.hex\" >> .cmd.jlink &&",
135+
"echo LoadFile \"out/DataTest/AppKit-E8-AIML-U55/DebugRec/DataTest.hex\" >> .cmd.jlink &&",
136136
"echo Exit >> .cmd.jlink &&",
137137
"JLink.exe -device AE822FA0E5597BS0_M55_HP -if swd -speed 4000 -commandfile .cmd.jlink"
138138
],

Alif/AppKit-E8_USB/SDS.csolution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ solution:
2020

2121
# List different hardware targets that are used to deploy the solution.
2222
target-types:
23-
- type: AppKit-E7-AIML-U55
23+
- type: AppKit-E8-AIML-U55
2424
device: AE822FA0E5597BS0
2525
board: AppKit-E8-AIML
2626
variables:

0 commit comments

Comments
 (0)