Stefano Calabretti
|
dd53c8f4cc
|
Remove indents
|
2022-02-20 12:49:00 +01:00 |
|
Stefano Calabretti
|
81f64d0b17
|
Remove linting
|
2022-02-20 12:44:13 +01:00 |
|
Stefano Calabretti
|
ef3898de2b
|
Merge branch 'master' into scs
|
2022-02-20 12:40:11 +01:00 |
|
Stefano Calabretti
|
7aa61ed9ad
|
Add linting (#5)
* Add format file
* Add action
|
2022-02-20 12:36:34 +01:00 |
|
Nicola Gutierrez
|
9dfb76b9de
|
Test HandleNext OK
|
2022-02-19 13:56:15 +01:00 |
|
Stefano Calabretti
|
7190dbcdf9
|
Fix header bit translation
|
2022-02-19 12:59:05 +01:00 |
|
Nicola Gutierrez
|
e26751d5d4
|
Update header
|
2022-02-19 11:48:51 +01:00 |
|
Stefano Calabretti
|
21b406a270
|
Add tick provider
|
2022-02-19 10:40:12 +01:00 |
|
Stefano Calabretti
|
d0f8521b3b
|
Use same naming convention
|
2022-02-17 22:39:51 +01:00 |
|
Stefano Calabretti
|
2e4a409a92
|
Refactor
|
2022-02-17 19:02:11 +01:00 |
|
Nicola Gutierrez
|
607817389c
|
Add SCS manager
bozza
|
2022-02-17 17:22:27 +01:00 |
|
Stefano Calabretti
|
4ac0afc010
|
Add documentation
|
2022-02-15 19:33:22 +01:00 |
|
Stefano Calabretti
|
2469d96127
|
Fix bugs
|
2022-02-12 11:44:45 +01:00 |
|
Stefano Calabretti
|
f6d5dca5ee
|
Remove unused files
|
2022-02-12 10:47:33 +01:00 |
|
Stefano Calabretti
|
7dad229be4
|
Merge branch 'scs' of https://github.com/mmr-driverless/mmr_can into scs
|
2022-02-12 10:46:14 +01:00 |
|
nicolagutierrez
|
cff1d26a04
|
Merge branch 'scs' of https://github.com/mmr-driverless/mmr_can into scs
|
2022-02-12 10:45:17 +01:00 |
|
nicolagutierrez
|
9e84d09e58
|
Add Timer SCS manager
|
2022-02-12 10:44:47 +01:00 |
|
Stefano Calabretti
|
783cd454d0
|
Change default include
|
2022-02-12 10:44:37 +01:00 |
|
Stefano Calabretti
|
92b6ca8495
|
Fix compile error
|
2022-02-03 19:35:39 +01:00 |
|
Stefano Calabretti
|
e4a0988111
|
Fix compilation errors
|
2022-02-03 19:29:58 +01:00 |
|
Stefano Calabretti
|
0069f68331
|
Merge branch 'scs' of https://github.com/mmr-driverless/mmr_can into scs
|
2022-02-03 19:28:32 +01:00 |
|
Stefano Calabretti
|
f7b5c0315e
|
Create scs dict
|
2022-02-03 18:55:52 +01:00 |
|
Stefano Calabretti
|
d22f9539b3
|
Add send scs
|
2022-02-02 18:44:06 +01:00 |
|
Stefano Calabretti
|
37a47f4948
|
Create README.md
|
2022-01-29 20:01:33 +01:00 |
|
Stefano Calabretti
|
192981fa5b
|
Update README
|
2022-01-29 19:44:14 +01:00 |
|
Stefano Calabretti
|
906dfcd3db
|
Update header (#9)
* Add ack message type
* Rename dictionaryEntry to messageId
* Refactor
* Map message ids
|
2022-01-29 13:27:37 +01:00 |
|
Stefano Calabretti
|
174f5e8d76
|
Multiple frames (#8)
* Add fields to mmr header
* Reorder priority constants
* Add message priority
* Add header to message
* Fix compile error
* Set correct bits in header
* Refactor
* Create queue
|
2022-01-25 18:12:33 +01:00 |
|
Stefano Calabretti
|
e7bb09478e
|
Integrate and remove develop branch (#7)
* Add rx event handlers
* Fix compile errors and add constness
* Pass sender id
* Change api interface
* Revert changes
* Add filter fifo
* Add default setup
* Add receive function
* Remove interrupt activation
* Activate RX interrupts
* Merge remote changes
* Add event list constructor
* Fix compilation bug
* Send and receive multiple frames
* Refactor
* Refactor
* Fix compile error
* Use known syntax
* Refactor
* Provide storage
* Add frame end
* Add some documentation
* Turn macros into functions
* Refactor
* Refactor
* Fix compile error
* Use ExtendedIds
* Fix reception bug (fixes #4)
* Add packet headers
* Refactor
Co-authored-by: Riccardo998 <riccardo.storchi98@gmail.com>
|
2021-12-20 15:13:39 +01:00 |
|
Stefano Calabretti
|
ed2a26fbc9
|
Better parameter handling (#6)
* Add rx event handlers
* Fix compile errors and add constness
* Pass sender id
* Change api interface
* Revert changes
* Add filter fifo
* Add default setup
* Add receive function
* Remove interrupt activation
* Activate RX interrupts
* Merge remote changes
* Add event list constructor
* Fix compilation bug
* Send and receive multiple frames
* Refactor
* Refactor
* Fix compile error
* Use known syntax
* Refactor
* Provide storage
* Add frame end
* Add some documentation
* Turn macros into functions
* Refactor
* Refactor
* Fix compile error
* Use ExtendedIds
* Fix reception bug (fixes #4)
* Add packet headers
* Refactor
Co-authored-by: Riccardo998 <riccardo.storchi98@gmail.com>
|
2021-12-20 15:12:57 +01:00 |
|
Stefano Calabretti
|
c0cc853cf8
|
Reception bugfix (#5)
* Add rx event handlers
* Fix compile errors and add constness
* Pass sender id
* Change api interface
* Revert changes
* Add filter fifo
* Add default setup
* Add receive function
* Remove interrupt activation
* Activate RX interrupts
* Merge remote changes
* Add event list constructor
* Fix compilation bug
* Send and receive multiple frames
* Refactor
* Refactor
* Fix compile error
* Use known syntax
* Refactor
* Provide storage
* Add frame end
* Add some documentation
* Turn macros into functions
* Refactor
* Refactor
* Fix compile error
* Use ExtendedIds
* Fix reception bug (fixes #4)
Co-authored-by: Riccardo998 <riccardo.storchi98@gmail.com>
|
2021-12-14 23:45:57 +01:00 |
|
Stefano Calabretti
|
7b09401b00
|
Multiple frames implementation (#2)
* Add rx event handlers
* Fix compile errors and add constness
* Pass sender id
* Change api interface
* Revert changes
* Add filter fifo
* Add default setup
* Add receive function
* Remove interrupt activation
* Activate RX interrupts
* Merge remote changes
* Add event list constructor
* Fix compilation bug
* Send and receive multiple frames
* Refactor
* Refactor
* Fix compile error
* Use known syntax
* Refactor
* Provide storage
* Add frame end
* Add some documentation
* Turn macros into functions
* Refactor
* Refactor
* Fix compile error
* Use ExtendedIds
Co-authored-by: Riccardo998 <riccardo.storchi98@gmail.com>
|
2021-12-09 11:39:39 +01:00 |
|
Stefano Calabretti
|
90d1836dfa
|
Add event handlers (#1)
* Add rx event handlers
* Fix compile errors and add constness
* Pass sender id
* Change api interface
* Revert changes
* Add filter fifo
|
2021-11-30 19:34:18 +01:00 |
|
Stefano Calabretti
|
503b333478
|
Update endif comment
|
2021-11-28 13:22:41 +01:00 |
|
Stefano Calabretti
|
0f22919769
|
Add guards to allow redefinition
|
2021-11-28 13:22:15 +01:00 |
|
Stefano Calabretti
|
5cc020f3a0
|
Add aliases
|
2021-11-28 13:21:31 +01:00 |
|
Stefano Calabretti
|
fed553869a
|
Create README.md
|
2021-11-28 13:06:35 +01:00 |
|
Stefano Calabretti
|
4be6f3d625
|
Use main.h
|
2021-11-28 12:46:02 +01:00 |
|
Stefano Calabretti
|
fa70f6e7fd
|
Fix typo
|
2021-11-28 12:36:03 +01:00 |
|
Stefano Calabretti
|
6b0515b232
|
Fix field name
|
2021-11-28 12:18:17 +01:00 |
|
Stefano Calabretti
|
3cdd6da051
|
First commit
|
2021-11-28 12:12:27 +01:00 |
|