Skip to content
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

NUCLEO_L432KC: Fixed async serial #5535

Merged
merged 2 commits into from Nov 22, 2017

Conversation

MikeDK
Copy link
Contributor

@MikeDK MikeDK commented Nov 20, 2017

Description

In targets.json there is no SERIAL_ASYNC defined for the NUCLEO_L432KC developer board.
When adding this option, a bug in targets/TARGET_STM/TARGET_STM32L4 was encountered which was leading to compile errors.

@MikeDK
Copy link
Contributor Author

MikeDK commented Nov 20, 2017

PS: sorry about the duplicate pull request ... i was not able to remove the unnecessary merge commit ... i did a reset to the mbed-os master, which removed my commits and thus automatically closed the previous pull request ;)

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 20, 2017

@MikeDK Thanks ! Good to see that coming from a branch, you can now use master to follow upstream/master 💯

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 20, 2017

@ARMmbed/team-st-mcd Please review

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 20, 2017

@MikeDK any tests done with this fix?

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 20, 2017

/morph test

@MikeDK
Copy link
Contributor Author

MikeDK commented Nov 20, 2017

@0xc0170 Yes I did some testing with the logger class I wrote for our project. The class supports blocking and non-blocking output (the latter is useful for logging something from within interrupt context) and both is working like a charm with the fix.

@theotherjimmy
Copy link
Contributor

/morph build.

@theotherjimmy
Copy link
Contributor

/morph build

@mbed-ci
Copy link

mbed-ci commented Nov 20, 2017

Build : SUCCESS

Build number : 561
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/5535/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build

1 similar comment
@mbed-ci
Copy link

mbed-ci commented Nov 20, 2017

Build : SUCCESS

Build number : 561
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/5535/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build

@mbed-ci
Copy link

mbed-ci commented Nov 20, 2017

@mbed-ci
Copy link

mbed-ci commented Nov 21, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants