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/micropython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 79abdad
Choose a base ref
...
head repository: shawwwn/micropython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 21e3426
Choose a head ref
  • 12 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 10, 2018

  1. Add protocol to network.WLAN.config and LR constant.

    (cherry picked from commit 00b709d2c0846b76d2b8614df39ff160e1044011)
    nickzoic authored and shawwwn committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    7fbad16 View commit details
    Browse the repository at this point in the history
  2. ... start on espnow

    (cherry picked from commit 6177511a5a4c5cd0ea25e7bd6999fa8c7353372e)
    nickzoic authored and shawwwn committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    5926660 View commit details
    Browse the repository at this point in the history
  3. use freertos queue for esp now

    (cherry picked from commit 0918f0516f6906d167c3deed101cff9c993db2a8)
    nickzoic authored and shawwwn committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    1854d05 View commit details
    Browse the repository at this point in the history
  4. Switch to callbacks for send/recv

    (cherry picked from commit 3036a8bcacca75300010e0e1ceec9f20c3880023)
    nickzoic authored and shawwwn committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    b0b462f View commit details
    Browse the repository at this point in the history
  5. clean up conflicts

    shawwwn committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    0ea5a37 View commit details
    Browse the repository at this point in the history
  6. revert makefile

    shawwwn committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    2aa0694 View commit details
    Browse the repository at this point in the history
  7. espnow makefile

    shawwwn committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    38e23fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43dd1c6 View commit details
    Browse the repository at this point in the history
  9. revamp espnow, add workarounds for IDF bugs

    workarounds:
    
    * esp_now_send() will send from whatever IF that is active/available
    * esp_now_mod_peer() will not crash the system
    shawwwn committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    6a45bbd View commit details
    Browse the repository at this point in the history
  10. add espnow for esp8266

    shawwwn committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    8724967 View commit details
    Browse the repository at this point in the history
  11. move libespnow.a to irom

    shawwwn committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    4e26efa View commit details
    Browse the repository at this point in the history
  12. copyright info

    shawwwn committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    21e3426 View commit details
    Browse the repository at this point in the history
Loading