-
Notifications
You must be signed in to change notification settings - Fork 3k
Fixes to EFM32 port #6970
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
Fixes to EFM32 port #6970
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes look good but would be better if they come as separate commits (flash fixes, pins fix). Please split those 2
* Updated pinout of EXP header from pre-production to production * Move assignment of PF7 to SPI_2 to be compatible with the new SPI flash routing
* Since mbed does not overwrite itself, make the flashing routines run out of flash by default * Report a writeable size of 4 bytes (previously erroneously reported a full eraseable page as the minimum write size)
b6eed0a
to
c2bc20e
Compare
@0xc0170 Commits are now split |
@0xc0170 Can you move this along, please? I split up the commits as you requested. |
/morph build |
Build : SUCCESSBuild number : 2175 Triggering tests/morph test |
Test : SUCCESSBuild number : 1963 |
Exporter Build : ABORTEDBuild number : 1800 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 1808 |
Description
Pull request type