Add support for double in C when using Cortex M4
ARM Cortex M4's FPU does not support double precision, leading to application crash when C code use them. Added a flag to shorten double and make them processed as floats.
Please register or sign in to comment