Skip to content

Commit 406ef88

Browse files
authored
Merge pull request #52 from facchinm/emulate_16u2_dtr
[MuxTO] Reset 4809 on baudrate change / port open
2 parents e7170e9 + e458d1d commit 406ef88

File tree

5 files changed

+809
-750
lines changed

5 files changed

+809
-750
lines changed

Diff for: firmwares/MuxTO/JTAG2.h

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

Diff for: firmwares/MuxTO/MuxTO.bin

68 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)