summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-20bsps: Avoid unused argument in clock interruptSebastian Huber1-2/+2
2023-07-24score: Move _IO_Relax() to new <rtems/dev/io.h>Sebastian Huber1-1/+1
2023-07-17bsps/grlib: Fix use of uninitialized variableSebastian Huber1-1/+0
2023-07-14bsp/leon3: Use new GPTIMER register block APISebastian Huber1-94/+84
2023-07-14bsps: Use new APBUART register block APISebastian Huber3-95/+142
2023-06-16bsps: Remove uses of BSP-specific interrupt APISebastian Huber1-4/+13
2023-01-30grlib: Fix snprintf() overflow warnings from gcc 12Joel Sherrill13-14/+14
2022-11-14bsps/shared/grlib: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman67-199/+1453
2022-03-08bsp/leon3: Include missing header fileSebastian Huber1-0/+1
2021-06-24grlib: Register system console as /dev/consoleSebastian Huber1-1/+5
2021-06-23bsps/powerpc, bsps/shared: Move remaining legacy networking header filesVijay Kumar Banerjee1-1663/+0
2021-06-17grlib: Simplify apbuart_inbyte_nonblocking()Sebastian Huber1-5/+5
2021-06-17grlib: Fix apbuart_outbyte_polled() prototypeSebastian Huber1-1/+1
2021-06-17grlib: Add apbuart_outbyte_wait()Sebastian Huber3-17/+17
2021-06-17grlib: Remove NL -> CR in apbuart_outbyte_polled()Sebastian Huber3-9/+2
2021-06-17grlib: Add ambapp_plb()Sebastian Huber4-6/+6
2021-06-17grlib: Customizable allocation in ambapp_scan()Sebastian Huber1-16/+25
2021-04-16grlib/genirq: Taking into account that it could be more than one ISR enabled/...Moyano, Gabriel1-2/+2
2021-04-07bsps: Remove networking driversVijay Kumar Banerjee2-69/+0
2021-03-11leon, l2cache: prevent unused diagnostic accessMartin Aberg1-2/+2
2021-03-11leon, ahbstat: register definitions for AHBSTAT version 1Martin Aberg1-0/+8
2021-03-11leon, grspw_router: added router_port_link_div()Martin Aberg1-0/+5
2021-03-11leon,ckinit: avoid assuming 1MHz timer pre-scaler clockDaniel Hellstrom1-4/+3
2021-03-11leon,greth: added support for variable sized descriptor table sizesDaniel Hellstrom1-7/+15
2021-03-11leon,grcan: split out GRCAN non-FD specific support in separate fileDaniel Hellstrom2-405/+435
2021-03-11leon,grcanfd: split out GRCANFD specific support in separate fileDaniel Hellstrom3-627/+686
2021-03-11leon,grcan: added support for GRCANFDDaniel Hellstrom1-16/+568
2021-03-11leon,occan: use common CAN baud-rate calculation routineDaniel Hellstrom1-110/+41
2021-03-11leon,grcan: use common CAN baud-rate calculation routineDaniel Hellstrom1-114/+20
2021-03-11leon,can: introduce common CAN baud-rate calculation functionDaniel Hellstrom1-0/+144
2021-03-11grlib,ambapp: added new IP core IDsDaniel Hellstrom1-1/+20
2021-03-11leon,grspw: fix for SET_PACKET_SIZEDaniel Hellstrom1-0/+7
2021-03-11leon,gr1553b: Only align allocated memory. Verify alignment of memory.Arvid Bjorkengren3-83/+147
2021-03-11leon,gr1553b: set codec versionArvid Bjorkengren1-0/+4
2021-03-11leon,gr1553rt: Fixed spinlock unlockArvid Bjorkengren1-1/+1
2021-03-11leon,gr1553rt: Fixed memory leakArvid Bjorkengren1-5/+11
2021-03-05grcan.c: Fix Unused value (CID #1437613)Ryan Long1-1/+1
2021-03-05b1553brm.c: Fix Unsigned compared against 0 (CID #1399773)Ryan Long1-1/+1
2021-03-05satcan.c: Fix Unsigned compared against 0 (CID #1399768)Ryan Long1-12/+4
2021-03-05gr_tmtc_1553.c: Unchecked return value from library (CID #1399785)Ryan Long1-1/+3
2021-03-05gr_701.c: Unchecked return value from library (CID #1399783)Ryan Long1-1/+3
2021-03-05gr_rasta_adcdac.c: Fix Unchecked return value from library (CID #1399780)Ryan Long1-1/+3
2021-03-05gr_rasta_tmtc.c: Fix Unchecked return value from library (CID #1399771)Ryan Long1-1/+3
2021-03-05gr_rasta_io.c: Fix Unchecked return value from library (CID #1399763)Ryan Long1-1/+3
2021-03-05gr_rasta_spw_router.c: Fix Unchecked return value from library (CID #1399760)Ryan Long1-1/+3
2021-03-05grtc.c: Fix four Missing break in switch Coverity errorsRyan Long1-0/+4
2021-03-05grspw.c: Fix Unchecked return value (CID #1399781)Ryan Long1-2/+5
2021-02-19grspw_pkt.c: Fix Dereference before null check (CID #1399846)Ryan Long1-1/+3
2021-02-19grtc.c: Fix Dereference before null check (CID #1399840)Ryan Long1-1/+3
2021-02-19b1553rt.c: Fix Deference before null check (CID #1399830)Ryan Long1-1/+3