-
Notifications
You must be signed in to change notification settings - Fork 3k
Bring in MIMXRT1050_EVK changes from feature-wisun branch #14323
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
Add LPSPI4 PIN configurations. Signed-off-by: fred.li <[email protected]> Signed-off-by: Gavin Liu <[email protected]>
Change the lpspi default transfer delays to fix the data corruption issue. Add the loop and judgement to retry transfer when spi bus is busy. Add the judgement statement to fix the hang issue. Signed-off-by: TimWang <[email protected]>
Add uart_3 support, which using GPIO_AD_B1_06 as TX pin, GPIO_AD_B1_07 as RX pin Signed-off-by: timwang <[email protected]>
change the clock config of the RT1050 to set the default core clock to 528M Signed-off-by: timwang <[email protected]>
Update the coreclock value which will be used in middleware Signed-off-by: timwang <[email protected]>
Fix the low speed switch issue when using QSPI flash Signed-off-by: Tim Wang <[email protected]>
…ash. Update the LUT to fix the winbond qspi flash erase issue. Update the page program interface to fix the qspi flash program issue. Signed-off-by: Tim Wang <[email protected]>
Update the BMCR0, BMCR1 registers to adjust the SEMC re-order rules. This can improve the SDRAM stability under multiple AXI masters system. Signed-off-by: Gavin Liu <[email protected]>
@artokin, thank you for your changes. |
@ARMmbed/team-nxp @maclobdell |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
@@ -258,9 +258,9 @@ void LPSPI_MasterGetDefaultConfig(lpspi_master_config_t *masterConfig) | |||
masterConfig->cpha = kLPSPI_ClockPhaseFirstEdge; |
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.
@artokin Can you revert the change to file attributes (from 10644 to 10755), only this file
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.
@0xc0170 , made in the next commit.
Pull request has been modified.
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 3 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
@@ -124,16 +124,21 @@ int spi_master_write(spi_t *obj, int value) | |||
int spi_master_block_write(spi_t *obj, const char *tx_buffer, int tx_length, |
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.
@artokin one file left with permissions change
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.
Thanks @0xc0170 , fixed in the next commit.
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 5 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Bring in MIMXRT1050_EVK related changes from the following pull requests made to feature-wisun branch:
This PR ensures that target MIMXRT1050_EVK can be used with Pelion device management. Verified manually that pelion_border-router application (MIMXRT1050_EVK) connects to Pelion DM and other Wi-SUN nodes can connect to the Wi-SUN network.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers