summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/atsam
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spec/build/bsps/arm/atsam/abi.yml1
-rw-r--r--spec/build/bsps/arm/atsam/optchgclksram.yml1
-rw-r--r--spec/build/bsps/arm/atsam/optchip.yml1
-rw-r--r--spec/build/bsps/arm/atsam/optconbaud.yml1
-rw-r--r--spec/build/bsps/arm/atsam/optconidx.yml1
-rw-r--r--spec/build/bsps/arm/atsam/optconirq.yml1
-rw-r--r--spec/build/bsps/arm/atsam/optcontype.yml1
-rw-r--r--spec/build/bsps/arm/atsam/optmck.yml1
-rw-r--r--spec/build/bsps/arm/atsam/optnocachesz.yml1
-rw-r--r--spec/build/bsps/arm/atsam/optoscmain.yml1
-rw-r--r--spec/build/bsps/arm/atsam/optqspiflashsz.yml1
-rw-r--r--spec/build/bsps/arm/atsam/optsdram.yml1
-rw-r--r--spec/build/bsps/arm/atsam/opttcmsz.yml1
-rw-r--r--spec/build/bsps/arm/atsam/optusextal.yml1
-rw-r--r--spec/build/bsps/arm/atsam/tstatsamv.yml1
15 files changed, 0 insertions, 15 deletions
diff --git a/spec/build/bsps/arm/atsam/abi.yml b/spec/build/bsps/arm/atsam/abi.yml
index 82ab336152..7a95742c36 100644
--- a/spec/build/bsps/arm/atsam/abi.yml
+++ b/spec/build/bsps/arm/atsam/abi.yml
@@ -11,7 +11,6 @@ default:
- -mcpu=cortex-m7
- -mfpu=fpv5-d16
- -mfloat-abi=hard
-default-by-family: []
default-by-variant: []
description: |
ABI flags
diff --git a/spec/build/bsps/arm/atsam/optchgclksram.yml b/spec/build/bsps/arm/atsam/optchgclksram.yml
index 6875941849..58dca377d7 100644
--- a/spec/build/bsps/arm/atsam/optchgclksram.yml
+++ b/spec/build/bsps/arm/atsam/optchgclksram.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: false
-default-by-family: []
default-by-variant: []
description: |
Move the functions that set up the clock into the SRAM. This allows to change the clock frequency even if the application is started from SDRAM. Requires a TCM_SIZE > 0.
diff --git a/spec/build/bsps/arm/atsam/optchip.yml b/spec/build/bsps/arm/atsam/optchip.yml
index baf74e3577..16998e6c2a 100644
--- a/spec/build/bsps/arm/atsam/optchip.yml
+++ b/spec/build/bsps/arm/atsam/optchip.yml
@@ -44,7 +44,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: samv71q21
-default-by-family: []
default-by-variant: []
description: |
Chip variant
diff --git a/spec/build/bsps/arm/atsam/optconbaud.yml b/spec/build/bsps/arm/atsam/optconbaud.yml
index de59323904..b0e34e7505 100644
--- a/spec/build/bsps/arm/atsam/optconbaud.yml
+++ b/spec/build/bsps/arm/atsam/optconbaud.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: 115200
-default-by-family: []
default-by-variant: []
description: |
initial baud for console devices (default 115200)
diff --git a/spec/build/bsps/arm/atsam/optconidx.yml b/spec/build/bsps/arm/atsam/optconidx.yml
index d40cae546d..42fb3b142a 100644
--- a/spec/build/bsps/arm/atsam/optconidx.yml
+++ b/spec/build/bsps/arm/atsam/optconidx.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: true
-default-by-family: []
default-by-variant: []
description: |
device index for /dev/console (default 1, e.g. USART1)
diff --git a/spec/build/bsps/arm/atsam/optconirq.yml b/spec/build/bsps/arm/atsam/optconirq.yml
index 8dcb1a0ca3..a410e05060 100644
--- a/spec/build/bsps/arm/atsam/optconirq.yml
+++ b/spec/build/bsps/arm/atsam/optconirq.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: true
-default-by-family: []
default-by-variant: []
description: |
use interrupt driven mode for console devices (used by default)
diff --git a/spec/build/bsps/arm/atsam/optcontype.yml b/spec/build/bsps/arm/atsam/optcontype.yml
index 1b50fd6056..eddbee1063 100644
--- a/spec/build/bsps/arm/atsam/optcontype.yml
+++ b/spec/build/bsps/arm/atsam/optcontype.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: false
-default-by-family: []
default-by-variant: []
description: |
device type for /dev/console, use 0 for USART and 1 for UART (default USART)
diff --git a/spec/build/bsps/arm/atsam/optmck.yml b/spec/build/bsps/arm/atsam/optmck.yml
index 1f4c920cf2..d216542285 100644
--- a/spec/build/bsps/arm/atsam/optmck.yml
+++ b/spec/build/bsps/arm/atsam/optmck.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: 123000000
-default-by-family: []
default-by-variant: []
description: |
Frequency of the MCK in Hz. Set to 0 to force application defined speed. See start/pmc-config.c for available clock configurations.
diff --git a/spec/build/bsps/arm/atsam/optnocachesz.yml b/spec/build/bsps/arm/atsam/optnocachesz.yml
index f9bb25db71..433633d3b0 100644
--- a/spec/build/bsps/arm/atsam/optnocachesz.yml
+++ b/spec/build/bsps/arm/atsam/optnocachesz.yml
@@ -7,7 +7,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: 4096
-default-by-family: []
default-by-variant: []
description: |
size of NOCACHE section in bytes
diff --git a/spec/build/bsps/arm/atsam/optoscmain.yml b/spec/build/bsps/arm/atsam/optoscmain.yml
index 4fb3a7ebf6..4cafffea37 100644
--- a/spec/build/bsps/arm/atsam/optoscmain.yml
+++ b/spec/build/bsps/arm/atsam/optoscmain.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: 12000000
-default-by-family: []
default-by-variant: []
description: |
Main oscillator frequency in Hz (default 12MHz)
diff --git a/spec/build/bsps/arm/atsam/optqspiflashsz.yml b/spec/build/bsps/arm/atsam/optqspiflashsz.yml
index 62ebd78241..a9a71b049f 100644
--- a/spec/build/bsps/arm/atsam/optqspiflashsz.yml
+++ b/spec/build/bsps/arm/atsam/optqspiflashsz.yml
@@ -7,7 +7,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: 2097152
-default-by-family: []
default-by-variant: []
description: |
size of QSPI flash in bytes
diff --git a/spec/build/bsps/arm/atsam/optsdram.yml b/spec/build/bsps/arm/atsam/optsdram.yml
index 6cd29f0700..c07edd9ba5 100644
--- a/spec/build/bsps/arm/atsam/optsdram.yml
+++ b/spec/build/bsps/arm/atsam/optsdram.yml
@@ -19,7 +19,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: is42s16100e-7bli
-default-by-family: []
default-by-variant: []
description: |
SDRAM variant
diff --git a/spec/build/bsps/arm/atsam/opttcmsz.yml b/spec/build/bsps/arm/atsam/opttcmsz.yml
index 33ac8ad1bd..7e8b1121e8 100644
--- a/spec/build/bsps/arm/atsam/opttcmsz.yml
+++ b/spec/build/bsps/arm/atsam/opttcmsz.yml
@@ -7,7 +7,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: 0
-default-by-family: []
default-by-variant: []
description: |
size of tightly coupled memories (TCM) in bytes
diff --git a/spec/build/bsps/arm/atsam/optusextal.yml b/spec/build/bsps/arm/atsam/optusextal.yml
index 1537d6f16d..6353956d15 100644
--- a/spec/build/bsps/arm/atsam/optusextal.yml
+++ b/spec/build/bsps/arm/atsam/optusextal.yml
@@ -6,7 +6,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: true
-default-by-family: []
default-by-variant: []
description: |
Use the external crystal as source for the slow clock instead of the internal RC oscillator. Note that on the ATSAM the NRST pin seems to depend on the slow clock as well as all watchdogs. If ATSAM_SLOWCLOCK_USE_XTAL is set to 1 without a external crystal connected, the controller might hang in the switching process without a working NRST pin.
diff --git a/spec/build/bsps/arm/atsam/tstatsamv.yml b/spec/build/bsps/arm/atsam/tstatsamv.yml
index 442a5be12e..41d28657e9 100644
--- a/spec/build/bsps/arm/atsam/tstatsamv.yml
+++ b/spec/build/bsps/arm/atsam/tstatsamv.yml
@@ -28,7 +28,6 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: null
-default-by-family: []
default-by-variant: []
description: ''
enabled-by: true