- 12 Oct, 2022 1 commit
-
-
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...
-
- 16 Jun, 2022 1 commit
-
-
Joo Aun Saw authored
-
- 21 Aug, 2021 1 commit
-
-
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.
-
- 15 Jul, 2021 1 commit
-
-
Johny Mattsson authored
Yet to come: - part 2: dealing with deprecated and removed APIs - part 3: making it actually work again
-
- 27 Jul, 2020 1 commit
-
-
Javier Peletier authored
-
- 22 Jul, 2019 1 commit
-
-
Johny Mattsson authored
* Port LFS from ESP8266 to ESP32
-
- 22 Apr, 2019 1 commit
-
-
Arnim Läuger authored
* remove toolchains submodule * remove toolchains dir * download precompiled toolchain from https://github.com/jmattsson/esp-toolchains/releases * remove toolchain target delete toolchain with clean target * avoid bash syntax
-
- 07 Oct, 2018 1 commit
-
-
devsaurus authored
-
- 31 Mar, 2018 1 commit
-
-
devsaurus authored
-
- 13 Jun, 2017 2 commits
- 24 Apr, 2017 1 commit
-
-
Johny Mattsson authored
-
- 02 Mar, 2017 1 commit
-
-
Johny Mattsson authored
Using new BATCH_BUILD flag for CI build.
-
- 15 Sep, 2016 1 commit
-
-
Johny Mattsson authored
-
- 25 Jun, 2016 1 commit
-
-
Johny Mattsson authored
-
- 10 Mar, 2016 1 commit
-
-
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
-
- 20 Feb, 2016 1 commit
-
-
devsaurus authored
-
- 16 Nov, 2015 1 commit
-
-
Marcel Stör authored
Fixes #756
-
- 03 Nov, 2015 2 commits
- 12 Oct, 2015 1 commit
-
-
Johny Mattsson authored
Note: this is the non-standalone build, excluding the SDK.
-
- 02 Jul, 2015 2 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
-
- 24 Jun, 2015 1 commit
-
-
Marcel Stör authored
-
- 23 Jun, 2015 1 commit
-
-
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.
-
- 25 Mar, 2015 1 commit
-
-
HuangRui authored
-
- 09 Feb, 2015 1 commit
-
-
zeroday authored
-
- 06 Feb, 2015 1 commit
-
-
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.
-
- 23 Jan, 2015 1 commit
-
-
funshine authored
-
- 10 Jan, 2015 2 commits
-
-
funshine authored
-
Simon John authored
Uses the new elf2image features of esptool.py to do away with the myriad of shell scripts and binaries. Fixed permissions on esptool.py
-
- 09 Jan, 2015 1 commit
-
-
funshine authored
-
- 05 Jan, 2015 1 commit
-
-
funshine authored
-
- 22 Dec, 2014 2 commits
-
-
Simon John authored
-
funshine authored
-