-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix TT_M3HQ build problem #11237
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
Fix TT_M3HQ build problem #11237
Conversation
@Tharazi97, thank you for your changes. |
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.
Toshiba have the same MCU
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.
Can we fix this issue like what Toshiba did, defind macros to cast the object
https://github.com/ARMmbed/mbed-os/blob/master/targets/TARGET_TOSHIBA/TARGET_TMPM3HQ/i2c_api.c#L24-L28
Development board TT_M3HQ doesn't have CTS/RTS on its pinout. If that is not the case PinMap_UART_RTS should be created.
dc86501
to
3c2ed16
Compare
CI started |
Hi @MarceloSalazar, could you review the PR, and tag team thundersoft to review as well |
@ThunderSoft123 Please review |
Fixes nightly, important to get in asap |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Travis job restarted |
Description
This fixes the problem with compiling i2c api, serial api and spi api on TT_M3HQ.
fixes: #11143
Pull request type
Reviewers
@jamesbeyond @maciejbocianski
Release Notes