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

Serial.availableForWrite() and Serial.blockOnOverrun() implementation, USB Serial fixes for STM32F2 #812

Merged
merged 10 commits into from
Mar 10, 2016

Commits on Jan 15, 2016

  1. Serial.availableForWrite() and Serial.blockOnOverrun() implementation…

    … and USB Serial fixes for STM32F2
    avtolstoy committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    30589c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

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

Commits on Jan 21, 2016

  1. flush() implemntation for USB Serial on STM32F2, proper detection of …

    …USB serial port state (open/closed)
    avtolstoy committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    431bf44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88ecb24 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2016

  1. Configuration menu
    Copy the full SHA
    4740831 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/develop' into serialfixes

    Conflicts:
    	hal/inc/hal_dynalib_usart.h
    	user/tests/wiring/api/wiring.cpp
    	wiring/src/spark_wiring_usartserial.cpp
    avtolstoy committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    6c97bd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Configuration menu
    Copy the full SHA
    c8fa49a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/develop' into serialfixes

    Conflicts:
    	wiring/inc/spark_wiring_usbserial.h
    avtolstoy committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    5985028 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2016

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

Commits on Feb 10, 2016

  1. USARTs should be flushed before going into STOP mode as busy USART mi…

    …ght prevent CPU from entering WFI
    avtolstoy committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    3f495bf View commit details
    Browse the repository at this point in the history