source: rtems/spec/build/bsps/objirq.yml @ c46fbb9

Last change on this file since c46fbb9 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
Line 
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:
13- bsps/shared/irq/irq-affinity.c
14- bsps/shared/irq/irq-raise-clear.c
15- bsps/shared/irq/irq-enable-disable.c
16- bsps/shared/irq/irq-entry-remove.c
17- bsps/shared/irq/irq-generic.c
18- bsps/shared/irq/irq-handler-install.c
19- bsps/shared/irq/irq-handler-iterate.c
20- bsps/shared/irq/irq-handler-remove.c
21- bsps/shared/irq/irq-info.c
22- bsps/shared/irq/irq-legacy.c
23- bsps/shared/irq/irq-lock.c
24- bsps/shared/irq/irq-record.c
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.