Add configuration file for when FEATURE_UVISOR is set

The configuration file at the moment only contains the CMSIS NVIC
virtualization macros. When FEATURE_UVISOR is set, we turn on CMSIS NVIC
virtualization automatically.

This removes the need for users to specify the macros themselves.

If UVISOR_SUPPORTED is set as well, the NVIC macros are turned into vIRQ
ones, otherwise they stay NVIC as usual, thanks to the fallback
implementation provided by `unsupported.h`.
pull/1963/head
Alessandro Angelino 2016-06-16 17:56:29 +01:00 committed by Milosch Meriac
parent 6fcf168bd1
commit 88382007aa
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"name": "uvisor-lib",
"macros": ["CMSIS_NVIC_VIRTUAL", "CMSIS_VECTAB_VIRTUAL"]
}