Skip to content

Add option to install the Arduino IDE in portable mode #2

@per1234

Description

@per1234

Benefits:

  • Avoid the different installed IDE versions from interfering with each other by altering the shared files in the .arduino15 folder. Currently I can't use 1.6.2 with other versions due to interference so portable mode would solve that.
  • Allow Boards Manager/Library Manager installations to be tested with specific IDE versions, rather than the newest installed version only. This will be the most important for testing Boards Manager JSON files for 3rd party hardware packages.

Drawbacks:

  • Hardware packages can not be shared among IDE versions. This could significantly increase build time if packages with large tools need to be installed for multiple IDE versions.
  • I will need to add IDE version list/range arguments to install_package and install_library, which will be difficult as they already have optional parameters.

To do:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions