- 16 May, 2017 1 commit
-
-
Arnim Läuger authored
* align 8MB and 16MB auto flash support with sdk 2.1.0 * remove SAFE_API * fix flash size mismatch detection logic
-
- 11 May, 2017 1 commit
-
-
Arnim Läuger authored
-
- 07 May, 2017 1 commit
-
-
fetchbot authored
* add ads1115 module * replace os_delay with os_timer * typo
-
- 27 Apr, 2017 1 commit
-
-
fetchbot authored
* add si7021 module * add settings function for resolution and heater
-
- 20 Apr, 2017 1 commit
-
-
Metin KOC authored
* Hdc1080 Module Add * for Float/Integer Build fixes * disable module for default * document fix * Deprecate init() in favor of setup() * Fix grammar and code sample * Deprecate init() in favor of setup() * Update hdc1080.md * Update hdc1080.md * Mini fix * Update user_modules.h
-
- 19 Apr, 2017 1 commit
-
-
tjhowse authored
* Add module for TCS34725 colour sensor. * Fix implicit return. * Fix timer disarm after init completion callback. * Rework init() into setup() as per PR#1887. * Add new module to mkdocs and user_modules. * Fix unclear debug messages. * Documentation updates. * Cleanup comments and formatting. * Don't auto-enable the sensor. * Add callback function to enable. * Simplify Read16. * Remove Lua state argument to enable callback. * Remove self_ref.
-
- 04 Apr, 2017 1 commit
-
-
dnc40085 authored
* Exposed forced sleep API and more Added timer suspend functionality * wifi.suspend * wifi.resume * node.sleep * tmr.suspend * tmr.suspend_all * tmr.resume * tmr.resume_all * Implement timer suspend functionality * Fix for uart TX glitch * Made some modifications to the error reporting
-
- 22 Mar, 2017 1 commit
-
-
Philip Gladstone authored
Replaces the problematic cjson module.
-
- 17 Mar, 2017 1 commit
-
-
Yury Popov authored
* Enable SO_REUSEADDR for server TCP sockets * Reduce TCP_MSL to 5 sec * Add changes notice for future updates * Move MSL change to lwipiots.h
-
- 09 Mar, 2017 1 commit
-
-
FrankX authored
-
- 01 Mar, 2017 1 commit
-
-
Arnim Läuger authored
-
- 06 Feb, 2017 1 commit
-
-
Arnim Läuger authored
clean-up endianess handling in spi driver
-
- 09 Jan, 2017 1 commit
-
-
FrankX authored
* WPS functionality added * WPS module switched off by default * Update mkdocs.yml
-
- 04 Jan, 2017 1 commit
-
-
Verne Roberts authored
* add 31250 baud rate for MIDI support * add bitrate to uart_bitrates array for the get operation
-
- 31 Dec, 2016 1 commit
-
-
Yury Popov authored
* Rewrite net.dns.resolve on LWIP * Move IGMP (net multicast) to LWIP * Cleanup net module * Move secure connection operations to tls module * Net module on LWIP * Server timeout parameter * TCP hold * Fixes in documentation * Documentation fixes * Note TLS module depends on net * Add TLS module to user_modules.h * Callback on connect event * Fix depends net module on tls module * Fix unhold exponential time issue
-
- 26 Dec, 2016 1 commit
-
-
Yury Popov authored
-
- 14 Dec, 2016 1 commit
-
-
Johny Mattsson authored
* Switch off interrupts before rtctime dsleep. * Deal with the fact that MCU keeps running after being told to enter deep sleep (It can keep running for quite a few instructions at times (and none at all at others), and it appears that trying to cache additional code from SPI flash while trying to go to sleep fails miserably at both....) * Ensure flash is not active when going into deep sleep.
-
- 11 Dec, 2016 2 commits
-
-
Yury Popov authored
* Update LWIP from SDK * mbedTLS integration * Fix argument type in dbg_printf (#1624) * Migrate to espressif’s download center (#1604) * Fixed BBS links to firmware * Adjust net module docs with mbedTLS info * Remove unrelevant axTLS notice
-
Philip Gladstone authored
-
- 01 Dec, 2016 2 commits
-
-
ffedoroff authored
-
Yury Popov authored
-
- 08 Nov, 2016 1 commit
-
-
Arnim Läuger authored
-
- 29 Oct, 2016 1 commit
-
-
Arnim Läuger authored
-
- 27 Oct, 2016 1 commit
-
-
Philip Gladstone authored
-
- 18 Oct, 2016 1 commit
-
-
Arnim Läuger authored
Thank you.
-
- 13 Oct, 2016 1 commit
-
-
vsky authored
-
- 04 Oct, 2016 1 commit
-
-
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.
-
- 28 Sep, 2016 1 commit
-
-
devsaurus authored
-
- 21 Sep, 2016 1 commit
-
-
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
-
- 20 Sep, 2016 1 commit
-
-
devsaurus 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
-
- 04 Sep, 2016 1 commit
-
-
Yury Popov authored
Fixes #1457
-
- 20 Aug, 2016 1 commit
-
-
Marcel Stör authored
The original code did not deal with UDP binding failures, this new code does one random port attempt and then sets port to 0 to get 'OS default' behaviour, and ASSERTs that that has to work. Patch also moves the local UDP port range definition to udp.h from udp.c.
-
- 18 Aug, 2016 1 commit
-
-
Luís Fonseca authored
-
- 04 Aug, 2016 1 commit
-
-
Marcel Stör authored
-
- 02 Aug, 2016 1 commit
-
-
Arnim Läuger authored
To avoid crash in DHCP big packages modify option length from 312 to MTU - IPHEAD(20) - UDPHEAD(8) - DHCPHEAD(236).
-
- 22 Jul, 2016 1 commit
-
-
Arnim Läuger authored
-
- 19 Jul, 2016 1 commit
-
-
Arnim Läuger authored
-
- 10 Jul, 2016 1 commit
-
-
Yury Popov authored
-
- 28 Jun, 2016 1 commit
-
-
Jonathan Karras authored
Port of @pstolarz work on PaulStoffregen/OneWire#8
-