-
Notifications
You must be signed in to change notification settings - Fork 3k
correct SPI pinmap typo #259
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
Conversation
Sam, Why did you remove PTD2/3 from SPI for K64F? |
They we're duplicate entries. Other targets need the same \n. Only can do Sam On Wednesday, April 9, 2014, Martin Kojtal [email protected] wrote:
|
Dont accept this yet. I have one more commit that will come later to fix error according to C99 standard |
@bogdanm, we had a discussion with Sam. As a result, the proposal would be to add flushing all output streams in the exit implementation. The C standard says in the 7.19.3 Files: 7- "The file may be subsequently reopened, by the same or another program execution, and 5- "At program startup, three text streams are predefined and need not be opened explicitly Regards, |
enable DEVICE_STDIO_MESSAGES on k64f remove all line endings from error messages throughout mbed sdk (all targets)
OK - now added fflush for stderr and stdout to exit and make line endings consistent across all SDK for style guidance. Please merge unless there is a question or concern |
Manually merged. Note that the line endings are still inconsistent ('\n' in some places, '\r\n' in others), but this is a good step in the right direction. |
Enable error messages on K64F. Remove line ending from all SDK platform error calls. Patches necessary and line ending removal is for style guildance