Browse Source

[bsp][rm48x50] update scons config: disable MDK support.

aozima 6 năm trước cách đây
mục cha
commit
cdf3f7e670
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      bsp/rm48x50/rtconfig.py

+ 4 - 0
bsp/rm48x50/rtconfig.py

@@ -14,6 +14,10 @@ if  CROSS_TOOL == 'gcc':
 elif CROSS_TOOL == 'keil':
     PLATFORM 	= 'armcc'
     EXEC_PATH 	= 'C:/Keil'
+    print('================ERROR============================')
+    print('Not support keil yet!')
+    print('=================================================')
+    exit(0)
 elif CROSS_TOOL == 'iar':
     print('================ERROR============================')
     print('Not support IAR yet!')