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

Add device tree support #2021

Open
solidDoWant opened this issue Jan 23, 2024 · 0 comments
Open

Add device tree support #2021

solidDoWant opened this issue Jan 23, 2024 · 0 comments
Labels
enhancement-request A request for an enhancement to be developed.

Comments

@solidDoWant
Copy link

Is your enhancement request related to a problem? Please describe.
Device tree source files are not recognized when parsed by Rouge. I'm using Jekyll writing some guides on how to build these files, however code blocks marked as dts or device-tree are not properly formatted when converting to HTML as Jekyll doesn't support the language.

Describe the solution you'd like
Rouge (and therefor Jekyll) support for device tree source files.

Additional context
Device trees have been around for a decade or two and are the de facto way of telling low level code (such as BIOS type firmware and low level Linux kernel initialization code) about what hardware devices are available in a system. There is a formal standard here that describes the language. Both U-Boot and the Linux kernel have thousands of examples of this - just search for files ending in ".dts" or ".dtsi" in either source tree.

@solidDoWant solidDoWant added the enhancement-request A request for an enhancement to be developed. label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement-request A request for an enhancement to be developed.
Projects
None yet
Development

No branches or pull requests

1 participant