theCore-embedded / theCore

theCore: C++ embedded framework
https://forgge.github.io/theCore
Mozilla Public License 2.0
81 stars 23 forks source link

External interrupts for KE02 platform #385

Open forGGe opened 6 years ago

forGGe commented 6 years ago

EXTI driver must be added to KE02 platform.

Reference implementation: https://github.com/forGGe/theCore/blob/develop/platform/tm4c/exti_manager.cpp

Depends on #230