summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib/can (follow)
Commit message (Collapse)AuthorAgeFilesLines
* leon,grcan: split out GRCAN non-FD specific support in separate fileDaniel Hellstrom2021-03-072-405/+435
| | | | Update #4307.
* leon,grcanfd: split out GRCANFD specific support in separate fileDaniel Hellstrom2021-03-073-627/+686
| | | | Update #4307.
* leon,grcan: added support for GRCANFDDaniel Hellstrom2021-03-071-16/+568
| | | | | | | | | | | | | The new GRCAN_FD IP supports CAN FD standard and is mostly backwards compatible with GRCAN SW interface. The GRCAN driver have been extended to support the GRCANFD IP using the same driver. Additional functions have been added that uses a new CAN FD frame format and read/write/baud-rate functions that supports both GRCANFD and GRCAN. To keep the SW API fully backwards compatible with GRCAN, the old functions remain. Update #4307.
* leon,occan: use common CAN baud-rate calculation routineDaniel Hellstrom2021-03-071-110/+41
| | | | Update #4306.
* leon,grcan: use common CAN baud-rate calculation routineDaniel Hellstrom2021-03-071-114/+20
| | | | Update #4306.
* leon,can: introduce common CAN baud-rate calculation functionDaniel Hellstrom2021-03-071-0/+144
| | | | | | | Reimplemented the baud-rate algorithm from scratch to cope with GRCAN, GRCANFD and OC_CAN devices. Update #4306.
* grlib: use cpu-independent routines for uncached accessJiri Gaisler2019-01-221-24/+3
| | | | Update #3678.
* grlib: use rtems_interrupt_handler_install()Jiri Gaisler2019-01-221-2/+4
| | | | Update #3678.
* grlib: Move source filesSebastian Huber2019-01-224-0/+4862
Update #3678.