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

Allow ESP32 boards to work with Visual studio extension #108

Merged
merged 5 commits into from
Jan 4, 2018
Merged

Allow ESP32 boards to work with Visual studio extension #108

merged 5 commits into from
Jan 4, 2018

Commits on Dec 29, 2017

  1. Allow all Serial Ports to be connected for ESP32 boards

    Removed the check for "STM32 STLINK" com port name.
    Found that sometimes when connecting boards receieved a  Device error which was causing a NotImplemented Exception and stopped.
    AdrianSoundy committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    5ce18d2 View commit details
    Browse the repository at this point in the history
  2. Force Serial port to 8 data bits

    On some boards it defaults to 7 data bits
    
    Signed-off-by: Adrian Soundy <adriabsoundy@gmail.com>
    AdrianSoundy committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    271daec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d348ca View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Added comment back in as per review

    Also found another place where device is set up.
    AdrianSoundy committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    9032ac2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    351ba52 View commit details
    Browse the repository at this point in the history