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: espressif/esp-idf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: asksyllable/esp-idf-fork
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 12 files changed
  • 4 contributors

Commits on Feb 6, 2019

  1. update mbedtls remote

    nkov committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    5ad7d4f View commit details
    Browse the repository at this point in the history
  2. update modules

    nkov committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    22f9f29 View commit details
    Browse the repository at this point in the history
  3. provisioning

    nkov committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    8e1fc05 View commit details
    Browse the repository at this point in the history
  4. remove logs

    nkov committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    ad8b90f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

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

Commits on Feb 11, 2019

  1. update mbedtls ref

    nkov committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    434d3a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b015cc3 View commit details
    Browse the repository at this point in the history
  3. sorted out proper way to include a project wide file in a component (…

    …using the component.mk in the project dir)
    iceman1194 committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    9010ae0 View commit details
    Browse the repository at this point in the history
  4. removed a now unneeded workaround function esp_http_client_set_post_l…

    …en(). esp-idf now properly handles post_len
    iceman1194 committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    5c9c006 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    a7f3002 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from asksyllable/provisioning

    provisioning
    nkov authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    410e15c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

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

Commits on Feb 21, 2019

  1. update handler limits

    nkov committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    ec623af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from asksyllable/handler-limit

    Update handler limits
    nkov authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    a83ecd4 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

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

Commits on Jun 19, 2019

  1. fix wild null pointer bug

    iceman1194 committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    9d147bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71e76dc View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

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

Commits on Dec 13, 2019

  1. C. Turner changed these to non-static to utilized persistent http con…

    …nection without having to use esp_http_client_perform()
    
    esp_err_t esp_http_client_request_send(esp_http_client_handle_t client, int write_len);
    esp_err_t esp_http_client_connect(esp_http_client_handle_t client);
    esp_err_t esp_http_client_prepare(esp_http_client_handle_t client);
    iceman1194 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    3a9d4b7 View commit details
    Browse the repository at this point in the history
Loading