Page MenuHomePhabricator
Feed Advanced Search

Advanced Search

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).

Fri, Nov 22, 6:26 AM · Trusted Firmware M