source: rtems/spec/build/bsps/optclkfastidle.yml @ 9d77c0f4

Last change on this file since 9d77c0f4 was f3f0370f, checked in by Sebastian Huber <sebastian.huber@…>, on 07/19/19 at 11:09:43

build: Alternative build system based on waf

Update #3818.

  • Property mode set to 100644
File size: 538 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2actions:
3- get-boolean: null
4- define-condition: null
5build-type: option
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8default: false
9default-by-variant:
10- value: true
11  variants:
12  - .*qemu.*
13description: |
14  Set a mode where the time runs as fast as possible when a clock ISR occurs
15  while the IDLE thread is executing; this can significantly reduce simulation
16  times
17enabled-by: true
18links: []
19name: CLOCK_DRIVER_USE_FAST_IDLE
20type: build
Note: See TracBrowser for help on using the repository browser.