Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Fix Mbed TLS compilation on Cortex-M0/0+/1
Due to a known issue in Mbed TLS's architecture determination (Mbed-TLS/mbedtls#1077), we get the error error: inline assembly requires more registers than available when compiling `bignum.c` for Cortex-M0/0+/1, The workaround is to define the macro `MULADDC_CANNOT_USE_R7` which is already defined by Mbed CLI 1 but missing in our CMake support. Fixes ARMmbed/mbed-os-example-lorawan#220
- Loading branch information