Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

board naming convention should not use dashes #49

Open
tempest766 opened this issue Jan 16, 2025 · 0 comments
Open

board naming convention should not use dashes #49

tempest766 opened this issue Jan 16, 2025 · 0 comments

Comments

@tempest766
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant