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
Fix compiler error "NNNN.a uses VFP register arguments" when building 4.4 using GCC.
This has been suggested by @Roceh in issue NETMF#335.
I've sucessfully build STM32F4DISCOVERY and MCBSTM32F400_NONET.
Tested STM32F4DISCOVERY on real hardware and it seems to work OK.
Couldn't test the MCBSTM32F400_NONET because I don't have that board.
Fix-for-GCC-build (NETMF#341)
<!-- This must be imported after the native build settings as it overrides the TARGETCODEBASE and Target type-->
28
29
<ImportProject="$(SPOCLIENT)\devicecode\Targets\OS\CMSIS_RTOS\CMSIS_RTOS.settings"Condition="'$(reducesize)' == 'false' AND '$(TCP_IP_STACK)'=='LWIP_1_4_1_OS'"/>
0 commit comments