Procházet zdrojové kódy

simulator: no need to dump the bin file

Grissiom před 12 roky
rodič
revize
0961cc5e36
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      bsp/simulator/rtconfig.py

+ 1 - 1
bsp/simulator/rtconfig.py

@@ -52,7 +52,7 @@ if PLATFORM == 'gcc':
     else:
         CFLAGS += ' -O2'
 
-    POST_ACTION = OBJCPY + ' -O binary $TARGET rtthread.bin\n' + SIZE + ' $TARGET \n'
+    POST_ACTION = ''
 
 elif PLATFORM == 'cl':
     # toolchains