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

Fix boards-manager install issues on Linux and Windows #5898

Merged
merged 12 commits into from
Apr 10, 2019

Commits on Mar 20, 2019

  1. Fix packaged python paths for Windows

    Fixes esp8266#5881
    
    The path to python.exe on Windows needs to change depending on whether
    it is installed via the boards manager or GIT (similar to the compiler
    paths).  Adjust accordingly.
    earlephilhower committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    33fa64c View commit details
    Browse the repository at this point in the history
  2. Add python-placeholder to make boardsmanager happy

    An empty "python" directory will be created by the boards-manager
    installer.  Required because all archs need all tools defined.
    earlephilhower committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    b3798c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2211bf View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Fix esptool windows python path

    Fixes a typo in the python path for Windows for upload.
    earlephilhower committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    d851ba6 View commit details
    Browse the repository at this point in the history
  2. Fix esptool windows python path

    Fixes a typo in the python path for Windows for upload.
    earlephilhower committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    650c8c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e01105 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3273633 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c90af51 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

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

Commits on Mar 28, 2019

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

Commits on Apr 9, 2019

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

Commits on Apr 10, 2019

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