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

Added active high polarity option for CS and ability to work with bi-… #86

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Feb 19, 2018

  1. Added active high polarity option for CS and ability to work with bi-…

    …directional data for MicroWire support
    sgoadhouse committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    6a85fd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. Configuration menu
    Copy the full SHA
    cae2290 View commit details
    Browse the repository at this point in the history
  2. Seperate test for MicroWire into its own test file since would never …

    …want to run the SPI tests, which use a different configuration, at the same time as the microwire test; Also fixed how cs_bits was being passed to SpiPort; Also changed cs_pol to a boolean with a better name, cs_act_hi
    sgoadhouse committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    baffc1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1b031b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f3bb95 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Updated SPI API documentation to show an example of accessing 93LC56B…

    … MicroWire EEPROM.
    Stephen Goadhouse committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    054acae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22bbdd9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Improved code to handle bi-directional data without needing to save s…

    …tate; fixed bug in read_word() in tests/microwire.py
    sgoadhouse committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    d630f77 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/eblot/pyftdi into spi-update

    Updating the upstream before updating the pull-request.
    sgoadhouse committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    83c1e56 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Make it so files are not executable world

    Goadhouse committed May 25, 2018
    Configuration menu
    Copy the full SHA
    229e048 View commit details
    Browse the repository at this point in the history