- 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
-
- 08 Jul, 2017 2 commits
- 03 Jul, 2017 1 commit
-
-
Johny Mattsson authored
- Move jsonsl build to regular library build rather than #include the .c file - Provide wrappers for malloc/calloc/free to fix undefined symbol warnings.
-
- 29 Jun, 2017 1 commit
-
-
dnc40085 authored
-
- 18 Jun, 2017 1 commit
-
-
Philip Gladstone authored
* Only handle errors if we have not parsed a complete object * Fix typo which means that \n was not an ending character
-
- 21 May, 2017 4 commits
-
-
dnc40085 authored
-
dnc40085 authored
* Add event callbacks to wifi.sta.config() and wifi.ap.config() and more Added option to register event callbacks during configuration of both station and AP. Added option to register event callbacks to `wifi.sta.connect()` and `wifi.sta.disconnect()` * Add note about event registration to wifi module documentation Other minor changes to wifi documentation are also included * Add more detail to documentation for wifi.sta.config()
-
dnc40085 authored
The following functions were removed: - `wifi.sta.eventMonReg()` - `wifi.sta.eventMonStart()` - `wifi.sta.eventMonStop()` The corresponding documentation has also been removed This PR addresses issue #1893
-
Arnim Läuger authored
-
- 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
-
- 15 May, 2017 1 commit
-
-
dnc40085 authored
-
- 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
-
- 26 Apr, 2017 1 commit
-
-
dnc40085 authored
Documentation for the old(argument) style of station configuration was removed in a previous PR, so I added a deprecation message to inform developer of the upcoming removal of the feature.
-
- 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 3 commits
-
-
Marcel Stör authored
-
Philip Gladstone authored
* Fix the error callback from not being called sometimes * Moved the setting of the reconnect status to after the connack is recevied * Increase the irom0_seg size * Updated the documentation * Make it clearer that autoreconnect is deprecated
-
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
-
- 31 Mar, 2017 1 commit
-
-
dnc40085 authored
* Update wifi event monitor documentation Added a note to `wifi.eventmon.register()` and `wifi.sta.eventmonreg()` * Add deprecation note to `wifi.sta.eventMonReg()`
-
- 29 Mar, 2017 1 commit
-
-
Arnim Läuger authored
* Change vfs_stat() api to pre-allocated buffer for stat info. * Change vfs_readdir() api to stat buffer as well. vfs_item api removed.
-
- 27 Mar, 2017 1 commit
-
-
Yury Popov authored
* Fix cron values >32 * Fix crontab description items order
-
- 22 Mar, 2017 1 commit
-
-
Philip Gladstone authored
Replaces the problematic cjson module.
-
- 18 Mar, 2017 1 commit
-
-
Frank Exoo authored
-
- 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
-
- 14 Mar, 2017 1 commit
-
-
Johny Mattsson authored
-
- 09 Mar, 2017 1 commit
-
-
FrankX authored
-
- 07 Mar, 2017 1 commit
-
-
Yury Popov authored
-
- 02 Mar, 2017 1 commit
-
-
Arnim Läuger authored
-
- 24 Feb, 2017 1 commit
-
-
Arnim Läuger authored
-
- 22 Feb, 2017 1 commit
-
-
dnc40085 authored
-
- 11 Feb, 2017 1 commit
-
-
FrankX authored
-
- 09 Feb, 2017 1 commit
-
-
Philip Gladstone authored
-
- 08 Feb, 2017 1 commit
-
-
Jason Follas authored
* Add wifi.sta.clearconfig(). Adjust password validation to match 2.0.0 SDK rules (no min length enforced, i.e. for WEP) * Updat comments about WEP key not having a minimum * Documentation: add note about node.restore() to wifi.sta.clearconfig() docs, and add SDK verbiage to describe what node.restore() impacts. * Normaliz if statements * Convert leading tabs to leading spaces for consistency
-
- 06 Feb, 2017 2 commits
-
-
Arnim Läuger authored
clean-up endianess handling in spi driver
-
Yury Popov authored
-
- 22 Jan, 2017 1 commit
-
-
Arnim Läuger authored
Looks good.
-
- 19 Jan, 2017 1 commit
-
-
ffedoroff authored
Since that code was migrated from Arduino, I should invert pin
-