- 24 Oct, 2016 1 commit
-
-
Marcel Stör authored
-
- 21 Sep, 2016 1 commit
-
-
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)
-
- 06 Sep, 2016 1 commit
-
-
Marcel Stör authored
-
- 05 Sep, 2016 1 commit
-
-
Arnim Läuger authored
* Add FatFs * enable BUILD_FATFS for all-module build * push vfs into rest of firmware * align maximum filename length * increase timeout for acmd41 during card initialization * switch from DOS to Unix path semantics chdrive() is substituted by chdir() * update to fatfs R.012a incl. patches 1-6 * add callback for rtc provisioning in file * update docs
-
- 14 Aug, 2016 1 commit
-
-
Arnim Läuger authored
-
- 22 Jul, 2016 1 commit
-
-
Arnim Läuger authored
-
- 13 Jul, 2016 1 commit
-
-
Arnim Läuger authored
-
- 26 Jun, 2016 1 commit
-
-
moononournation authored
* update esptool.py to v1.2-dev * add 64 Mbit and 128 Mbit support
-
- 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
-
- 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 ...
-
- 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
-