This repository has been archived on 2026-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Stefano Calabretti 4d5c1934a4 Scs (#3)
* Add send scs

* Create scs dict

* Fix compilation errors

* Fix compile error

* Change default include

* Add Timer SCS manager

* Remove unused files

* Fix bugs

* Add documentation

* Add SCS manager

bozza

* Refactor

* Use same naming convention

* Add tick provider

* Update header

* Fix header bit translation

* Test HandleNext OK

* Remove linting

* Remove indents

* Add documentation

* Improve docs

* Remove pointer

* Remove mailbox

* Remove useless comment

* Add newline

* Fix compile errors

* Separate scs entries from manager

* Refactor

* Fix include guards

Co-authored-by: nicolagutierrez <nicolagutierrez.ng@gmail.com>
2022-02-23 21:08:47 +01:00
2022-02-23 21:08:47 +01:00
2022-02-23 21:08:47 +01:00
2021-11-28 12:12:27 +01:00
2022-01-29 20:01:33 +01:00

mmr_can

You can add this library to your project by either cloning it or adding it as a submodule


To add mmr_can as a submodule, go into your project folder and run

git submodule add https://github.com/mmr-driverless/mmr_can.git Drivers/MMR_CAN

mmr_can will be cloned inside the Drivers folder

Compiler setup

After adding the submodule, right click on your project's name from within the STM32CubeIDE, then Properties (last option) > C/C++ General > Paths and Symbols

You'll see a list of directories on the right, click on Add, then type Drivers/MMR_CAN/Inc and press enter

S
Description
MMR can bus wrapper for the STM32 family of boards [MIRROR]
can
Readme 290 KiB
Languages
C 100%