-
Notifications
You must be signed in to change notification settings - Fork 3k
Update uVisor to v0.30.0 #4907
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 uVisor to v0.30.0 #4907
Conversation
Moving to "Needs: Work" Due to the "IN DEVELOPMENT" status in the description. Please change the status and change the label to "Needs: Review" when this PR is ready for review. |
@@ -23,7 +23,7 @@ GDB:=$(PREFIX)gdb | |||
OBJDUMP:=$(PREFIX)objdump | |||
|
|||
# Translate between uVisor namespace and mbed namespace | |||
TARGET_TRANSLATION:=MCU_K64F.kinetis EFM32.efm32 STM32F4.stm32 ARM_BEETLE_SOC.beetle | |||
TARGET_TRANSLATION:=MCU_K64F.kinetis EFM32.efm32 STM32F4.stm32 ARM_BEETLE_SOC.beetle M480.m480 |
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.
@Patater It should be NUMAKER_PFM_M487.m480?
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.
The same uVisor binary should work with all M480 targets. If you know of a reason why this isn't the case, please let me know.
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.
@Patater Yes, you are right.
/morph test-nightly |
1 similar comment
/morph test-nightly |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest Prep failed! |
/morph test-nightly |
Result: ABORTEDYour command has finished executing! Here's what you wrote!
|
/morph test-nightly |
@Patater Is this required for 5.6 ? |
/morph test-nightly |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Description
uVisor: Add Nuvoton M480 targets
Status
READY