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: smeenka/micropython-esp32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 236297f
Choose a base ref
...
head repository: micropython/micropython-esp32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2f4dac5
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 28, 2017

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

Commits on Nov 29, 2017

  1. esp32/modesp: Add osdebug() function to disable or change IDF logging.

    Code lineage:
    osdebug() is based loosely on the version in esp8266, but there didn't
    seem to be an obvious way of choosing a particular UART. The basic
    behavior is the same, though: provide None, and logging is disabled;
    provide an integer and logging is restored to the default level.
    
    To build on that, and because the IDF provides more functionality, a
    second parameter has now been implemented which allows the active log
    level to be set:
    
       esp.osdebug(uart[, level])
    
    The module has a corresponding set of LOG_ values to set this accordingly.
    ak15199 authored and dpgeorge committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    84035f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. README.md: update to indicate port merged back

    Nick Moore committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    aabbbf7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Add ISSUE_TEMPLATE.md and PULL_REQUEST_TEMPLATE.md.

    To direct users to the main MicroPython repository.
    dpgeorge committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    2f4dac5 View commit details
    Browse the repository at this point in the history
Loading