Skip to content

Commit

Permalink
Update mdloader to 1.0.5 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Jan 19, 2021
1 parent c8050a0 commit ad83e27
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions osx/QMK Toolbox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
3AB4BC9D2495540A00204A3F /* bootloadHID in Resources */ = {isa = PBXBuildFile; fileRef = 3AB4BC9C2495540A00204A3F /* bootloadHID */; };
C93A0FF42292232E0006C88F /* reset.eep in Resources */ = {isa = PBXBuildFile; fileRef = C93A0FF32292232D0006C88F /* reset.eep */; };
C9A09B5722EE6826008C3CF3 /* mdloader_mac in Resources */ = {isa = PBXBuildFile; fileRef = C9A09B5622EE6826008C3CF3 /* mdloader_mac */; };
C9A09B5922EE6837008C3CF3 /* applet-flash-samd51j18a.bin in Resources */ = {isa = PBXBuildFile; fileRef = C9A09B5822EE6837008C3CF3 /* applet-flash-samd51j18a.bin */; };
C9A09B5922EE6837008C3CF3 /* applet-mdflash.bin in Resources */ = {isa = PBXBuildFile; fileRef = C9A09B5822EE6837008C3CF3 /* applet-mdflash.bin */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -81,7 +81,7 @@
3AB4BC9C2495540A00204A3F /* bootloadHID */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = bootloadHID; path = ../bootloadHID; sourceTree = "<group>"; };
C93A0FF32292232D0006C88F /* reset.eep */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = reset.eep; path = ../../common/reset.eep; sourceTree = "<group>"; };
C9A09B5622EE6826008C3CF3 /* mdloader_mac */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = mdloader_mac; path = ../mdloader_mac; sourceTree = "<group>"; };
C9A09B5822EE6837008C3CF3 /* applet-flash-samd51j18a.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; name = "applet-flash-samd51j18a.bin"; path = "../../common/applet-flash-samd51j18a.bin"; sourceTree = "<group>"; };
C9A09B5822EE6837008C3CF3 /* applet-mdflash.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; name = "applet-mdflash.bin"; path = "../../common/applet-mdflash.bin"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -142,7 +142,7 @@
isa = PBXGroup;
children = (
3AB4BC9C2495540A00204A3F /* bootloadHID */,
C9A09B5822EE6837008C3CF3 /* applet-flash-samd51j18a.bin */,
C9A09B5822EE6837008C3CF3 /* applet-mdflash.bin */,
C9A09B5622EE6826008C3CF3 /* mdloader_mac */,
C93A0FF32292232D0006C88F /* reset.eep */,
3A7770D822BD3B8200398C40 /* libftdi.1.dylib */,
Expand Down Expand Up @@ -228,7 +228,7 @@
0929640F1F5E4068004F2D3F /* teensy_loader_cli in Resources */,
092964111F5E4186004F2D3F /* avrdude in Resources */,
092964051F5C8B2C004F2D3F /* MainMenu.xib in Resources */,
C9A09B5922EE6837008C3CF3 /* applet-flash-samd51j18a.bin in Resources */,
C9A09B5922EE6837008C3CF3 /* applet-mdflash.bin in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file modified osx/mdloader_mac
Binary file not shown.
2 changes: 1 addition & 1 deletion windows/QMK Toolbox/Flashing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class Flashing : EventArgs
"reset.eep",
"bootloadHID.exe",
"mdloader_windows.exe",
"applet-flash-samd51j18a.bin"
"applet-mdflash.bin"
};

public Flashing(Printing printer)
Expand Down
2 changes: 1 addition & 1 deletion windows/QMK Toolbox/QMK Toolbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
</Compile>
<EmbeddedResource Include="..\..\common\avrdude.conf" />
<EmbeddedResource Include="..\..\common\reset.eep" />
<EmbeddedResource Include="..\..\common\applet-flash-samd51j18a.bin" />
<EmbeddedResource Include="..\..\common\applet-mdflash.bin" />
<None Include="packages.config" />
<None Include="Properties\app.manifest" />
<None Include="Properties\Settings.settings">
Expand Down
Binary file modified windows/QMK Toolbox/mdloader_windows.exe
Binary file not shown.

0 comments on commit ad83e27

Please sign in to comment.