leaflabs / maple-bootloader

Bootloader firmware for the Maple ARM Cortex-M3 development board from LeafLabs
http://leaflabs.com
135 stars 117 forks source link

Unify platforms #10

Open tormodvolden opened 10 years ago

tormodvolden commented 10 years ago

With this we can maintain Maple and Maple Mini (and others) in the same branch. I have tested it on Maple Mini. Remember to run "make clean" when switching platforms.

mbolivar commented 10 years ago

Awesome! The diffs look good. I'm out of town at the moment, but will try it out early next week.

tormodvolden commented 10 years ago

OK. Meanwhile I will split out "Also remove spurious configuration of the whole LED (GPIOA) bank" as a separate commit - this is a real and significant change, while the rest is just refactored code.

tormodvolden commented 10 years ago

The above GPIOA bank initialization change is not significant as long as SetupLED() is the first to configure that bank, but I split it out anyway.