-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify platforms #10
base: master
Are you sure you want to change the base?
Unify platforms #10
Commits on May 8, 2014
-
Use BRR register for resetting GPIO bits
Other than shaving of a whopping 4 bytes from the binary, this is just the most straight-forward way of resetting bits. Signed-off-by: Tormod Volden <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c673bdc - Browse repository at this point
Copy the full SHA c673bdcView commit details -
config.h: Do not include common.h
common.h itself is the only file to include config.h Signed-off-by: Tormod Volden <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d9a714 - Browse repository at this point
Copy the full SHA 0d9a714View commit details -
Signed-off-by: Tormod Volden <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9dc339 - Browse repository at this point
Copy the full SHA c9dc339View commit details
Commits on May 14, 2014
-
Remove spurious configuration of whole lower GPIOA bank
This is not much of an issue as long as SetupLED() is the first place the GPIOA bank is configured and the ports are inputs anyway, but it would cause trouble if something tried to configure any of the ports before SetupLED(). Note that ports are by default floating inputs after reset, but this configuration was setting them to analog inputs instead. Signed-off-by: Tormod Volden <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b05f59a - Browse repository at this point
Copy the full SHA b05f59aView commit details -
Avoid hardcoding of LED, Button and USB disconnect banks and pins
Signed-off-by: Tormod Volden <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8089feb - Browse repository at this point
Copy the full SHA 8089febView commit details -
Allow passing PLATFORM to the build to specify target board type
Example: make PLATFORM=MAPLE Signed-off-by: Tormod Volden <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2c258f - Browse repository at this point
Copy the full SHA a2c258fView commit details -
Add MAPLE_MINI platform build option
Example: make PLATFORM=MAPLE_MINI Signed-off-by: Tormod Volden <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e3a871 - Browse repository at this point
Copy the full SHA 9e3a871View commit details