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

Update parse_options to use argparse instead of the deprecated optparse. #64

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

Commits on Jul 12, 2015

  1. Update parse_options to use argparse instead of the deprecated optparse.

    Fix 'extra_options' so that meaningful and complete command line options
    can be added on invocation.
    stevenj committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    4355874 View commit details
    Browse the repository at this point in the history
  2. Update fabricate.py

    Remove extraneous test print statement
    stevenj committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    6232b19 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2015

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

Commits on Jun 7, 2018

  1. Upstream Merge

    stevenj committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    409f318 View commit details
    Browse the repository at this point in the history
  2. cleanup python3/2 mess only support python 3.4+

    base runner class missing _builder.  add init for it and
    propogate changes to subclasses to call base class init.
    refix args after I broke it during upstream merge.
    stevenj committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    0e52b5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5531d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8383d5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43465df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e7294a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Add utility scripts

    stevenj committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    c63bb12 View commit details
    Browse the repository at this point in the history
  2. Various code changes

    stevenj committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    45a2b58 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Configuration menu
    Copy the full SHA
    58e407d View commit details
    Browse the repository at this point in the history
  2. Correct linter problems

    add ability to generate BIN files and UF2 files for bootloader
    stevenj committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    9b53813 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. fix lint issue with docstring

    stevenj committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    aeeace3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

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

Commits on Aug 26, 2020

  1. Update README.md

    stevenj authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    7b6a6e0 View commit details
    Browse the repository at this point in the history