- 23 Feb, 2018 1 commit
-
-
Philip Gladstone authored
* Fix some subtle timing issues with gpio.pulse * Add the pulse:update method * Allow getstate to work on stopped pulsers * Make gpio.mode(, gpio.OUTPUT) actually set the output mode * Added some more documentation
-
- 07 Feb, 2018 1 commit
-
-
Arnim Läuger authored
-
- 23 Jan, 2018 1 commit
-
-
Konrad Hübner authored
* ws2812 effects and color utils modules added * Added documentation for new modules to mkdocs.yml * changed mode option to string, documentation, default modules fixed * updated user_modules.h
-
- 10 Jan, 2018 4 commits
-
-
Luiz Felipe Silva authored
* add final sqlite3 patch * remove unused defines, join caching code with esp vfs code to reduce exported symbols and shrink final file size * Modules should by default be disabled and in alphabetical order
-
Nathaniel Wesley Filardo authored
* mbedTLS update * mbedtls: vsnprintf macroification * Further update mbedTLS to 2.6.1 * mbedtls: make debugging work again * Silence SSL messages on normal teardown * Drop DTLS support from mbedtls
-
Philip Gladstone authored
-
Philip Gladstone authored
-
- 03 Dec, 2017 1 commit
-
-
Philip Gladstone authored
* Initial checkin * Add bloom.md into mkdocs * Added reset and improved info * Update bloom.c * Update bloom.md * Add Wikipedia link
-
- 19 Nov, 2017 1 commit
-
-
Lukáš Voborský authored
-
- 03 Nov, 2017 1 commit
-
-
Philip Gladstone authored
* Make the rtc variables not be cleared by the .bss initialization * Move the save to the right place * Make sure that we reset the rtctime to 0 if we didn't sleep properly. * Setting the seconds to zero doesn't update the dsleep calibration
-
- 28 Oct, 2017 1 commit
-
-
Philip Gladstone authored
* Make the rtc variables not be cleared by the .bss initialization * Move the save to the right place
-
- 16 Aug, 2017 1 commit
-
-
fetchbot authored
* add ds18b20 module * add intitial eeprom value definition * adjust read() function and address handling
-
- 05 Aug, 2017 1 commit
-
-
dnc40085 authored
for master drop
-
- 18 Jul, 2017 1 commit
-
-
Philip Gladstone authored
* Improve RTC timekeeping -- includes clock rate tracking * Improved division by 1M * Fix crash in sntp * Disable RTC debug * Get the offset correct * Add comments on where the mysterious numbers came from * Fix a crash with auto repeat mode and errors on repeat
-
- 20 Jun, 2017 1 commit
-
-
https://github.com/espressif/esp-idf/issues/631Arnim Läuger authored
* backport fix for https://github.com/espressif/esp-idf/issues/631 * remove code from intermediate fix
-
- 25 May, 2017 1 commit
-
-
Arnim Läuger authored
-
- 21 May, 2017 2 commits
- 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
-
- 07 Dec, 2016 1 commit
-
-
Marcel Stör authored
This reverts commit 04ce0adf.
-
- 01 Dec, 2016 2 commits
-
-
ffedoroff authored
-
Yury Popov authored
-