We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Requested by @edriouk
The device and board documentation described in DFPs and BSPs book sections should be added to cbuild.yml.
book
PDSC specification: https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/pdsc_family_pg.html#element_book https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/pdsc_boards_pg.html#element_board_book
Example of yml nodes:
build: device-books: - name: https://developer.arm.com/documentation/dui0662 title: Cortex-M0+ Processor Devices Generic Users Guide board-books: - category: manual name: https://www.st.com/resource/en/user_manual/um2839-discovery-kit-for-iot-node-with-stm32u5-series-stmicroelectronics.pdf title: User Manual - category: other name: ${CMSIS_PACK_ROOT}/Keil/B-U585I-IOT02A_BSP/2.0.0/Documents/README.md title: Guide
The text was updated successfully, but these errors were encountered:
@ReinhardKeil Please consider adding the new nodes device-books and board-books into the documentation.
device-books
board-books
Sorry, something went wrong.
ReinhardKeil
No branches or pull requests
Requested by @edriouk
The device and board documentation described in DFPs and BSPs
book
sections should be added to cbuild.yml.PDSC specification:
https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/pdsc_family_pg.html#element_book
https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/pdsc_boards_pg.html#element_board_book
Example of yml nodes:
The text was updated successfully, but these errors were encountered: