Skip to content

Commit

Permalink
add MX943 support
Browse files Browse the repository at this point in the history
Signed-off-by: Clark Wang <[email protected]>
  • Loading branch information
wangxiaoningnxp committed Jan 7, 2025
1 parent 64a5a8f commit a370bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libuuu/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Config::Config()
emplace_back(ConfigItem{"SDPS:", "MX91", "MX815", NXP_VID, 0x0159});
emplace_back(ConfigItem{"SDPS:", "MX95", nullptr, NXP_VID, 0x015D});
emplace_back(ConfigItem{"SDPS:", "MX95", nullptr, NXP_VID, 0x015C});
emplace_back(ConfigItem{"SDPS:", "MX943", nullptr, NXP_VID, 0x0027});
emplace_back(ConfigItem{"SDP:", "MX7D", nullptr, FSL_VID, 0x0076});
emplace_back(ConfigItem{"SDP:", "MX6Q", nullptr, FSL_VID, 0x0054});
emplace_back(ConfigItem{"SDP:", "MX6D", "MX6Q", FSL_VID, 0x0061});
Expand Down

0 comments on commit a370bfb

Please sign in to comment.