Skip to content

Release v0.4.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 06:19
· 17 commits to master since this release
0.4.1

0.4.1 (2022-04-13)

New

  • Add tox file plus (really) basic cleanup. [Stephen L Arnold]

    • definitely a bug in ini file handling; hex files look okay
    • ini file output produces duplicate buad rate (first line)

Other

  • Bump python workflow matrix to 3.10. [Stephen L Arnold]

  • Merge pull request #24 from VCTLabs/fixes. [Steve Arnold]

    tool automation, misc fixes, doc updates

  • Add device ID table to readme, update .gitattributes. [Stephen L Arnold]

  • Cleanup pylint workflow, keep badges branch clean, update readme/add status. [Stephen L Arnold]

  • Add one more test func for stdout, cleanup tox and reqs files. [Stephen L Arnold]

  • Always write output files with newlines (windows likes CRs in stdout) [Stephen L Arnold]

    • test binary mode for stdout stream
    • cleanup/re-enable windows ci jobs
  • Fix some warnings, apply (modified) black format, update tool cfgs. [Stephen L Arnold]

  • File and whitespace cleanup (via pre-commit hooks) [Stephen L Arnold]

  • Switch to setuptools, closes: #17. [Stephen L Arnold]

  • Update readme, requirements, and tox files, add usb script. [Stephen L Arnold]

    • add simple test script to read/display properties
  • Move version/license vars to init, move the metadata to setup.cfg. [Stephen L Arnold]

    • set version in one place only => cp210x/init.py
    • add/use metadata attributes in setup.cfg, remove from setup.py
  • Rename script to have .py extension, bump version to current. [Stephen L Arnold]

  • Add .gitignore file, remove stale .doap file from MANIFEST.in. [Stephen L Arnold]

  • Merge pull request #22 from VCTLabs/packaging. [S. Lockwood-Childs]

    Packaging

  • Doc: initial readme updates and conversion to rst format. [Stephen L Arnold]

  • Merge pull request #14 from johoelzl/patch-1. [Steve Arnold]

  • README: remove outdated maintainer address. [Johannes Hölzl]

    Remove my email address. I still get emails asking about the software, but I don't have any CP210x since ~10 years.

    It is nice to see that this project still worked on!

  • Merge pull request #21 from Hedda/patch-2. [Steve Arnold]

    Add link to original cp210x-program project

  • Add link to original cp210x-program project. [Hedda]

    Add link to original cp210x-program project

  • Merge pull request #12 from guidoschreuder/master. [S. Lockwood-Childs]

    FIX error: 'TypeError: can only concatenate str (not "bytes") to str'

  • FIX error: 'TypeError: can only concatenate str (not "bytes") to str' [Guido Schreuder]

  • Merge pull request #7 from twischer/fix_concat_str_bytes. [S. Lockwood-Childs]

    cp210x: Provide baud rate table as bytearray to pyusb

  • Cp210x: Provide baud rate table as bytearray to pyusb. [Timo Wischer]

  • Merge pull request #5 from twischer/fix_pyusb_ctrl_transfer_return. [S. Lockwood-Childs]

    cp210x: Convert return of pyusb.ctrl_transfer to bytearray

  • Cp210x: Convert return of pyusb.ctrl_transfer to bytearray. [Timo Wischer]

  • Merge pull request #10 from VCTLabs/fix-ini-format. [S. Lockwood-Childs]

    fix format of sample ini files

  • Fix format of sample ini files. [S. Lockwood-Childs]

    • get rid of duplicate line, which made ConfigParser throw an exception

    • get rid of leading spaces, which made ConfigParser interpret
      those entries as being additional lines in a multi-line value
      for 120000 entry

  • Merge pull request #8 from twischer/fix_config_inline_comment. [S. Lockwood-Childs]

    ini: Allow inline comments

  • Ini: Allow inline comments. [Timo Wischer]

  • Merge pull request #6 from twischer/readme_debian. [S. Lockwood-Childs]

  • README: Provide command to install dependencies. [Timo Wischer]

    for debian based systems