-
Notifications
You must be signed in to change notification settings - Fork 3k
Update MCUXpresso SDK SPI drivers #11268
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
Merged
0xc0170
merged 7 commits into
ARMmbed:master
from
nxp-archive:Update_MCUXpresso_SDK_SPI
Aug 23, 2019
Merged
Update MCUXpresso SDK SPI drivers #11268
0xc0170
merged 7 commits into
ARMmbed:master
from
nxp-archive:Update_MCUXpresso_SDK_SPI
Aug 23, 2019
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mmahadevan108, thank you for your changes. |
bulislaw
approved these changes
Aug 21, 2019
0xc0170
approved these changes
Aug 21, 2019
CI started |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
Please review failures, related to the changes |
- Added dummy data setup API to allow users to configure the dummy data to be transferred. - Added new APIs for half-duplex transfer function. Users can send and receive data by one API in the polling/interrupt/EDMA way, and they can choose either to transmit first or to receive first. Additionally, the PCS pin can be configured as assert status in transmission (between transmit and receive) by setting the isPcsAssertInTransfer to true. - Fix for MISRA issues Signed-off-by: Mahesh Mahadevan <[email protected]>
Added dummy data setup API to allow users to configure the dummy data to be transferred. Signed-off-by: Mahesh Mahadevan <[email protected]>
Signed-off-by: Mahesh Mahadevan <[email protected]>
Update to the latest version from K66F Signed-off-by: Mahesh Mahadevan <[email protected]>
Use the K66F driver that has the latest Signed-off-by: Mahesh Mahadevan <[email protected]>
Use the latest driver from K66F Signed-off-by: Mahesh Mahadevan <[email protected]>
cc95328
to
a184a86
Compare
Signed-off-by: Mahesh Mahadevan <[email protected]>
@0xc0170, thank you. I have updated this PR. |
CI restarted after changes |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Update Kinetis DSPI & SPI SDK drivers
- Added dummy data setup API to allow users to configure the dummy data to be transferred.
- Added new APIs for half-duplex transfer function.
- Fix for MISRA issues
Update the SPI HAL driver to use the SDK API for spi_master_block_write
Pull request type