This commit also converts our own copyright headers to directly use SPDX, but leaves all other copyright header intact, only adding the SPDX ident. As far as possible this commit also merges multiple Data61 copyright statements/headers into one for consistency.
24 lines
369 B
Brainfuck
24 lines
369 B
Brainfuck
--
|
|
-- Copyright 2014, General Dynamics C4 Systems
|
|
--
|
|
-- SPDX-License-Identifier: GPL-2.0-only
|
|
--
|
|
|
|
base 32
|
|
|
|
block epitcr {
|
|
padding 6
|
|
field clksrc 2
|
|
field om 2
|
|
field stopen 1
|
|
field dozen 1
|
|
field waiten 1
|
|
field dbgen 1
|
|
field iovw 1
|
|
field swr 1
|
|
field prescaler 12
|
|
field rld 1
|
|
field ocien 1
|
|
field enmod 1
|
|
field en 1
|
|
}
|