forked from Imagelibrary/rtems
The current ARM support in libdebugger does not cover Cortex-M series cores since it requires support for CP14 system register accessor instructions. Cortex-M series cores support debug monitor mode, but its configuration is accessed by memory mapped registers instead of using CP14. This omits building libdebugger from BSPs that use a cortex-m ABI flag.
26 lines
493 B
YAML
26 lines
493 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
actions:
|
|
- set-value: true
|
|
- env-enable: null
|
|
build-type: option
|
|
copyrights:
|
|
- Copyright (C) 2021 Chris Johns (chrisj@rtems.org)
|
|
default: []
|
|
description: ''
|
|
enabled-by:
|
|
- aarch64
|
|
- and:
|
|
- arm
|
|
- not: bsps/arm/atsam
|
|
- not: bsps/arm/imxrt
|
|
- not: bsps/arm/lm3s69xx
|
|
- not: bsps/arm/lpc176x
|
|
- not: bsps/arm/lpc24xx
|
|
- not: bsps/arm/stm32h7
|
|
- not: bsps/arm/stm32f4
|
|
- i386
|
|
- microblaze
|
|
links: []
|
|
name: BUILD_LIBDEBUGGER
|
|
type: build
|