Skip to content

Commit 57809c4

Browse files
authored
Merge pull request #13171 from LDong-Arm/reenable_aws_example
Re-enable AWS example, limit targets
2 parents ffeb926 + 183a4c7 commit 57809c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test/examples/examples.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,10 @@
477477
"sub-repo-example": false,
478478
"subs": [],
479479
"features" : [],
480-
"targets" : [],
480+
"targets" : ["DISCO_L475VG_IOT01A", "K64F"],
481481
"toolchains" : [],
482482
"exporters": [],
483-
"compile" : false,
483+
"compile" : true,
484484
"export": true,
485485
"test" : false,
486486
"baud_rate": 115200,

0 commit comments

Comments
 (0)