Hello,
we use MK64FN1M0_VLQ12, KSDK 2.4.2
When I build Driver library out of KSKS 2.4.2 sources, two functions are excluded although they should be built.
GPIO_PortGetInterruptFlags() and GPIO_PortClearInterruptFlags() are excluded because in features header "MK64F12_features.h" section "GPIO module features" a definition is missing.
MK64F12_features.h (KSDK2.4.2)
** Version: rev. 2.15, 2016-03-21
** Build: b180410
#define FSL_FEATURE_GPIO_HAS_FAST_GPIO (0)
#define FSL_FEATURE_GPIO_HAS_INPUT_DISABLE (0)
#define FSL_FEATURE_GPIO_HAS_PORT_INTERRUPT_VECTOR (1)
#define FSL_FEATURE_GPIO_HAS_NO_PORTINTERRUPT (0)
Please check this and confirm my completion.
Best regards
Manfred