added irext decoder support for STM8:

This commit is contained in:
2018-01-19 19:22:57 +08:00
parent 2e1578a83f
commit e95a7bec0e
14 changed files with 629 additions and 366 deletions

File diff suppressed because one or more lines are too long

View File

@@ -48,7 +48,7 @@
<Freq>16000000</Freq>
</Simulator>
<DebugChecksum>
<Checksum>113740736</Checksum>
<Checksum>3110544503</Checksum>
</DebugChecksum>
<CallStack>
<ShowArgs>0</ShowArgs>
@@ -66,9 +66,6 @@
<GraphEnabled>0</GraphEnabled>
<ShowTimeLog>1</ShowTimeLog>
</DataSample>
<Breakpoints>
<Count>0</Count>
</Breakpoints>
<LogFile>
<LoggingEnabled>_ 0</LoggingEnabled>
<LogFile>_ ""</LogFile>
@@ -78,6 +75,9 @@
<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