ARMmbed / mbed-hal-st-stm32f4

mbed HAL for ST STM32F4-series microcontrollers
Other
7 stars 21 forks source link

Calls to NVIC APIs changed into vIRQ ones #2

Closed AlessandroA closed 9 years ago

AlessandroA commented 9 years ago

Calls to NVIC APIs are here replaced with vIRQ ones.

vIRQ provides virtualisation for interrupts and is backward compatible with NVIC. It needs uvisor-lib as a dependency.

For more information:

AlessandroA commented 9 years ago

@hugovincent @meriac please CR :)

meriac commented 9 years ago

Looks good to me, but please split your PR into formatting and code - your editor auto-fixed someone elses line endings.

AlessandroA commented 9 years ago

(done)

meriac commented 9 years ago

Looks good to me - ready to merge @0xc0170, @bremoran.

hugovincent commented 9 years ago

Lgtm.