summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation/libvalidation.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-26validation: HasInterruptVectorEntriesInstalled()Sebastian Huber1-0/+1
Update #3269.
2021-07-26validation: Add CallWithinISR()Sebastian Huber1-0/+1
Update #3269.
2021-05-14validation: Add support librarySebastian Huber1-8/+7
Add a library for support functions used by validation tests. Rename tc-support.* to tx-support.* since this file does not contain test cases.
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.