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

Get rid of RTE_Device_917.h #10

Open
jerome-pouiller opened this issue Jul 1, 2024 · 0 comments
Open

Get rid of RTE_Device_917.h #10

jerome-pouiller opened this issue Jul 1, 2024 · 0 comments

Comments

@jerome-pouiller
Copy link
Contributor

RTE_Device_917.h describes a board. However, with Zephyr, the description will come from the Device Tree. RTE_Device_917.h, but none of components used by Zephyr should include it.

Normally, the right way to drop RTE_Device_917.h is to place the hardware parameters in structs rather than in #define. The structs can be populated at runtime, it is easier to translate hardware configuration from one system to another.

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

No branches or pull requests

1 participant