Last change
on this file since 4e530464 was
4e530464,
checked in by Sebastian Huber <sebastian.huber@…>, on 01/15/22 at 18:45:46
|
bsps: Default to CPU counter benchmark timer
Most BSPs which used the stubbed benachmark timer provide a CPU counter.
All BSPs provide at least a stub CPU counter. Simply use the benchmark
timer implementation using the CPU counter.
|
-
Property mode set to
100644
|
File size:
1.4 KB
|
Line | |
---|
1 | SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause |
---|
2 | arch: moxie |
---|
3 | bsp: moxiesim |
---|
4 | build-type: bsp |
---|
5 | cflags: [] |
---|
6 | copyrights: |
---|
7 | - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) |
---|
8 | cppflags: [] |
---|
9 | enabled-by: true |
---|
10 | family: moxiesim |
---|
11 | includes: [] |
---|
12 | install: |
---|
13 | - destination: ${BSP_INCLUDEDIR} |
---|
14 | source: |
---|
15 | - bsps/moxie/moxiesim/include/bsp.h |
---|
16 | - bsps/moxie/moxiesim/include/tm27.h |
---|
17 | - destination: ${BSP_INCLUDEDIR}/bsp |
---|
18 | source: |
---|
19 | - bsps/moxie/moxiesim/include/bsp/irq.h |
---|
20 | - destination: ${BSP_LIBDIR} |
---|
21 | source: |
---|
22 | - bsps/moxie/moxiesim/start/linkcmds |
---|
23 | links: |
---|
24 | - role: build-dependency |
---|
25 | uid: abi |
---|
26 | - role: build-dependency |
---|
27 | uid: start |
---|
28 | - role: build-dependency |
---|
29 | uid: ../../obj |
---|
30 | - role: build-dependency |
---|
31 | uid: ../../objirqdflt |
---|
32 | - role: build-dependency |
---|
33 | uid: ../../objmem |
---|
34 | - role: build-dependency |
---|
35 | uid: ../../optos |
---|
36 | - role: build-dependency |
---|
37 | uid: ../../tstnolibdl |
---|
38 | - role: build-dependency |
---|
39 | uid: ../../tstreqtick |
---|
40 | - role: build-dependency |
---|
41 | uid: ../../bspopts |
---|
42 | source: |
---|
43 | - bsps/moxie/moxiesim/console/console-io.c |
---|
44 | - bsps/moxie/moxiesim/console/syscalls.S |
---|
45 | - bsps/shared/cache/nocache.c |
---|
46 | - bsps/shared/dev/btimer/btimer-cpucounter.c |
---|
47 | - bsps/shared/dev/clock/clock-simidle.c |
---|
48 | - bsps/shared/dev/getentropy/getentropy-cpucounter.c |
---|
49 | - bsps/shared/dev/serial/console-polled.c |
---|
50 | - bsps/shared/start/bspfatal-default.c |
---|
51 | - bsps/shared/start/bspreset-empty.c |
---|
52 | - bsps/shared/start/bspstart-empty.c |
---|
53 | - bsps/shared/start/gettargethash-default.c |
---|
54 | - bsps/shared/start/sbrk.c |
---|
55 | type: build |
---|
Note: See
TracBrowser
for help on using the repository browser.