-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update K64 sdk drivers #3194
Update K64 sdk drivers #3194
Conversation
Signed-off-by: Mahadevan Mahesh <[email protected]>
…ble in the updated SDK ENET driver
retest uvisor |
Any breaking changes or its just a patch release? I cna see some enum renaming there in the flash API for instance. |
/morph test-nightly |
This is an updated release to SDK drivers to address issues reported with the drivers. |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 993 All builds and test passed! |
@mazimkhan Can you comment on the uVisor failures? |
retest uvisor |
1 similar comment
retest uvisor |
@mazimkhan I'll take a look. |
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.
This PR breaks uVisor support on K64F by removing the use of the preliminary CMSIS security macros.
The mbed OS changes made to the KSDK to support CMSIS security will need to be re-applied to the latest KSDK version.
For an example of how to use CMSIS secure access macros, please see the commit "Access MCG and SIM through secure access" 23904e7.
For easier integration of the KSDK into mbed OS in the future, it'd be nice to get the CMSIS security implementation work into KSDK properly, instead of having it hang back inside mbed OS potentially causing merge conflicts.
This is needed for uvisor Signed-off-by: Mahadevan Mahesh <[email protected]>
I have updated the PR to include the patch needed for uvisor |
@sg- can you please let me know how to run the uVisor tests |
@mmahadevan108 Looks like uVisor tests ran and passed, nice work! We'll go ahead and run the mbed OS CI on it now. |
/morph test-nightly |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 1004 All builds and test passed! |
Thanks @niklas-arm and @Patater! |
@bridadan why the red 'X' - lets make it green |
Red X is on |
|
Anything else needed for this PR? |
Ports for Upcoming Targets Fixes and Changes 3127: Fixed the issue about push/pop of VFP register. ARMmbed/mbed-os#3127 3176: Modifying micro:bit pin names to mirror micro:bit edge connector ARMmbed/mbed-os#3176 3160: Fix wrong index at LPC43xx tx end ring assignment ARMmbed/mbed-os#3160 3217: Add I2C_ASYNCH capability for DISCO_F469NI ARMmbed/mbed-os#3217 3211: [NUC472/M453] Support single UART shared by multiple serial objects and other updates ARMmbed/mbed-os#3211 3198: NUCLEO_F410RB: Add I2C_ASYNCH capability ARMmbed/mbed-os#3198 3194: Update K64 sdk drivers ARMmbed/mbed-os#3194 3159: User trim values for NCS36510 ARMmbed/mbed-os#3159 3243: Fix make exporters compilation ARMmbed/mbed-os#3243 3231: STM32F3: DISCO_F303VC - Add missing UART and ADC pin muxing options ARMmbed/mbed-os#3231 3233: K20xx Calculate PWM clock relative to bus clock ARMmbed/mbed-os#3233 3237: Added back USART 6 pins ARMmbed/mbed-os#3237 3253: Fix default polarity on LPC43XX PWM driver ARMmbed/mbed-os#3253 3238: Dev i2c stm32f4hal ARMmbed/mbed-os#3238 3251: Dev stm32l0 cube v1.7.0 ARMmbed/mbed-os#3251 3252: [NORDIC - NRF51 - MBED 2] Fix non handled RTC IRQ ARMmbed/mbed-os#3252
Description
Update the SDK drivers for K64F to use the most recent SDK release (RELEASE 5)
Status
READY
All tests passed