-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add support for the DISCO_F429ZI target #8
Conversation
07bbc93
to
74ca107
Compare
@meriac @niklas-arm PR is no longer WIP and can be reviewed. |
74ca107
to
c0ab75f
Compare
c0ab75f
to
4beb31e
Compare
retest uvisor |
1 similar comment
retest uvisor |
4beb31e
to
9a75856
Compare
{EXTI, sizeof(*EXTI), UVISOR_TACLDEF_PERIPH}, \ | ||
{GPIOG, sizeof(*GPIOG), UVISOR_TACLDEF_PERIPH}, \ | ||
{SYSCFG, sizeof(*SYSCFG), UVISOR_TACLDEF_PERIPH}, \ | ||
{(void *) 0x42000000, 0x01000000, UVISOR_TACLDEF_PERIPH}, /* FIXME */ \ |
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.
Add a bit more detail to your FIXME comment. It is not clear what you are thinking needs fixing.
Don't forget to update mbed-os.lib |
Closing in favor of #40. |
This PR depends on ARMmbed/mbed-os#3397, so do not merge it yet!
As soon as the mbed OS PR will be merged, I'll also push the updated mbed-os.lib file here.
@meriac @niklas-arm @Patater @adustm