summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib/can/satcan.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/shared/grlib: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman2022-11-141-3/+22
| | | | | | | | | This patch changes the license to BSD-2 for all source files where the copyright is held by Aeroflex Gaisler, Cobham Gaisler, or Gaisler Research. Some files also includes copyright right statements from OAR and/or embedded Brains in addition to Gaisler. Updates #3053.
* grlib: Add ambapp_plb()Sebastian Huber2021-06-171-1/+1
| | | | | Replace the global variable ambapp_plb with a function to allow an automatic on demand initialization.
* satcan.c: Fix Unsigned compared against 0 (CID #1399768)Ryan Long2021-03-051-12/+4
| | | | | | CID 1399768: Unsigned compared against 0 in satcan_ioctl(). Closes #4294
* grlib: Add ambapp_common_info to derived typesSebastian Huber2020-10-161-1/+1
| | | | This avoids a cast in DEV_TO_COMMON().
* grlib: use rtems_interrupt_handler_install()Jiri Gaisler2019-01-221-2/+4
| | | | Update #3678.
* grlib: Move source filesSebastian Huber2019-01-221-0/+716
Update #3678.