summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2019-04-12 11:01:38 +0200
committerDaniel Hellstrom <daniel@gaisler.com>2021-03-11 17:31:21 +0100
commitcff99cf1fae2ff2b019c7f3b1827bb7fe8ee7d83 (patch)
tree9de2f3fdc44e9eefeb3787edc5ddcc7dbdce962f /spec/build/bsps
parentgrlib,ambapp: added new IP core IDs (diff)
downloadrtems-cff99cf1fae2ff2b019c7f3b1827bb7fe8ee7d83.tar.bz2
leon,can: introduce common CAN baud-rate calculation function
Reimplemented the baud-rate algorithm from scratch to cope with GRCAN, GRCANFD and OC_CAN devices. Update #4323.
Diffstat (limited to 'spec/build/bsps')
-rw-r--r--spec/build/bsps/objgrlib.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/build/bsps/objgrlib.yml b/spec/build/bsps/objgrlib.yml
index 650355b82d..46f0f86fb4 100644
--- a/spec/build/bsps/objgrlib.yml
+++ b/spec/build/bsps/objgrlib.yml
@@ -21,6 +21,7 @@ install:
- bsps/include/grlib/b1553brm.h
- bsps/include/grlib/b1553rt.h
- bsps/include/grlib/bspcommon.h
+ - bsps/include/grlib/canbtrs.h
- bsps/include/grlib/canmux.h
- bsps/include/grlib/cons.h
- bsps/include/grlib/debug_defs.h
@@ -99,6 +100,7 @@ source:
- bsps/shared/grlib/btimer/gptimer.c
- bsps/shared/grlib/btimer/tlib.c
- bsps/shared/grlib/btimer/tlib_ckinit.c
+- bsps/shared/grlib/can/canbtrs.c
- bsps/shared/grlib/can/canmux.c
- bsps/shared/grlib/can/grcan.c
- bsps/shared/grlib/can/occan.c