- 23 Dec, 2019 3 commits
-
-
Ille, Ondrej, Ing. authored
Resolve "SSP offset feature test" Closes #205 See merge request !312
-
Ille, Ondrej, Ing. authored
On high data bit-rates this is needed!
-
Ille, Ondrej, Ing. authored
If error is forced on 5th bit of error delimiter, this will be already after error frame of the other node, so next error frame will hit Error delimiter of the other node. Due to this, the other node will transmit next error frame and thus after bus is idle, REC will be incremented twice. This is not a bug, but check of REC must be done directly after error is sampled!
-
- 21 Dec, 2019 1 commit
-
-
Ille, Ondrej, Ing. authored
-
- 20 Dec, 2019 29 commits
-
-
Ille, Ondrej, Ing. authored
doc: Fix datasheet link Closes #205 See merge request !311
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
Resolve "SSP offset feature test" Closes #205 See merge request !306
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
Keep bit 31 of generated TS equal to 0. This is to avoid overflow on numeric conversion of 31 bit unsigned vector to natural.
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
Here after ACK we can be in EOF if sent frame is FD frame!
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
Now TEC/REC should be incremented by 8 after 14 dominant bits long error flag and by 8 after each next 8 bits!
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
When we don't transmitt anything, keep IDE in Arbitration field, not in Control field! This is better because we won't receive short is_control pulse for the duration of IDE bit!! We don't mind that in case of Error, this will be always interpreted as error in Arbitration field even if BASE frame is being received!
-
Ille, Ondrej, Ing. authored
This is needed since we hardcode the ID in first bits. Extended ID is needed so that we don't overflow base ID limit!
-
Ille, Ondrej, Ing. authored
when node is in Overload frame.
-
Ille, Ondrej, Ing. authored
When in overload frame, TXT Buffer should have been long unlocked!
-
Ille, Ondrej, Ing. authored
If bit error occurs in last bit of Error flag, then Error frame request, due to Pipeline DFF will occur at first cycle of Error delimiter! Thus we can't check for it so heavily...
-
Ille, Ondrej, Ing. authored
This is needed since default delay can be too high for some bit-rates! Units will not manage to received ACK in time!
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
Each error now kills the test by "error" log!
-
Ing. Viktor Fúra authored
-
- 18 Dec, 2019 1 commit
-
-
Pavel Pisa authored
Resolve "Driver documentation acknowledge the project funding" Closes #348 See merge request !310
-
- 17 Dec, 2019 1 commit
-
-
Pavel Pisa authored
Signed-off-by:
Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- 13 Dec, 2019 5 commits
-
-
Ille, Ondrej, Ing. authored
driver: Try to include checkpatch in linux driver makefile. Closes #346 See merge request !308
-
Ille, Ondrej, Ing. authored
This reverts commit dad3ed7d.
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
-