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

feat(drivers): multiple driver support, better driver prints #18

Merged
merged 4 commits into from
May 13, 2024

Conversation

P-Miranda
Copy link
Contributor

No description provided.

- do not generate sysfs accesses for register memory ranges (regs with
  `log2n_items` > 0)
    - driver developers must use regular `read` and `write` functions to
      access register memories
- update `iob_data` class with `list` field for multiple hardware device
  support
- update `drivers.py` to generate a new `sysfs_multi.h` header that can
  be included by drivers that need multiple hardware device support
- device tree parsing can support addition expressions alongside macros
    - this enables setting a device tree node with an offset, like ILA
      and MONITOR
@jjts jjts merged commit 4905b2f into IObundle:main May 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants