Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: micropython/webrepl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: micropython/webrepl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: wip
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 6, 2016

  1. webrepl_cli.py: Update "get file" protocol.

    "Get" protocol now requires receiving a lead byte from client before
    transferring each new packet with file contents. This makes it naturally
    non-blocking (while webrepl waits to receive this byte, MicroPython
    can execute other tasks).
    Paul Sokolovsky committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    de03010 View commit details
    Browse the repository at this point in the history
  2. webrepl.html: Update "get file" protocol.

    "Get" protocol now requires receiving a lead byte from client before
    transferring each new packet with file contents. This makes it naturally
    non-blocking (while webrepl waits to receive this byte, MicroPython
    can execute other tasks).
    Paul Sokolovsky committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    be88224 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    466ad57 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. webrepl.html: Add function to query uPy version via GET_VER.

    Currently this function is not used but it can be tested by running
    get_ver() at the JS console in the browser.
    dpgeorge committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    0221ce6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

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