From cff99cf1fae2ff2b019c7f3b1827bb7fe8ee7d83 Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Fri, 12 Apr 2019 11:01:38 +0200 Subject: 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. --- spec/build/bsps/objgrlib.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/build/bsps') 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 -- cgit v1.2.3