Re: UART question
Lloyd Parkes <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <9d0bfc4f17be9b6a5e77d8fc42bfe74bb28c49aa.camel@must-have-coffee.gen.nz> |
On Mon, 2025-07-07 at 20:03 +0000, Vincent DEFERT wrote: > Is there something special I should do to bind mesonuart0 to a device > under /dev? A quick check of the PC serial port support shows that it calls com_attach_subr(). Maybe that's the function you are looking for. Maybe it's a function that calls the function you are looking for. https://nxr.netbsd.org/ should help. Ngā mihi, Lloyd