summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-06-24bsp/stm32h7: Exclude some testsSebastian Huber1-0/+2
2022-06-10bsps/stm32h7: remove external memory initialization from nucleo-h743zi BSPKarel Gardas1-1/+0
Nucleo board does not provide any external memory so code does not have any function here anyway. Sponsored-By: Precidata
2022-06-10bsps/stm32h7: move BSP start hooks into boards subdirectoriesKarel Gardas1-0/+1
The idea here is to prepare for better per-board specialization of the hooks function code. Sponsored-By: Precidata
2022-06-01bsps/stm32h7: move cache implementation from obj to BSPs own yml fileKarel Gardas1-0/+1
This is done in preparation for future Cortex-M4 based BSP variants which do not provide cache at all. Sponsored-By: Precidata
2022-05-16bsp/stm32h7: copy system files to nucleo-h743zi board directoryKarel Gardas1-5/+5
Also adjust BSP spec file to make it buildable with board files. Sponsored-By: Precidata
2022-05-16bsp/stm32h7: move compilation of system files to BSPs spec. filesKarel Gardas1-1/+6
The patch is done in preparation for stm32h7 BSP tree refactoring. Sponsored-By: Precidata
2021-04-06arm/nucleo-h743zi: New BSP variantSebastian Huber1-2/+2
2021-04-06build: Add group for arm/stm32h7Sebastian Huber1-419/+3
2021-04-01stm32h7: Add init for sdmmc pinsChristian Mauderer1-0/+1
Update #4372
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber1-0/+1
Update #4267.
2021-02-24build: Sort source listsSebastian Huber1-20/+20
Use the Python sorted() function to sort the "source" lists.
2021-01-04bsp/stm32h7: Split console configurationSebastian Huber1-0/+10
This allows applications to individually provide configuration structures. Update #4209.
2021-01-04bsp/stm32h7: Split start configurationSebastian Huber1-1/+5
This allows applications to individually provide configuration structures. Update #4209.
2020-11-20cpu/armv7m: Add table based init for ARMV7M_MPUChristian Mauderer1-0/+2
Modify the MPU functions of the stm32h7 BSP to be table based and available for all ARMV7M BSPs. Update #4180
2020-10-27bsp/stm32h7: New BSPSebastian Huber1-0/+415
Update #3910.