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

2.1.0-follow-up master drop #2055

Merged
merged 30 commits into from
Aug 10, 2017
Merged

2.1.0-follow-up master drop #2055

merged 30 commits into from
Aug 10, 2017

Commits on May 21, 2017

  1. Configuration menu
    Copy the full SHA
    e7f0639 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dae523 View commit details
    Browse the repository at this point in the history
  3. Removed wifi station event monitor (#1900)

    The following functions were removed:
     - `wifi.sta.eventMonReg()`
     - `wifi.sta.eventMonStart()`
     - `wifi.sta.eventMonStop()`
     
    The corresponding documentation has also been removed
    
    This PR addresses issue #1893
    dnc40085 authored and marcelstoer committed May 21, 2017
    Configuration menu
    Copy the full SHA
    7b1f022 View commit details
    Browse the repository at this point in the history
  4. Add event callbacks to wifi.sta.config() and wifi.ap.config() and more (

    #1903)
    
    * Add event callbacks to wifi.sta.config() and wifi.ap.config() and more
    
    Added option to register event callbacks during configuration of both
    station and AP.
    Added option to register event callbacks to `wifi.sta.connect()` and
    `wifi.sta.disconnect()`
    
    * Add note about event registration to wifi module documentation
    
    Other minor changes to wifi documentation are also included
    
    * Add more detail to documentation for wifi.sta.config()
    dnc40085 authored and marcelstoer committed May 21, 2017
    Configuration menu
    Copy the full SHA
    169cb69 View commit details
    Browse the repository at this point in the history
  5. Add mcp4725 module (#1966)

    dnc40085 authored and marcelstoer committed May 21, 2017
    Configuration menu
    Copy the full SHA
    e90ffb4 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

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

Commits on May 25, 2017

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

Commits on Jun 18, 2017

  1. Only handle errors if we have not parsed a complete object (#1999)

    * Only handle errors if we have not parsed a complete object
    * Fix typo which means that \n was not an ending character
    pjsg authored and marcelstoer committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    438f160 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

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

Commits on Jun 20, 2017

  1. backport fix for espressif/esp-idf#631 (#2006)

    * backport fix for espressif/esp-idf#631
    * remove code from intermediate fix
    devsaurus authored and marcelstoer committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    435a4cf View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

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

Commits on Jun 27, 2017

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

Commits on Jun 28, 2017

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

Commits on Jun 29, 2017

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

Commits on Jul 1, 2017

  1. Call HTTP callback in all cases (#2020)

    * fix 2007 Call callback in all cases, call callback with errorcode -1 if no connection could be establioshed
    * change logging from ERR to DEBUG
    * make debug output more clear (hopefully)
    * add handling of errors to docs, note error handling on every call instead of only in the main documentation
    HHHartmann authored and marcelstoer committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    15b4fa2 View commit details
    Browse the repository at this point in the history
  2. Add missing period

    marcelstoer committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    4ce2d68 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Add check for unresolved-but-unused symbols at build.

    From what I can tell they *should* be harmless, but I'd rather we keep a
    neat house in the first place.
    jmattsson committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    2061167 View commit details
    Browse the repository at this point in the history
  2. Cleaned up sjson module build.

    - Move jsonsl build to regular library build rather than #include the .c file
    - Provide wrappers for malloc/calloc/free to fix undefined symbol warnings.
    jmattsson committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    ea4d337 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2017

  1. Merge pull request #2024 from DiUS/sjson_undefined_symbol_fix

    Sjson undefined symbol fix
    jmattsson authored Jul 4, 2017
    Configuration menu
    Copy the full SHA
    0c315ed View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

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

Commits on Jul 7, 2017

  1. Try to fix the blocksize issues

    pjsg committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    761c9df View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2017

  1. Modify wifi.sta.get*config() to return AP's MAC (#2026)

    * Modified wifi.sta.get*config() to return AP's MAC even if bssid_set==0
    * Improved documentation for wifi.sta.getapinfo, fixes #2025
    dnc40085 authored and marcelstoer committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    2e33abe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9edcce5 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Merge pull request #2038 from pjsg/spiffs-blocksize

    Fix the SPIFFS blocksize issues
    jmattsson authored Jul 12, 2017
    Configuration menu
    Copy the full SHA
    864bcdb View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Add tracking and control of the rate error in the clock crystal. (#1697)

    * Improve RTC timekeeping -- includes clock rate tracking
    * Improved division by 1M
    * Fix crash in sntp
    * Disable RTC debug
    * Get the offset correct
    * Add comments on where the mysterious numbers came from
    * Fix a crash with auto repeat mode and errors on repeat
    pjsg authored and marcelstoer committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    d93465c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Fixed alignment assumptions in SHA2 update. (#2034)

    Unaligned loads are a no-no on many architectures, the ESP8266 included.
    jmattsson authored and marcelstoer committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    e09e830 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2017

  1. Fix typo in code sample (#2063)

    wolfg1969 authored and marcelstoer committed Aug 5, 2017
    Configuration menu
    Copy the full SHA
    61562b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    295e640 View commit details
    Browse the repository at this point in the history
  3. fix for travisCI

    dnc40085 committed Aug 5, 2017
    Configuration menu
    Copy the full SHA
    c9e8621 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2064 from dnc40085/dev_disable_pmsleep_and_timer_…

    …suspend
    
    Comment out pmsleep and timer_suspend options in user_config.h
    TerryE authored Aug 5, 2017
    Configuration menu
    Copy the full SHA
    fee5608 View commit details
    Browse the repository at this point in the history