Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FPGA: Device and Driver #808

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

FPGA: Device and Driver #808

wants to merge 29 commits into from

Commits on Sep 25, 2024

  1. add device interface

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b12b45c View commit details
    Browse the repository at this point in the history
  2. add driver interface

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e178d69 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. add generic driver

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    dc99d8d View commit details
    Browse the repository at this point in the history
  2. add utils

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8ddf753 View commit details
    Browse the repository at this point in the history
  3. add platform device

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b6b255a View commit details
    Browse the repository at this point in the history
  4. add IpDevice

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    411234c View commit details
    Browse the repository at this point in the history
  5. add new classes to cmake

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2f4a07b View commit details
    Browse the repository at this point in the history
  6. fix generic driver header

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    92cb902 View commit details
    Browse the repository at this point in the history
  7. cmake move drivers to linux section

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    34eb411 View commit details
    Browse the repository at this point in the history
  8. remove duplicate public

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    80cda50 View commit details
    Browse the repository at this point in the history
  9. delete default comnstructor

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9cc48a1 View commit details
    Browse the repository at this point in the history
  10. formatting

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9a44d4f View commit details
    Browse the repository at this point in the history
  11. use filename()

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    10f52c9 View commit details
    Browse the repository at this point in the history
  12. cleanup code

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    cc2f3e4 View commit details
    Browse the repository at this point in the history
  13. Refactor: move device utility functions to villas util

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4af079a View commit details
    Browse the repository at this point in the history
  14. update device description

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1c8f25a View commit details
    Browse the repository at this point in the history
  15. format comment

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    50aec3e View commit details
    Browse the repository at this point in the history
  16. Update comments

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f7930cd View commit details
    Browse the repository at this point in the history
  17. remove comment

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d7df428 View commit details
    Browse the repository at this point in the history
  18. Use villas exception

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    59fcbd0 View commit details
    Browse the repository at this point in the history
  19. remove dead header

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f340e15 View commit details
    Browse the repository at this point in the history
  20. Update comment

    Co-authored-by: Steffen Vogel <[email protected]>
    Signed-off-by: IgnoreWarnings <[email protected]>
    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings and stv0g committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    169aa89 View commit details
    Browse the repository at this point in the history
  21. Use std::filestytem

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b537982 View commit details
    Browse the repository at this point in the history
  22. fix read names in directory method

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d5cb6e1 View commit details
    Browse the repository at this point in the history
  23. add . at end of comment

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6c8fe65 View commit details
    Browse the repository at this point in the history
  24. edit driver comment

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    917a01a View commit details
    Browse the repository at this point in the history
  25. rename GenericDriver to LinuxDriver

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a056e73 View commit details
    Browse the repository at this point in the history
  26. rename generic_driver to linux_driver

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    503fc27 View commit details
    Browse the repository at this point in the history
  27. update driver comment

    Signed-off-by: Pascal Bauer <[email protected]>
    IgnoreWarnings committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3f2870f View commit details
    Browse the repository at this point in the history