- 05 Nov, 2016 1 commit
-
-
Philip Gladstone authored
* Add load/dump/mix/power operations on the buffer object * Calculate the pixel value in mix and then clip to the range. * Fixed the two wrong userdata types * Added a couple more useful methods * Add support for shifting a piece of the buffer. * Fix a minor bug with offset shifts
-
- 02 Nov, 2016 1 commit
-
-
Marcel Stör authored
-
- 29 Oct, 2016 2 commits
-
-
Arnim Läuger authored
-
Marcel Stör authored
* Change HTTP failures from debug to error messages * Add tag to HTTP error messages * Create macro for error msg and improve dbg msg
-
- 28 Oct, 2016 1 commit
-
-
Arnim Läuger authored
* remove luaL_buffer from file_g_read() - avoid memory leak when function gets terminated by lua_error - skip scanning for end_char when reading until EOF * attempt to free memory in any case
-
- 27 Oct, 2016 2 commits
-
-
Philip Gladstone authored
-
Philip Gladstone authored
-
- 25 Oct, 2016 1 commit
-
-
Philip Gladstone authored
* Version to make filesystem detection more reliable * Improve bad fs detection
-
- 24 Oct, 2016 1 commit
-
-
Marcel Stör authored
-
- 18 Oct, 2016 1 commit
-
-
Arnim Läuger authored
Thank you.
-
- 16 Oct, 2016 1 commit
-
-
Philip Gladstone authored
-
- 13 Oct, 2016 3 commits
-
-
vsky authored
-
Arnim Läuger authored
-
Arnim Läuger authored
-
- 11 Oct, 2016 1 commit
-
-
Philip Gladstone authored
* Fix some issues in gpio.serout * Minor cleanup
-
- 10 Oct, 2016 1 commit
-
-
Marcel Stör authored
-
- 06 Oct, 2016 1 commit
-
-
Johny Mattsson authored
Reintroduce automatic esp_init_data flashing, plus updated docs.
-
- 05 Oct, 2016 1 commit
-
-
Jim Paris authored
Clarifies issues around SDK init data and hopefully clears up some confusion, when paired with the esp_init_data_default changes in NodeMCU.
-
- 04 Oct, 2016 2 commits
-
-
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.
-
Johny Mattsson authored
To work around the pesky "rf_cal[0] !=0x05" hang when booting on a chip which doesn't have esp_init_data written to it. It is no longer possible to do the writing of the esp_init_data_default from within nodemcu_init(), as the SDK now hangs long before it gets there. As such, I've had to reimplement this in our user_start_trampoline and get it all done before the SDK has a chance to look for the init data. It's unfortunate that we have to spend IRAM on this, but I see no better alternative at this point.
-
- 03 Oct, 2016 2 commits
-
-
Johny Mattsson authored
Input during startup (especially while doing initial filesystem format) ran the risk of filling up the task queue, preventing the start_lua task from being queued, and hence NodeMCU would not start up that time.
-
Arnim Läuger authored
Another bug squashed!
-
- 01 Oct, 2016 1 commit
-
-
Marcel Stör authored
-
- 26 Sep, 2016 1 commit
-
-
Marcel Stör authored
-
- 25 Sep, 2016 1 commit
-
-
Marcel Stör authored
-
- 21 Sep, 2016 3 commits
-
-
Marcel Stör authored
-
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
-
- 18 Sep, 2016 1 commit
-
-
Marcel Stör authored
-
- 16 Sep, 2016 1 commit
-
-
Johny Mattsson authored
Docs for crypto module refactored for easier maintenance.
-
- 07 Sep, 2016 1 commit
-
-
Luís Fonseca authored
-
- 06 Sep, 2016 2 commits
-
-
Marcel Stör authored
-
Arnim Läuger authored
-
- 05 Sep, 2016 3 commits
-
-
Marcel Stör authored
-
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
-
Philip Gladstone authored
Fixes #1434.
-
- 04 Sep, 2016 1 commit
-
-
Yury Popov authored
Fixes #1457
-
- 28 Aug, 2016 1 commit
-
-
Marcel Stör authored
-
- 27 Aug, 2016 1 commit
-
-
dnc40085 authored
Enable auto sleep in NULL_MODE by default.
-
- 25 Aug, 2016 1 commit
-
-
Marcel Stör authored
-