AdaCore / Ada_Drivers_Library

Ada source code and complete sample GNAT projects for selected bare-board platforms supported by GNAT.
BSD 3-Clause "New" or "Revised" License
241 stars 142 forks source link

Rename cm0 NVIC api functions to match the cm4_cm7 impl #328

Closed nocko closed 4 years ago

nocko commented 4 years ago

This allows for a unified driver in families that have members on both sides. Useful for nRF family, but also should lower-end STM32 parts become supported in the future.

Fabien-Chouteau commented 4 years ago

Thank you @nocko !