Hello,
I am working with custom board nrf52840 and SDK 17. I am doing some changes to the project and I am getting an error that the SDK is using VFP register arguments but my project isn't.
My project can't use VFP registers anymore due to an external library I must use.
I know that this is related to the ABI type and my project needs to support only arm_fp_abi="SoftFP" instead of "Hard".
How can I modify the SDK that will solve the VFP register argument error?
thanks