User Details
User Details
- User Since
- Fri, Nov 22, 6:24 AM (1 d, 6 h)
Yesterday
Yesterday
• Stoper1992 added a comment to T372: Remove I/O format specifier macros from bootloader.
@block blast
Yes, updating both spm_api.c and tfm_nspm.c to use #ifdef instead of #if for evaluating the macro TFM_PSA_API can help resolve the compiler error in mbed-os. This change ensures compatibility with both cmake-based builds (where the macro is defined using the -D option) and mbed-os (where the macro is defined using #define).