Skip to content

Commit

Permalink
Add 8ULP support
Browse files Browse the repository at this point in the history
  • Loading branch information
nxpfrankli authored Jan 22, 2021
1 parent cc63277 commit 66bf3cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libuuu/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Config::Config()
emplace_back(ConfigItem{"SDPS:", "MX28", nullptr, FSL_VID, 0x004f});
emplace_back(ConfigItem{"SDPS:", "MX815", nullptr, NXP_VID, 0x013E});
emplace_back(ConfigItem{"SDPS:", "MX865", "MX815", NXP_VID, 0x0146});
emplace_back(ConfigItem{"SDPS:", "MX8ULP", "MX815", NXP_VID, 0x014A});
emplace_back(ConfigItem{"SDPS:", "MX8ULP", "MX815", NXP_VID, 0x014B});
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 66bf3cc

Please sign in to comment.