Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serial: fixes, more tests and docstrings. #3

Open
wants to merge 7 commits into
base: serial
Choose a base branch
from
Open

serial: fixes, more tests and docstrings. #3

wants to merge 7 commits into from

Commits on Jan 1, 2020

  1. serial: port to nMigen v0.1.

    Jean-François Nguyen committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    45f0ac9 View commit details
    Browse the repository at this point in the history
  2. serial: fix bit order of received data.

    Jean-François Nguyen committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    5729e89 View commit details
    Browse the repository at this point in the history
  3. serial: fix AsyncSerial() parameter passing.

    Jean-François Nguyen committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    c6f6740 View commit details
    Browse the repository at this point in the history
  4. serial: fix receiver sampling period.

    Jean-François Nguyen committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    47692a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. serial: fix transmitter period. Add tests.

    Jean-François Nguyen committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    4f03457 View commit details
    Browse the repository at this point in the history
  2. serial: add check for invalid divisor values.

    This is a best-effort attempt. The clock divisor signal can still be set to an
    invalid value during operation.
    Jean-François Nguyen committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    8022ac1 View commit details
    Browse the repository at this point in the history
  3. serial: add docstrings.

    Jean-François Nguyen committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    d8581e7 View commit details
    Browse the repository at this point in the history