Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit406ef88

Browse files
authored
Merge pull request#52 from facchinm/emulate_16u2_dtr
[MuxTO] Reset 4809 on baudrate change / port open
2 parentse7170e9 +e458d1d commit406ef88

File tree

5 files changed

+809
-750
lines changed

5 files changed

+809
-750
lines changed

‎firmwares/MuxTO/JTAG2.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ enum baud_rate {
3838
// *** Parameter Values ***
3939
constexpruint8_t PARAM_HW_VER_M_VAL=0x01;
4040
constexpruint8_t PARAM_HW_VER_S_VAL=0x01;
41-
constexpruint8_t PARAM_FW_VER_M_MIN_VAL=0x00;
42-
constexpruint8_t PARAM_FW_VER_M_MAJ_VAL=0x06;
43-
constexpruint8_t PARAM_FW_VER_S_MIN_VAL=0x00;
41+
constexpruint8_t PARAM_FW_VER_M_MIN_VAL=0x07;
42+
constexpruint8_t PARAM_FW_VER_M_MAJ_VAL=0x01;
43+
constexpruint8_t PARAM_FW_VER_S_MIN_VAL=0x07;
4444
constexpruint8_t PARAM_FW_VER_S_MAJ_VAL=0x06;
4545
externuint8_t PARAM_EMU_MODE_VAL;
4646
extern baud_rate PARAM_BAUD_RATE_VAL;

‎firmwares/MuxTO/MuxTO.bin‎

68 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp