source: rtems/spec/build/bsps/objirq.yml @ 997ba1d9

Last change on this file since 997ba1d9 was c46fbb9, checked in by Sebastian Huber <sebastian.huber@…>, on 12/01/22 at 09:21:25

config: Add CONFIGURE_RECORD_INTERRUPTS_ENABLED

This enables the tracing of interrupt entry/exit events through an
application configuration option. The interrupt processing can be
viewed with Trace Compass using rtems-record-lttng from the RTEMS Tools.

Update #4769.

  • Property mode set to 100644
File size: 746 bytes
RevLine 
[f3f0370f]1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: objects
3cflags: []
4copyrights:
5- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
6cppflags: []
7cxxflags: []
8enabled-by: true
9includes: []
10install: []
11links: []
12source:
[efb3fc2]13- bsps/shared/irq/irq-affinity.c
[9832652c]14- bsps/shared/irq/irq-raise-clear.c
[96265c8]15- bsps/shared/irq/irq-enable-disable.c
[e518323]16- bsps/shared/irq/irq-entry-remove.c
[f3f0370f]17- bsps/shared/irq/irq-generic.c
[e518323]18- bsps/shared/irq/irq-handler-install.c
[04c2c08]19- bsps/shared/irq/irq-handler-iterate.c
[e518323]20- bsps/shared/irq/irq-handler-remove.c
[f3f0370f]21- bsps/shared/irq/irq-info.c
22- bsps/shared/irq/irq-legacy.c
23- bsps/shared/irq/irq-lock.c
[c46fbb9]24- bsps/shared/irq/irq-record.c
[f3f0370f]25- bsps/shared/irq/irq-server.c
26- bsps/shared/irq/irq-shell.c
27type: build
Note: See TracBrowser for help on using the repository browser.