-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
- Loading branch information
Showing
8 changed files
with
111 additions
and
89 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
192 changes: 107 additions & 85 deletions
192
text/0000-soc-uart-peripheral.md → text/0060-soc-uart-peripheral.md
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
.../0000-soc-uart-peripheral/reg-divisor.svg → .../0060-soc-uart-peripheral/reg-divisor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
2 changes: 1 addition & 1 deletion
2
...000-soc-uart-peripheral/reg-rx-status.svg → ...060-soc-uart-peripheral/reg-rx-status.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
2 changes: 1 addition & 1 deletion
2
...000-soc-uart-peripheral/reg-tx-status.svg → ...060-soc-uart-peripheral/reg-tx-status.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.