Explorar el Código

simulator: no need to dump the bin file

Grissiom hace 12 años
padre
commit
0961cc5e36
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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