-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd594ab
commit 9b0e196
Showing
6 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,4 @@ under the "MIT" license, as documented here: | |
|
||
==== MARLIN INTEGRATION WORK ==== | ||
|
||
All additional work done to integrate USB into Marlin was performed by AlephObjects, Inc. | ||
and is licensed under the GPLv3. | ||
|
||
-- [email protected] | ||
All additional work done to integrate USB into Marlin was performed by LulzBot and is licensed under the GPLv3. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ usb_flashdrive/lib github.com/felis/UHS30 GPLv2 or later | |
==== MARLIN INTEGRATION WORK ==== | ||
|
||
All additional work done to integrate USB into Marlin was performed by | ||
AlephObjects, Inc. and is licensed under the GPLv3. | ||
LulzBot and is licensed under the GPLv3. | ||
|
||
This version of UHS3 has been modified for better compatibility with Marlin. | ||
The upstream version of UHS 3.0 runs a frame timer interrupt every 1 ms to | ||
|
@@ -27,5 +27,3 @@ IRQ. | |
|
||
SKIP_PAGE3F and USB_NO_TEST_UNIT_READY were added to work around bugs with | ||
certain devices. | ||
|
||
-- [email protected] |