1. 02 Dec, 2018 2 commits
    • Verkehrsrot's avatar
      bugfix lopy/pins_arduino.h (#2135) · 8aa6e2e1
      Verkehrsrot authored
      Correction of Pin A14 that was double defined.
      8aa6e2e1
    • Arjan Filius's avatar
      Fixed Arduino SPI/Ethernet compile issue as described in issue #1623 (#2136) · b5f31701
      Arjan Filius authored
      * #1623, implementing suggested change
      
      Splitted suggested fix issue #1623 in a header and source part. Dit not completely dive into the code.
      Giving data twice as parameter feels wrong, but it compiles, and i can succesfully use the W5500 with SPI with this fix.
      Doesn't compile without.
      
      * #1623, implementing suggested change SPI.h/cpp
      
      Splitted suggested fix issue #1623 in a header and source part. Dit not completely dive into the code.
      Giving data twice as parameter feels wrong, but it compiles, and i can succesfully use the W5500 with SPI with this fix.
      Doesn't compile without.
      b5f31701
  2. 01 Dec, 2018 1 commit
  3. 30 Nov, 2018 1 commit
  4. 29 Nov, 2018 1 commit
    • Luc's avatar
      Clean warnings when all warning enabled (#2112) · ce340faf
      Luc authored
      * Clean warnings when all warning enabled
      
      Not used variables / functions due to debug log
      
      Dual define with different values :
      cores\esp32/binary.h
      #define B110 6
      #define B1000000 64
      
      tools/sdk/include/newlib/sys/termios.h
      #define B110        3
      #define B1000000   23
      
      Local variable returned in WiFiclient Secure
      
      * change due to deprecated function
      
      * Update with proper variable and label
      
      * Update esp32-hal-i2c.c
      
      * Apply changes requested
      
      * Fix warnings due to #define conflict thanks @atanisoft
      ce340faf
  5. 28 Nov, 2018 4 commits
  6. 27 Nov, 2018 9 commits
  7. 26 Nov, 2018 6 commits
  8. 19 Nov, 2018 16 commits