User contributions for Knuxify
Jump to navigation
Jump to search
19 February 2025
- 19:1419:14, 19 February 2025 diff hist +314 N Template:Navbox devicetree Created page with " <noinclude> <templatedata> { "params": {}, "description": "Navbox template for Devicetree-related pages.", "format": "inline" } </templatedata> </noinclude>{{navbox |header=Devicetree |links= * Introduction * DTS syntax guide * DT bindings}}"
- 19:1419:14, 19 February 2025 diff hist +82 Template:Navbox/styles.css No edit summary
- 19:1419:14, 19 February 2025 diff hist −12 Template:Navbox No edit summary
- 19:1319:13, 19 February 2025 diff hist +340 Template:Sidebar No edit summary
- 19:1019:10, 19 February 2025 diff hist +2 Template:Navbox No edit summary
- 19:0719:07, 19 February 2025 diff hist +816 N Template:Navbox Created page with "<templatestyles src="Navbox/styles.css"/><noinclude> <templatedata> { "params": { "header": { "label": "Header text", "description": "Text to display in the navbox header.", "type": "string", "default": "Related pages", "suggested": true }, "links": { "label": "Links", "description": "Links, as a wikitext list. Can also contain subheadings done with \"<span class=\"subheading\">(text goes here)</span>\".", "type": "unbalanced-wikitext",..."
- 19:0519:05, 19 February 2025 diff hist +126 Template:Navbox/styles.css No edit summary
- 19:0219:02, 19 February 2025 diff hist +256 N Template:Navbox/styles.css Created page with ".navbox { padding: 2px; background-color: var(--background-color-neutral-subtle, #f8f9fa); border: 1px solid var(--border-color-base, #a2a9b1); line-height: 1.4em; } .navbox .navbox-header { font-size: 1.2em; font-weight: bold; line-height: 1.6em; }"
- 19:0119:01, 19 February 2025 diff hist +42 Template:Sidebar add style
- 18:5418:54, 19 February 2025 diff hist +317 Template:Sidebar/styles.css No edit summary
- 18:4918:49, 19 February 2025 diff hist +24 N Device tree Redirected page to Devicetree current Tag: New redirect
- 18:4518:45, 19 February 2025 diff hist +3 Template:Sidebar No edit summary
- 18:4518:45, 19 February 2025 diff hist +281 Template:Sidebar No edit summary
- 18:2418:24, 19 February 2025 diff hist +239 N Template:Sidebar Created page with "<noinclude> <templatedata> { "params": {}, "description": "Common helper template for sidebars.", "format": "block" } </templatedata> </noinclude><includeonly><div class="sidebar {{#if: {{{nomobile|}}}| nomobile|}}"></div></includeonly>"
- 18:0618:06, 19 February 2025 diff hist +33 N User:Knuxify/Draft:Devicetree/Bindings Knuxify moved page User:Knuxify/Draft:Devicetree/Bindings to Devicetree/Bindings: move to main namespace current Tag: New redirect
- 18:0618:06, 19 February 2025 diff hist 0 m Devicetree/Bindings Knuxify moved page User:Knuxify/Draft:Devicetree/Bindings to Devicetree/Bindings: move to main namespace
- 18:0618:06, 19 February 2025 diff hist +24 N User:Knuxify/Draft:Devicetree Knuxify moved page User:Knuxify/Draft:Devicetree to Devicetree: move to main namespace current Tag: New redirect
- 18:0618:06, 19 February 2025 diff hist 0 m Devicetree Knuxify moved page User:Knuxify/Draft:Devicetree to Devicetree: move to main namespace
- 17:5817:58, 19 February 2025 diff hist +4,522 Devicetree →Device Tree Source (DTS) basics
- 17:3217:32, 19 February 2025 diff hist +1,324 N Template:SyntaxHighlight header Created page with "<noinclude> <templatedata> { "params": { "text": { "aliases": [ "1" ], "label": "Text", "description": "Text to place in the header.", "type": "unbalanced-wikitext", "required": true } }, "description": "Header that can be placed before a <syntaxhighlight> tag to e.g. show a filename or block title.", "format": "inline" } </templatedata> == Example == <pre><nowiki> {{SyntaxHighlight header|foo.dts}} <syntaxhighlight lang="dts" line> /dts-v..."
- 16:4116:41, 19 February 2025 diff hist −15 Devicetree No edit summary
17 February 2025
- 12:2312:23, 17 February 2025 diff hist −1 m Devicetree/Bindings →See also
- 12:2212:22, 17 February 2025 diff hist −362 Devicetree No edit summary
- 12:2212:22, 17 February 2025 diff hist +2,064 N Devicetree/Bindings split bindings into separate page
- 12:2212:22, 17 February 2025 diff hist −1,220 Devicetree No edit summary
- 12:1712:17, 17 February 2025 diff hist −10 m Devicetree No edit summary
- 08:2508:25, 17 February 2025 diff hist +2,141 Devicetree No edit summary
- 08:0708:07, 17 February 2025 diff hist +72 User:Knuxify No edit summary current
- 08:0408:04, 17 February 2025 diff hist +5,167 N Devicetree Created page with "The '''devicetree''' (device tree, DT (DTS/DTB)) is a data structure which holds information about all components present on a device. This data is structured in nested nodes with key/value property pairs for configuration. In simpler terms - a devicetree tells the kernel (or another DT-compatible piece of software/firmware like a bootloader) where each component is in register space/on an I2C or similar bus, and what settings to use to set it up. It is the basic mechan..."