Files
RedBear-OS/src
Red Bear OS afae337004 relibc: add CRTSCTS and TIOCM serial port constants for Redox
- termios/redox.rs: CRTSCTS hardware flow control flag
- sys_ioctl/redox/mod.rs: TIOCM_LE/DTR/RTS/ST/SR/CTS/CAR/CD/RNG/RI/DSR
  modem line constants, TIOCMGET/TIOCMSET ioctl numbers

These enable qtserialport to compile without source-mutating python
injections that wrap serial port code in #ifdef guards.
2026-07-10 14:26:12 +03:00
..