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

Teensy Compatibility #142

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

Commits on Feb 15, 2015

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

Commits on Feb 17, 2015

  1. Bugfix: load_arduino_style_settings now correctly imports settings va…

    …lues that contain the = character.
    Dave Newson committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    5fe7337 View commit details
    Browse the repository at this point in the history
  2. Bugfix: Added double quotes around avrdude target paths, for compatib…

    …ility with windows drive references containing colons.
    Dave Newson committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    566261c View commit details
    Browse the repository at this point in the history
  3. Bugfix: load_arduino_style_settings can now handle variable keys incl…

    …uding regex symbols. Swapped second regex match for SUBSTRING.
    Dave Newson committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    be561ab View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2015

  1. Merge branch 'windows-drive-name-compatibility' into teensy-compatibi…

    …lity
    Dave Newson committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    c25fcd1 View commit details
    Browse the repository at this point in the history
  2. Added: Ability to pick between AVRDUDE and TEENSY_LOADER_CLI uploader…

    …s using LOADER option
    
    Added: print_teensy_modes(board_id) to list available modes
    Added: print_teensy_modes(board_id MODE mode_id) to list specific modes options
    Added: Detection of the Teensy SDK (loader specifically) on initialisation
    Added: Ability for Teensy mode options (speed, keys, usb) to be set in configuration, as comparable with Arduino IDE options for Teensy.
    Added: Support for missing build option flags (<board_id>.build.optionX) required for Teensy.
    Dave Newson committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    3f9d540 View commit details
    Browse the repository at this point in the history
  3. Bugfix: User-specified LOADER parameter now works correctly.

    Added: Documentation to readme for teensy compatibility
    Dave Newson committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    b971c51 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

  1. Change: Some documentation fixed for Teensy.

    Dave Newson committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    4231b90 View commit details
    Browse the repository at this point in the history