You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct the floating options for Cortex-M7 and Cortex-M4
As per the IAR Development guide, below options for CPU are valid
1. Cortex-M4
2. Cortex-M4F
3. Cortex-M7
4. Cortex-M7.fp.dp (floating-point unit with support for double precision)
5. Cortex-M7.fp.sp (floating-point unit with support for single precision)
0 commit comments