- 30 Aug, 2020 1 commit
-
-
Marcel Stör authored
-
- 26 Jan, 2018 1 commit
-
-
Marcel Stör authored
Its cert chain is currently broken: https://www.ssllabs.com/ssltest/analyze.html?d=bbs.espressif.com wget and other tools therefore refuse to download the SDK.
-
- 04 Oct, 2016 1 commit
-
-
Jim Paris authored
The esp_init_data_default.bin is now extracted from the SDK (and its patch file, if present), and the contents are automatically embedded into user_main.o.
-
- 21 Sep, 2016 2 commits
-
-
Philip Gladstone authored
* Always build spiffsimg (and make it build) * Make sure that we have the offset before allowing the user to put it into the output filename * Fix the documentation and align the makefile with the docs * Clean up the docs a bit more * Revert to include building the 8mb size (for ESP8285) * Added a spiffsimg target that does what you would expect * Added support for HOSTCC (defaults to gcc)
-
Philip Gladstone authored
* Initial version of gdbstub support * Add DEBUG argument to Makefile to add more debug data and turn off -Os * Add the output redirection handling * Added documentation * Cleaned up the english a bit * Make gdboutput actually trap all the output * Review comments
-
- 06 Aug, 2016 1 commit
-
-
Erik Kunze authored
-
- 22 Jul, 2016 1 commit
-
-
Arnim Läuger authored
-
- 10 Jul, 2016 1 commit
-
-
Yury Popov authored
-
- 05 Jun, 2016 1 commit
-
-
Philip Gladstone authored
Fixes #1164 and thus also #1150, #1149, #1147 and #898. * Move to latest version of SPIFFS * Add SPIFFS porting layer for NodeMCU * Add option to delete output if it doesn't fit * Change FLASHSIZE to be in bits by default: default 4mb 32mb * Add SPIFFS_MAX_FILESYSTEM_SIZE override * Add notes on SPIFFS_FIXED_LOCATION * Add 1M boundary * Include the current version of the LICENSE
-
- 09 Apr, 2016 1 commit
-
-
Philip Gladstone authored
-
- 10 Mar, 2016 2 commits
-
-
Johny Mattsson authored
-
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
-
- 18 Feb, 2016 1 commit
-
-
philip authored
-
- 21 Jan, 2016 1 commit
-
-
Johny Mattsson authored
Plus associated fixes.
-
- 13 Jan, 2016 2 commits
-
-
philip authored
-
Philip Gladstome authored
-
- 11 Jan, 2016 1 commit
-
-
Johny Mattsson authored
Also bail out if trying to use the replacement libmain.a with a non-1.5.0 SDK.
-
- 10 Jan, 2016 1 commit
-
-
Johny Mattsson authored
-
- 23 Dec, 2015 1 commit
-
-
Johny Mattsson authored
Removed earlier TCP port randomisation fix - the new SDK has its own fix even though Espressif told me they wouldn't fix it. Yay?
-
- 12 Oct, 2015 3 commits
-
-
Johny Mattsson authored
Renamed the main linker script to make it clear it is customised for NodeMCU and not to be confused with the standard linker SDK linker scripts. Changed to using the eagle.rom.addr.v6.ld file from the SDK.
-
Johny Mattsson authored
-
Johny Mattsson authored
Leaving the linker scripts intact for now, as they're quite customised.
-
- 01 May, 2015 1 commit
-
-
cal authored
-
- 06 Feb, 2015 1 commit
-
-
Lukas Schauer authored
This allows setting the path to esptool.py as an option on make, allowing the use of alternative tools, or modified esptool.py versions.
-
- 02 Feb, 2015 1 commit
-
-
devsaurus authored
-
- 26 Jan, 2015 1 commit
-
-
Tuan PM authored
-
- 11 Jan, 2015 1 commit
-
-
Peter Magnusson authored
-
- 10 Jan, 2015 4 commits
-
-
Peter Magnusson authored
-
Peter Magnusson authored
Can now do make && make flash directly from root.
-
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
-
- 05 Jan, 2015 1 commit
-
-
HuangRui authored
-
- 22 Dec, 2014 1 commit
-
-
funshine authored
-