Commit fc8181c
committed
RFC #60: address some feedback.
- do not enforce a divisor encoding (besides being 16 bits).
- fix signature direction (the peripheral drives the interface).
- do not use abbreviated names (`rdy` is renamed to `ready`, etc).
- rename `Enable` to `Control` and add ResR0W0 padding bits.
- clarify the behavior of `Control.enable` values (0 and 1).
- reorder registers (`Status` now follows `Control`).
- rename `data_bits` to `symbol_width` and `data` to `symbol`.
- `symbol_width` must be a positive integer.1 parent eb38d71 commit fc8181c
File tree
8 files changed
+111
-89
lines changed- text
- 0000-soc-uart-peripheral
- 0060-soc-uart-peripheral
8 files changed
+111
-89
lines changedThis file was deleted.
Lines changed: 107 additions & 85 deletions
Large diffs are not rendered by default.
Loading
Lines changed: 1 addition & 1 deletion
Loading
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Loading
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Loading
0 commit comments