Changeset a9862623 in rtems
- Timestamp:
- 09/21/23 12:54:01 (3 months ago)
- Branches:
- master
- Children:
- 3fa6e41
- Parents:
- b3e4c419
- git-author:
- Sebastian Huber <sebastian.huber@…> (09/21/23 12:54:01)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (09/26/23 06:08:06)
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/build/testsuites/validation/validation-intr.yml
rb3e4c419 ra9862623 10 10 includes: [] 11 11 ldflags: 12 - -Wl,--wrap=bsp_interrupt_dispatch 12 13 - -Wl,--wrap=bsp_interrupt_handler_default 13 14 - -Wl,--wrap=bsp_interrupt_spurious 15 - -Wl,--wrap=_RISCV_Interrupt_dispatch 16 - -Wl,--wrap=_SPARC_Interrupt_dispatch 14 17 links: [] 15 18 source: … … 28 31 - testsuites/validation/tc-intr-vector-enable.c 29 32 - testsuites/validation/tc-intr-vector-is-enabled.c 33 - testsuites/validation/tc-score-isr.c 30 34 - testsuites/validation/ts-validation-intr.c 31 35 stlib: []
Note: See TracChangeset
for help on using the changeset viewer.