From 278a88f9263b2d2f7e8773534208bcb592f3bdc7 Mon Sep 17 00:00:00 2001 From: "Jasper v. Blanckenburg" Date: Tue, 14 Mar 2023 15:13:25 +0100 Subject: [PATCH] Initial commit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f8006d --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# FaSTTUBe CAN Abstraction Layer + +This repository contains an abstraction layer to provide a simplified & unified +interface to the STM32 bxCAN and FDCAN peripherals. + +## Installation + +Simply add the repository to your `Core/Lib` directory. You can also add it as a +git submodule: + + mkdir -p Core/Lib + cd Core/Lib + git submodule add ssh://git@git.fasttube.de:313/FaSTTUBe/FT_CAN_AL.git