You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The board naming convention of embedding dashes breaks the Xilinx Vitis platform build for FreeRTOS because the XSA propogates that name to Vitis, where it is made uppercase and embedded in the xparameters.h file as
#define PSA_BOARD_ZYBO-Z7-20
which is of course illegal in C since it contains dashes.
My assumption is that the board name json/xml fields are being used to create that macro.
The text was updated successfully, but these errors were encountered:
The board naming convention of embedding dashes breaks the Xilinx Vitis platform build for FreeRTOS because the XSA propogates that name to Vitis, where it is made uppercase and embedded in the xparameters.h file as
#define PSA_BOARD_ZYBO-Z7-20
which is of course illegal in C since it contains dashes.
My assumption is that the board name json/xml fields are being used to create that macro.
The text was updated successfully, but these errors were encountered: