- 20 Dec, 2019 12 commits
-
-
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
-
- 12 Dec, 2019 3 commits
-
-
Pavel Pisa authored
Resolve "Update driver documentation and Jaroslav Beran copyright." Closes #347 See merge request !309
-
Pavel Pisa authored
Signed-off-by:
Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
Pavel Pisa authored
Signed-off-by:
Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- 10 Dec, 2019 3 commits
-
-
Ille, Ondrej, Ing. authored
-
Pavel Pisa authored
Resolve "Include driver documentation from Martin Jerabek's theses." Closes #345 See merge request !307
-
Pavel Pisa authored
Signed-off-by:
Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- 09 Dec, 2019 5 commits
-
-
Pavel Pisa authored
Resolve "Update Debian DKMS driver package for separated PCI module." Closes #344 See merge request !305
-
Pavel Pisa authored
Signed-off-by:
Pavel Pisa <ppisa@pikron.com>
-
Pavel Pisa authored
Resolve "PCI driver exception when signature not found." Closes #343 See merge request !304
-
Pavel Pisa authored
Signed-off-by:
Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
Pavel Pisa authored
When core is reload but PCI bus is not scanned again then reads from stale regions return 0xff. Return value of ctucan_probe_common() does not return negative value in such case which leads to attempt to setup multiple instances. Signed-off-by:
Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- 06 Dec, 2019 10 commits
-
-
Ille, Ondrej, Ing. authored
Resolve "Block BTR and BTR_FD during operation" Closes #303 See merge request !303
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
-
Ille, Ondrej, Ing. authored
This-way registers are not writable when core is ON!
-
Ille, Ondrej, Ing. authored
Resolve "Debug nightly run" Closes #342 See merge request !302
-
Ille, Ondrej, Ing. authored
Avoid using delays multiple of 10 ns. Since we use ceil in the TC, we rely on the fact that ceil will give us one cycle more from input delay! If we have multiple of 10 ns, then delta cycle behavior might cause issues.
-
Ille, Ondrej, Ing. authored
RWCNT needs to be modified accordingly, so that TX/RX frame comparison is not confused!
-
Ille, Ondrej, Ing. authored
Check must be done immediately, otherwise another error frame might screw REC value and it can be off by 8!
-