-
Notifications
You must be signed in to change notification settings - Fork 3k
MCUXpresso_MCUS: Apply K64F us_ticker fix across all MCU's #6287
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
@mmahadevan108 Please fill out this PR's description. Basic information such as where the fix is coming and/or what issues this is fixing would be appreciated. We provide a PR template as a quick way to get it started. |
The below change was applied to K64F. commit b6a01de
diff --git a/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/us_ticker.c b/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/us_ticker.c void us_ticker_set_interrupt(timestamp_t timestamp)
This PR includes this change for other MCUXpresso platforms. |
@mprse Fyi. |
/morph build |
Build : SUCCESSBuild number : 1371 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1022 |
Test : SUCCESSBuild number : 1152 |
@mmahadevan108 The info shared above about the fix should be part of the commit message. It is not clear what is this fixing and how (can you amend the commit message to add there the info from #6287 (comment)) ? |
Applied changes from commit b6a01de for other MCUXpresso MCUs Signed-off-by: Mahesh Mahadevan <[email protected]>
2712eca
to
7ed36e4
Compare
@0xc0170 I have updated the commit message. |
/morph build |
Build : SUCCESSBuild number : 1380 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1034 |
Test : FAILUREBuild number : 1162 |
/morph test |
Test : FAILUREBuild number : 1163 |
/morph test |
Test : SUCCESSBuild number : 1171 |
Test : SUCCESSBuild number : 1173 |
No description provided.