Skip to content
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

Checks for support for VTOR in cmsis_nvic.c #34

Open
abhishek-pandit opened this issue Feb 25, 2016 · 1 comment
Open

Checks for support for VTOR in cmsis_nvic.c #34

abhishek-pandit opened this issue Feb 25, 2016 · 1 comment
Labels

Comments

@abhishek-pandit
Copy link

The compiler checks in cmsis_nvic.c have been written such that it is difficult to add any new platforms without VTOR presence. The code only wants ensure that the NVIC routines are present in the implementation but this is linked to VTOR presence based on core type which is not necessary. Instead, if the compiler directives are about the presence of NVIC routine itself, i.e. not the processor arch., then the compile time option can be easily configurable and allows future extension.

This is affecting ongoing work.

@ciarmcom
Copy link
Member

ARM Internal Ref: IOTSFW-2116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants