1. 12 Oct, 2022 1 commit
    • Johny Mattsson's avatar
      Upgrade IDF to v4.4.2 · 38ccd7b2
      Johny Mattsson authored
      Slightly reworked embed_lfs.sh to better cope with attribute size changes
      in future compiler versions, without needing to be updated again.
      
      RMT register naming changed once again...
      38ccd7b2
  2. 16 Jun, 2022 1 commit
  3. 21 Aug, 2021 1 commit
    • Johny Mattsson's avatar
      Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch. · 17df207a
      Johny Mattsson authored
      Changes have been kept to a minimum, but a serious chunk of work was
      needed to move from 8266isms to IDFisms.
      
      Some things got refactored into components/lua/common, in particular
      the LFS location awareness.
      
      As part of this work I also evicted our partition table manipulation
      code, as with the current IDF it kept breaking checksums and rendering
      things unbootable, which is the opposite of helpful (which was the
      original intent behind it).
      
      The uart module got relocated from base_nodemcu to the modules component
      properly, after I worked out how to force its inclusion using Kconfig alone.
      17df207a
  4. 15 Jul, 2021 1 commit
  5. 27 Jul, 2020 1 commit
  6. 22 Jul, 2019 1 commit
  7. 22 Apr, 2019 1 commit
  8. 07 Oct, 2018 1 commit
  9. 31 Mar, 2018 1 commit
  10. 13 Jun, 2017 2 commits
  11. 24 Apr, 2017 1 commit
  12. 02 Mar, 2017 1 commit
  13. 15 Sep, 2016 1 commit
  14. 25 Jun, 2016 1 commit
  15. 10 Mar, 2016 1 commit
    • philip's avatar
      Adds support for verifying the certificate offered by an SSL server. · 501bd1fb
      philip authored
      Squashed commit of the following:
      
      commit 4439b8c45192f6dee1222df78bbb59f74509e0ee
      Author: philip <philip@gladstonefamily.net>
      Date:   Sun Mar 6 20:23:21 2016 -0500
      
          Fix the ignore
      
      commit a07ee5acdf91286607c3e2dce128c9b8bfd7bd80
      Author: philip <philip@gladstonefamily.net>
      Date:   Sun Mar 6 20:20:41 2016 -0500
      
          Remove uneeded stuff
      
      commit b3604ace92fc13b30161d385c354b0f1c5fe4046
      Author: philip <philip@gladstonefamily.net>
      Date:   Sun Mar 6 20:15:26 2016 -0500
      
          Remove client cert auth
      
      commit 6e48c633569630736a986cd07a59a12de954391e
      Author: philip <philip@gladstonefamily.net>
      Date:   Sun Mar 6 20:11:42 2016 -0500
      
          More cleanup
      
      commit d40eade405ef071d0d1b60d038566b5b8f2cafa3
      Author: philip <philip@gladstonefamily.net>
      Date:   Sat Mar 5 10:56:56 2016 -0500
      
          Move to almost working version
      
      commit 1860a2d90afa94461c53bd41251d4870d6527f9d
      Author: philip <philip@gladstonefamily.net>
      Date:   Fri Mar 4 08:04:09 2016 -0500
      
          Changed the naem to server-ca.crt
      
      commit e7a315660843273fe62943b7fe8ee6c0541dada2
      Author: philip <philip@gladstonefamily.net>
      Date:   Thu Mar 3 21:16:26 2016 -0500
      
          Update gitignores
      
      commit 2b037d185c396209b64381399c40821c15e1840e
      Author: philip <philip@gladstonefamily.net>
      Date:   Thu Mar 3 08:56:17 2016 -0500
      
          Getting better
      
      commit 763255cffba8e279158cd7f43391a3573efdeca8
      Author: philip <philip@gladstonefamily.net>
      Date:   Wed Mar 2 22:28:21 2016 -0500
      
          Works a bit better
      
      commit a38325d1a47dbad255cb3e681da8415e8cf699ea
      Author: philip <philip@gladstonefamily.net>
      Date:   Wed Mar 2 09:11:04 2016 -0500
      
          First building version
      
      commit 4aef13da33470ed954f2eaf5f7ac0ac3dcdf3774
      Merge: 180e147 ebb0c333
      Author: philip <philip@gladstonefamily.net>
      Date:   Tue Mar 1 22:03:06 2016 -0500
      
          Merge remote-tracking branch 'upstream/dev' into ssl-client
      
      commit 180e147c1abdcf4046ad9be9b3c1a48f4a875312
      Author: philip <philip@gladstonefamily.net>
      Date:   Sun Feb 28 21:34:21 2016 -0500
      
          Missing files from espressif
      
      Try to imporve layout
      
      Align the file names with the contents
      
      Missing file
      
      Review comments
      
      More review coments
      501bd1fb
  16. 20 Feb, 2016 1 commit
  17. 16 Nov, 2015 1 commit
  18. 03 Nov, 2015 2 commits
  19. 12 Oct, 2015 1 commit
  20. 02 Jul, 2015 2 commits
  21. 24 Jun, 2015 1 commit
  22. 23 Jun, 2015 1 commit
    • Johny Mattsson's avatar
      Move constants to ROM. Frees up 16k+ of RAM. · b0f9788a
      Johny Mattsson authored
      Accessing 8bit and 16bit constants from ROM rather than RAM comes with a
      performance cost, as these loads go through the load/store exception
      vector. Any performance critical constants can be forced back into RAM
      as RAM_CONST_ATTR.
      
      The entry point has changed from call_user_start() to user_start_trampoline()
      in order for the exception handler to be installed early enough.
      b0f9788a
  23. 25 Mar, 2015 1 commit
  24. 09 Feb, 2015 1 commit
  25. 06 Feb, 2015 1 commit
    • Lukas Schauer's avatar
      Use python2 instead of python(2/3) · 40874baa
      Lukas Schauer authored
      On modern systems "python" refers to python3, and the script won't work, so I suggest changing it to python2 with this patch.
      
      This patch shouldn't break compatibility with older systems.
      40874baa
  26. 23 Jan, 2015 1 commit
  27. 10 Jan, 2015 2 commits
  28. 09 Jan, 2015 1 commit
  29. 05 Jan, 2015 1 commit
  30. 22 Dec, 2014 2 commits