5 ms·
Come on, it's the first alpha. If you _need_ it, I'm sure they wouldn't mind you contributing a driver to check it off this page: https://github.com/AsahiLinux/
by Raymonf 5y ago
Come on, it's the first alpha. If you _need_ it, I'm sure they wouldn't mind you contributing a driver to check it off this page: https://github.com/AsahiLinux/docs/wiki/Tasks https://github.com/AsahiLinux/docs/wiki/Tasks
- deleted 5y ago[deleted]
- DougMellon 5y agoAny suggestions for a good way to learn driver development?
- rowanG077 5y agoIt's not that different from any other C development. If you know C you can basically hit the ground running. Just read the sources.
- zozbot234 5y agoIf low-level embedded coding "is not different from any other C development", that's not really a positive remark about C. No wonder that software defects are so common in C code.
- tedunangst 5y agoWhat are you expecting to be so different? You call the right functions with the right arguments to get it to do what you want. What language do you use that you can program by calling the wrong function with the wrong arguments?
- floatboth 5y agoThat's if working from documentation. With independent FOSS driver development, the big deal is the reverse engineering.