imxrt-rs/imxrt-hal

Support additional UART configurations

mciantyre opened this issue · 0 comments

We support 8N1, 8E1, and 8O1 UART configurations. But, the peripheral could support more settings, such as 7 bits or 9 bits of data, and double stop bits.

This is a tracking issue for supporting additional serial configurations. Additional configurations could include

  • 7O1
  • 7E1
  • 9N1
  • 9E1
  • 9O1
  • double stop bits

(Manually migrated from mciantyre/teensy4-rs#35)