Skip to content

Tags

Tags give the ability to mark specific points in history as being important
This project is mirrored from https://*****:*****@gitlab.cern.ch/fec/fechw/fec-hardware-modules/vme-bridge.git. Pull mirroring updated .
Successfully updated .
  • v1.8.0

    1.8.0 - 2025-10-06
    ==================
    Added
    -----
    - [drv] Support for VCC1209
    
    Changed
    -------
    - [ci] Improved HIL testing with packages
    
    Fixed
    -----
    - [drv] DMA transfers now work with and without IOMMU
    - [tst] Minor improvements
  • v1.7.11

    eb3cf342 · update CHANGELOG ·
    1.7.11 - 2025-06-04
    ===================
    Fixed
    -----
    - [deb] Fix kmod-vmebus-dev dependency on linux-image
  • v1.7.10

    1.7.10 - 2025-06-02
    ==================
    Changed
    -----
    - [deb] move debian/changelog generation to debian/rules
  • v1.7.9

    21bae914 · Update CHANGELOG ·
    1.7.9 - 2025-06-02
    ==================
    Fixed
    -----
    - [deb] add missing Provides to kmod development package
    - [deb] ignore testing drivers while packaging
  • v1.7.8

    795ec87c · update CHANGELOG ·
    1.7.8 - 2025-05-06
    ==================
    Added
    -----
    - [deb] native debian package
    
    Fixed
    -----
    - [bld] improvements to accommodate packaging needs
    - [bld] fix submodule URL to point to new https://gitlab.com/ohwr
    - [sw] fix return values preventing `vme-register` to return the correct exit code
  • v1.7.7

    962bb7d3 · update CHANGELOG ·
    1.7.7 - 2025-01-21
    ==================
    ------------------
    Changed
    -------
    - [ci] use acc-py_el9 instead of the deprecated acc-py_cc7
    - [ci] change job dependency name after updating evergreen
  • v1.7.6

    8b9bf6ca · update CHANGELOG ·
    1.7.6 - 2024-09-30
    ==================
    
    Added
    -----
    - [hdl] add a first testbench
    
    Deleted
    -------
    - [hdl] unused feature locmon_irq
    
    Fixed
    -----
    - [drv] compatibility with Linux kernel up to version 6.10
    - [drv] fix double class unregistration
    - [drv] fix rescan path
    - [hdl] code clean up and improvements around the DMA code
    - [hdl] use style guidelines for in and out
  • v1.7.5

    711b3513 · update changelog ·
    1.7.5 - 2023-10-12
    ==================
    
    Fixed
    -----
    - library project directory is `vmebus`
    - public headers must include files using `#include <vmebus/...>`
    - ensure tools are statically linked against libvmebus
  • v1.7.4

    1.7.4 - 2023-10-11
    ==================
    
    Changed
    -------
    - [drv] default device name with leading zeros using `%02u`
  • v1.7.3

    1.7.3 - 2023-10-11
    ==================
    
    Changed
    -------
    - [bld] improvements to the software building system
    - [bld] migrate HDL building system hdlmake
    - [bld] sources reorganization to better isolate common HDL code (A25 implementation
      details in a different project)
    - [ci] CI pipeline from sources to tests on real hardware
    - [tst] pytest based testing infrastructure completion