| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-14 | lcd: T8213: improve hd44780 help string | Jadyn Emma Jäger | |
| 2026-02-14 | lcd: T8213: add support for MTC S16209x | Jadyn Emma Jäger | |
| Implementation has been tested using a virtual serial pipe as I (Christian Breunig) did not find my hardware LCD display. You can easily do this via: $ sudo socat -d -d PTY,link=/dev/ttyS99,raw,echo=0 PTY,link=/tmp/serial,raw,echo=0 $ sudo cat /tmp/serial You will get a lot of control characters, but real information like the OS Kernel version will scroll through. Co-authored-by: Christian Breunig <christian@breunig.cc> | |||
| 2023-12-31 | T5474: establish common file name pattern for XML conf mode commands | Christian Breunig | |
| We will use _ as CLI level divider. The XML definition filename and also the Python helper should match the CLI node. Example: set interfaces ethernet -> interfaces_ethernet.xml.in set interfaces bond -> interfaces_bond.xml.in set service dhcp-server -> service_dhcp-server-xml.in | |||
