Skip to content

Commit

Permalink
remove setting.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
XIVN1987 committed Nov 28, 2022
1 parent 47c2ad8 commit 9dd455c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
setting.ini

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
14 changes: 7 additions & 7 deletions RTTView.ui
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</sizepolicy>
</property>
<property name="windowTitle">
<string>XIVN1987 SEGGER-RTT Viewer</string>
<string>SEGGER-RTT Viewer</string>
</property>
<property name="windowIcon">
<iconset>
Expand Down Expand Up @@ -83,12 +83,12 @@
<property name="toolTip">
<string>RTT Control Block Address</string>
</property>
<property name="toolTipDuration">
<number>1000</number>
</property>
<property name="text">
<string>0x20000000</string>
</property>
<property name="toolTipDuration" stdset="0">
<number>1000</number>
</property>
</widget>
</item>
<item row="1" column="0">
Expand Down Expand Up @@ -170,7 +170,7 @@
<property name="toolTip">
<string>接收内容编码</string>
</property>
<property name="toolTipDuration">
<property name="toolTipDuration" stdset="0">
<number>1000</number>
</property>
<item>
Expand Down Expand Up @@ -226,7 +226,7 @@
<property name="toolTip">
<string>发送内容编码</string>
</property>
<property name="toolTipDuration">
<property name="toolTipDuration" stdset="0">
<number>1000</number>
</property>
<item>
Expand Down Expand Up @@ -287,7 +287,7 @@
<property name="toolTip">
<string>发送回车编码</string>
</property>
<property name="toolTipDuration">
<property name="toolTipDuration" stdset="0">
<number>1000</number>
</property>
<item>
Expand Down
6 changes: 3 additions & 3 deletions setting.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[link]
jlink = C:/Programs/Segger/JLink_V692/JLink_x64.dll
select = XV-Link CMSIS-DAP
jlink =
select =
memory = 0x20000000

[encode]
input = ASCII
output = ASCII
oenter = \n
oenter = \r\n

0 comments on commit 9dd455c

Please sign in to comment.