File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,9 @@ $(EMCONFIG_DIR)/emconfig.json:
143143
144144# ############################# Setting Essential Checks and Running Rules ##############################
145145run : all
146+ ifeq ($(findstring u50, $(DEVICE ) ) , u50)
147+ $(error This example is not supported for $(DEVICE))
148+ endif
146149ifeq ($(findstring zc, $(DEVICE ) ) , zc)
147150$(error This example is not supported for $(DEVICE))
148151endif
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ Platforms containing following strings in their names are not supported for this
1010
1111::
1212
13+ u50
1314 zc
15+ vck
1416
1517DESIGN FILES
1618------------
Original file line number Diff line number Diff line change 99 " aws"
1010 ],
1111 "platform_blacklist" : [
12+ " u50" ,
1213 " zc" ,
1314 " vck"
1415 ],
You can’t perform that action at this time.
0 commit comments