fixed transfer binary issue for STM8 example

This commit is contained in:
2018-01-18 07:53:40 +08:00
parent c5be03d233
commit 2e1578a83f
6 changed files with 419 additions and 334 deletions

File diff suppressed because one or more lines are too long

View File

@@ -48,7 +48,7 @@
<Freq>16000000</Freq>
</Simulator>
<DebugChecksum>
<Checksum>2493156399</Checksum>
<Checksum>113740736</Checksum>
</DebugChecksum>
<CallStack>
<ShowArgs>0</ShowArgs>
@@ -66,6 +66,9 @@
<GraphEnabled>0</GraphEnabled>
<ShowTimeLog>1</ShowTimeLog>
</DataSample>
<Breakpoints>
<Count>0</Count>
</Breakpoints>
<LogFile>
<LoggingEnabled>_ 0</LoggingEnabled>
<LogFile>_ ""</LogFile>
@@ -75,9 +78,6 @@
<LoggingEnabled>_ 0</LoggingEnabled>
<LogFile>_ ""</LogFile>
</TermIOLog>
<Breakpoints>
<Count>0</Count>
</Breakpoints>
<Aliases>
<Count>0</Count>
<SuppressDialog>0</SuppressDialog>

File diff suppressed because one or more lines are too long