rp-hal-boards/rp2040-hal/src/uart
Jan Niehusmann f67b650bb3
Remove some unused fields from UartPeripheral and Reader (#315)
* Remove unused field `effective_baudrate` from uart code

* Remove unused field `config` from uart code
2022-03-18 20:57:45 +11:00
..
common_configs.rs Split uart in separate files, introduced a typesystem constraint for valid UART pin configurations 2021-12-25 09:45:45 +01:00
mod.rs Fixed failing doctest 2021-12-25 09:49:32 +01:00
peripheral.rs Remove some unused fields from UartPeripheral and Reader (#315) 2022-03-18 20:57:45 +11:00
pins.rs Constraint the uart::pin:: traits to UartDevice 2021-12-25 09:45:57 +01:00
reader.rs Remove some unused fields from UartPeripheral and Reader (#315) 2022-03-18 20:57:45 +11:00
utils.rs Set the uart config default baud rate to 115200 2022-01-18 17:28:13 +01:00
writer.rs Using thread send safe UART* marker, as suggested by @danielzfranklin in #Issue-284 (#314) 2022-03-18 20:56:27 +11:00