Skip to content

[MuxTO] Reset 4809 on baudrate change / port open #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions firmwares/MuxTO/JTAG2.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ enum baud_rate {
// *** Parameter Values ***
constexpr uint8_t PARAM_HW_VER_M_VAL = 0x01;
constexpr uint8_t PARAM_HW_VER_S_VAL = 0x01;
constexpr uint8_t PARAM_FW_VER_M_MIN_VAL = 0x00;
constexpr uint8_t PARAM_FW_VER_M_MAJ_VAL = 0x06;
constexpr uint8_t PARAM_FW_VER_S_MIN_VAL = 0x00;
constexpr uint8_t PARAM_FW_VER_M_MIN_VAL = 0x07;
constexpr uint8_t PARAM_FW_VER_M_MAJ_VAL = 0x01;
constexpr uint8_t PARAM_FW_VER_S_MIN_VAL = 0x07;
constexpr uint8_t PARAM_FW_VER_S_MAJ_VAL = 0x06;
extern uint8_t PARAM_EMU_MODE_VAL;
extern baud_rate PARAM_BAUD_RATE_VAL;
Expand Down
Binary file modified firmwares/MuxTO/MuxTO.bin
Binary file not shown.
Loading