summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation/libvalidation.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-03Revert accidentally committed "Remove unused _IO_Relax"Joel Sherrill1-0/+1
Sebastian has agreed to move this out of score. I should have removed this patch from my tree but accidentally committed it with another patch.
2023-07-03Remove unused _IO_RelaxJoel Sherrill1-1/+0
The only use was in a test.
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-03-29validation: Use individual names for ident testsSebastian Huber1-0/+1
Make the task configuration reusable. Update #3716.
2022-03-24validation: Improve support librarySebastian Huber1-0/+7
Update #3716.
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.