mirror of
https://github.com/apache/nuttx.git
synced 2026-09-09 10:26:37 +00:00
configs/z80sim and xtrs: Serial driver lower halfs ioctl methods should return a negated errno value, not set the errno variable.
drivers/wireless: CC1101 driver not permitted to set errno.
drivers/sensors: LIS331DL driver not permitted to set errno.
drivers/lcd: ILI9341 initialize method not permitted to set errno,
drivers/serial: 16550 UART driver IOCTL method must not set errno; it must return a negated errno value.
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Make.defs | ||
| Makefile | ||
| xtr_irq.c | ||
| xtr_lowputc.c | ||
| xtr_serial.c | ||
| xtr_timerisr.c | ||
| xtrs_head.asm | ||