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

Support numpy and float data types in MMIO read/write #1332

Closed

Commits on Jan 29, 2022

  1. Configuration menu
    Copy the full SHA
    a7dc4d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Add support for floating point numbers

    - Support write/read floating point numbers
    - Merge write functionality in a single method
    Mario Ruiz committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    0cd7129 View commit details
    Browse the repository at this point in the history
  2. Add check for float and length

    Mario Ruiz committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    d8880e2 View commit details
    Browse the repository at this point in the history
  3. Update test to include numpy and float data types

    Mario Ruiz committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    993d1ac View commit details
    Browse the repository at this point in the history
  4. Pass length and **kwargs to the MMIO object

    Mario Ruiz committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    0f30944 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    2e8b909 View commit details
    Browse the repository at this point in the history
  2. Add test for writing unsupported datatype

    Mario Ruiz committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    ffac83a View commit details
    Browse the repository at this point in the history