Hello paco shnaidler:
The MED-EKG can be used with the KL25 but the migration of the project from K53 to KL25 might not be simple, specially if you are not familiar with the legacy USB stack (assuming you need USB) and the EKG algorithm. The on-board DSC in the MED-EKG should be pre-programmed with a digital filter algorithm and deliver data to a MCU through I2C, but I cannot find any documentation about it.
In the project you find the conditional compilation macros ECG_FIR and ECG_DSC, which configures if the analog signals are processed by the DSC or the MCU. You need to inspect the code that is active when ECG_DSC is declared.
For the USB part, the project is mounted in a USB CDC device class example from the legacy Kinetis USB stack. The closest approach if you need USB would be to download this legacy stack and try to replicate the MED-EKG application with the CDC device example. The stack is in the next link (v4.1.1):
USB Stack|NXP
Otherwise you could also go with the Kinetis SDK v1.3, which includes also a USB stack with the CDC class:
Software Development Kit for Kinetis MCUs|NXP
Regards!
Jorge Gonzalez