uart 3.0.1

A clean implementation of the UART_16550 device functionality.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
version: 2
updates:
  # Enable crate version updates for the main crate
  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      interval: "weekly"
  # Enable version updates for Github Actions
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"