Closed Patater closed 5 years ago
New patch set lists all toolchains explicitly, for users who want to always pass --profile
even to non-affected toolchains. The new patch set also is no longer standalone and requires passing of another profile first to be overridden.
Tested working with CY8CKIT_062_WIFI_BT: develop profile and ARMC6, develop profile and GCC_ARM, release profile and ARMC6, debug profile and ARMC6.
Took approach of reducing stack usage of the example instead.
https://github.com/ARMmbed/mbed-os-example-mbed-crypto/pull/49
Add a custom profile to work around an issue with the ARM and IAR compilers, where the example appears to hang without any error. Building the example with
-O1
, rather than the default of-Os
, works as a workaround.To use the custom profile with mbed-cli, use the --profile option.
Arm internal reference: SDCTRESPONSE-3550