ITADN

board naming convention should not use dashes

#49Opentempest766 创建于 2025-01-16
T
tempest766commented
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.
1 条评论