-
Notifications
You must be signed in to change notification settings - Fork 118
Comparing changes
Open a pull request
base repository: leaflabs/maple-bootloader
base: master
head repository: leaflabs/maple-bootloader
compare: native-boot
- 12 commits
- 9 files changed
- 3 contributors
Commits on Jun 15, 2010
-
added the usb disc pin at GPIOB-8, added some macro definitions to reduce magic-number-plaque
AJM committedJun 15, 2010 Configuration menu - View commit details
-
Copy full SHA for cb9f3b5 - Browse repository at this point
Copy the full SHA cb9f3b5View commit details
Commits on Oct 20, 2010
-
maple mini bootloader seems to work
Marti Bolivar committedOct 20, 2010 Configuration menu - View commit details
-
Copy full SHA for e14fabd - Browse repository at this point
Copy the full SHA e14fabdView commit details
Commits on Oct 23, 2010
-
fixed dfu bug preventing program upload in mini-boot
Marti Bolivar committedOct 23, 2010 Configuration menu - View commit details
-
Copy full SHA for 7ffb033 - Browse repository at this point
Copy the full SHA 7ffb033View commit details
Commits on Oct 27, 2010
-
Merge branch 'mini-boot' of [email protected]:leaflabs/maple-bootloader …
…into mini-boot
AJM committedOct 27, 2010 Configuration menu - View commit details
-
Copy full SHA for 6ed2e8f - Browse repository at this point
Copy the full SHA 6ed2e8fView commit details -
Untested fix for usb teardown before jumpToUSer
AJM committedOct 27, 2010 Configuration menu - View commit details
-
Copy full SHA for 5f5c0e3 - Browse repository at this point
Copy the full SHA 5f5c0e3View commit details
Commits on Jan 30, 2011
-
made changes for maple native bootloader
AJM committedJan 30, 2011 Configuration menu - View commit details
-
Copy full SHA for 0b131cb - Browse repository at this point
Copy the full SHA 0b131cbView commit details -
modded the flash page size issues for high density ZET6 chip on native
AJM committedJan 30, 2011 Configuration menu - View commit details
-
Copy full SHA for 29ba486 - Browse repository at this point
Copy the full SHA 29ba486View commit details -
changed the linker script approproiately
AJM committedJan 30, 2011 Configuration menu - View commit details
-
Copy full SHA for d0d1fee - Browse repository at this point
Copy the full SHA d0d1feeView commit details -
fixed the led pin setting to the correct pin
AJM committedJan 30, 2011 Configuration menu - View commit details
-
Copy full SHA for a28bfc2 - Browse repository at this point
Copy the full SHA a28bfc2View commit details
Commits on Feb 9, 2011
-
Marti Bolivar committed
Feb 9, 2011 Configuration menu - View commit details
-
Copy full SHA for a718e08 - Browse repository at this point
Copy the full SHA a718e08View commit details
Commits on May 15, 2012
-
Correct bcdDFUVersion and wDetachTimeOut in DFU functional descriptor
The firmware matches pretty much the DFU 1.1 specification. This is a follow up of 95e1150 which only changed the separately defined u8_usbFunctionalDescriptor but not the one included in the configuration descriptor. And which also got it wrong (0.1). (Ideally the code should be cleaned up to only specify this in one place) Also fix the detach timeout which was set to 64 seconds. I believe the intended value was 255 ms like stated in the comment. Since the Maple devices are not detached (transition between run-time mode and DFU mode, issued over the DFU interface), this is not used anyway. Signed-off-by: Tormod Volden <[email protected]> Acked-by: Marti Bolivar <[email protected]>
Marti Bolivar committedMay 15, 2012 Configuration menu - View commit details
-
Copy full SHA for ff66123 - Browse repository at this point
Copy the full SHA ff66123View commit details -
Bump the bcdDevice to 2.01 now that the DFU descriptor is fixed
To let DFU programmers such as dfu-util know that they can trust the DFU functional descriptor on this device. Signed-off-by: Tormod Volden <[email protected]> Acked-by: Marti Bolivar <[email protected]> Signed-off-by: Marti Bolivar <[email protected]>
Marti Bolivar committedMay 15, 2012 Configuration menu - View commit details
-
Copy full SHA for 70dc66e - Browse repository at this point
Copy the full SHA 70dc66eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...native-boot