-
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: mini-boot
- 10 commits
- 8 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 Feb 3, 2011
-
switching LED to output push-pull
Marti Bolivar committedFeb 3, 2011 Configuration menu - View commit details
-
Copy full SHA for edacb9d - Browse repository at this point
Copy the full SHA edacb9dView commit details
Commits on Feb 10, 2011
-
AJM committed
Feb 10, 2011 Configuration menu - View commit details
-
Copy full SHA for 867e190 - Browse repository at this point
Copy the full SHA 867e190View commit details -
LED is on GPIO_CRL, not CRH. also, cleanups
Marti Bolivar committedFeb 10, 2011 Configuration menu - View commit details
-
Copy full SHA for b19de99 - Browse repository at this point
Copy the full SHA b19de99View 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 3458ae1 - Browse repository at this point
Copy the full SHA 3458ae1View 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 6a47cf0 - Browse repository at this point
Copy the full SHA 6a47cf0View 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...mini-boot