Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Remove vIRQ_SetVectorX #41

Merged
merged 1 commit into from
Mar 17, 2016
Merged

Conversation

AlessandroA
Copy link

The API was unused. vIRQ_SetVector is the official way of setting a
vIRQ.
@Patater
Copy link
Contributor

Patater commented Mar 16, 2016

How do we know it was unused?

The code for the removal looks good to me, but I want to make sure we are okay changing the API.

@AlessandroA
Copy link
Author

Yes, currently the only use of the vIRQ APIs has been driven by "Just replace NVIC with vIRQ and it works", which means vIRQ_SetVectorX has always been out of the picture. The documentation also specified to use vIRQ_SetVector as it was backwards compatible (and the X version did not add anything new).

@Patater
Copy link
Contributor

Patater commented Mar 16, 2016

OK. Will we remove this from uvisor, too?

@AlessandroA
Copy link
Author

Yup, see ARMmbed/uvisor@1ce90d2

@Patater
Copy link
Contributor

Patater commented Mar 16, 2016

Alright.

LGTM

meriac added a commit that referenced this pull request Mar 17, 2016
@meriac meriac merged commit 35d4c6f into ARMmbed:master Mar 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants