User Details
User Details
- User Since
- Nov 22 2024, 6:24 AM (4 w, 6 d)
Nov 22 2024
Nov 22 2024
• 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).