Commit Graph

  • 667e1014ce sorted doc in list Alex 2020-01-23 22:40:31 +0000
  • d30d093170 added require and release in doc Alex 2020-01-23 22:38:48 +0000
  • b5ada3f44a switched to 2 space indentation Alex 2020-01-23 22:37:53 +0000
  • eafb1ccee6 reduce the error msg in when not response is sent back from esp Adel Tayeb-Cherif 2020-01-22 21:24:49 -0500
  • 5016f2f5ab added luacheck ignore unused for socket, port Alex 2020-01-22 20:58:39 +0000
  • 1c2ace4469 added info about sending extra data Alex 2020-01-22 20:58:06 +0000
  • 5ab9714fad fixed lua_check errors Alex 2020-01-21 22:33:17 +0000
  • 9080f49df6 capitalize ESP and MQTT Gregor 2020-01-21 21:50:59 +0100
  • 17d503121a Include suggestions by nwf and dtran123 Gregor 2020-01-21 20:14:28 +0100
  • 0edce2c220 #2954: adapt to the new firmware api for the timer and some other small fixes Adel Tayeb-Cherif 2020-01-15 17:51:07 -0500
  • d42985b55d added gossip module Alex 2020-01-20 23:50:48 +0000
  • af21078d23 added docs Alex 2020-01-20 23:50:23 +0000
  • c923588b13
    Update ESP-IDF to v3.3.1 (#2898) Marcel Stör 2020-01-19 13:15:22 +0100
  • fad2d43b7a
    Bugfix conn metatable method call Edvinas 2020-01-19 01:57:25 +0200
  • af4c099cc4 include feedback Gregor 2020-01-18 22:43:15 +0100
  • 2d430ef742 rephrase and add more information Gregor 2020-01-17 20:48:16 +0100
  • fd11529778 merge with dev Adel Tayeb-Cherif 2020-01-15 18:11:06 -0500
  • eb4585a355 adapt to the new firmware api for the timer and some other small fixes Adel Tayeb-Cherif 2020-01-15 17:51:07 -0500
  • f548f25600 document tls.cert.auth Gregor 2020-01-15 21:37:45 +0100
  • 111a10253c Merge branch 'dev' of https://github.com/fikin/nodemcu-firmware into benchmark Nikolay Fiykov 2020-01-08 10:41:16 +0200
  • 7e84d1cffe De-orbit espconn_gethostbyname Nathaniel Wesley Filardo 2020-01-06 16:31:04 +0000
  • 5c61a9a6f1 Remove unused espconn code, take 1 Nathaniel Wesley Filardo 2020-01-05 09:23:48 +0000
  • 71a182caa7 Use new GitHub issue templates Marcel Stör 2020-01-06 14:09:24 +0100
  • 13526658bf Upgrade ESP-IDF to tag v3.3.1 Marcel Stör 2020-01-06 13:56:53 +0100
  • fb3ffe397a Revert "Upgrade ESP-IDF to tag v3.3.1" Marcel Stör 2020-01-06 13:52:56 +0100
  • f54d110f9a Upgrade ESP-IDF to tag v3.3.1 Marcel Stör 2020-01-06 13:48:39 +0100
  • e18bd24f1e Auto-detect CPU architecture for make (#2999) M.K 2020-01-06 13:43:52 +0100
  • aef9ea16a3 Auto-install SDK if user forgot to. (#2994) (#2998) M.K 2020-01-05 08:26:18 +0100
  • b45ae86f8a Auto-install SDK if user forgot to. (#2994) mk-pmb 2020-01-05 02:38:53 +0100
  • 1c83f027e2 Expose CPU CCOUNT register as tmr function (#2906) Nikolay Fiykov 2020-01-04 22:48:08 +0200
  • ef02b131b6 moving ccount to tmr module. replacing c-functoin with plain macro Nikolay Fiykov 2020-01-04 21:18:59 +0200
  • 2850cac0b5 Merge branch 'dev' of https://github.com/fikin/nodemcu-firmware into ccount Nikolay Fiykov 2020-01-04 18:26:17 +0200
  • 46af7ec9f9 Improve toolchain download error message mk-pmb 2020-01-04 00:56:02 +0100
  • a4b6af2772 Merge branch 'dev' of https://github.com/fikin/nodemcu-firmware into benchmark Nikolay Fiykov 2020-01-04 01:01:35 +0200
  • c87b8bda3e ESP32 Makefile: Auto-detect CPU architecture mk-pmb 2020-01-03 17:43:08 +0100
  • 5278944a69 Fix compile warning and set correct order in module LROT (#2996) galjonsfigur 2020-01-03 12:12:29 +0100
  • e274af1cf4 Fix compile warning and set correct order in module LROT Galion 2020-01-03 09:57:53 +0100
  • 8c08e7648d Add CRC check (#2992) Lukáš Voborský 2020-01-02 21:38:22 +0100
  • a581e977ea DS18B20 - CRC check added to lua module, minor optimization; clean-up of a nasty `ow` module example (`tmr.delay(1000000)`) vsky 2020-01-02 12:34:55 +0100
  • 7ed3d0007b Minor typo and wording fixes (#2991) M.K 2020-01-01 23:31:04 +0100
  • 9778a0f08b Minor typo and wording fixes mk-pmb 2020-01-01 04:01:25 +0100
  • bcb669a4a0 Polish Lua examples (#2846) galjonsfigur 2019-12-31 00:53:54 +0100
  • 14bd7ed3e7 Merge branch 'dev' of https://github.com/fikin/nodemcu-firmware into ccount Nikolay Fiykov 2019-12-30 18:49:31 +0200
  • 0e8db5d808 Add retry and timeout params to wget Galion 2019-12-30 12:42:56 +0100
  • 1b821c0015 Change luacheck exceptions and fix errors from 1st round of polishing Galion 2019-12-30 12:42:19 +0100
  • a561eafcc5
    Merge branch 'dev' into dev hanfengcan 2019-12-28 21:03:21 -0600
  • 94187ed2dc Add Luacheck for Windows and enable it for both Windows and Linux Galion 2019-12-28 17:16:30 +0100
  • 15b20e0b9f Change inline comments from ignoring block to only ignore specific line Galion 2019-12-28 17:15:44 +0100
  • 32b82a9dbb Fix DCC module and add appropriate definitions to luacheck config. Galion 2019-12-28 17:13:00 +0100
  • b42ded77fe Fix more luacheck warnings in httpserver lua module Galion 2019-12-28 17:12:01 +0100
  • be812232b0 Speed up Travis by using preinstalled LuaRocks Galion 2019-07-24 14:04:01 +0200
  • 756c5dbb43 Re-enable luacheck in Travis Galion 2019-07-23 19:52:50 +0200
  • 705211093f Fix luacheck warnings in all lua files Galion 2019-07-07 19:43:33 +0200
  • e53338f3b7 Add missing globals from luacheck config Galion 2019-07-07 19:08:50 +0200
  • 969b0d38d6 mqtt: Don't reference stack buffers from the heap Nathaniel Wesley Filardo 2019-12-28 13:37:02 +0000
  • 1652c0c7ae Add DCC decoder module (#2905) Lukáš Voborský 2019-12-28 14:10:11 +0100
  • 609d52fcd0
    Adjust inception date as so much time has passed Marcel Stör 2019-12-28 14:09:48 +0100
  • c355734fa2 mqtt: clarify when puback callback fires Nathaniel Wesley Filardo 2019-12-28 13:02:55 +0000
  • 6ca039dae1 mqtt: expose "connfail" callback via :on() Nathaniel Wesley Filardo 2019-12-28 13:01:20 +0000
  • 4b98e6d0d9 Add diffs from @anod221 Gregor 2019-12-27 16:08:37 +0100
  • 52a158716d Initial version of software UART C module (#2673) galjonsfigur 2019-12-27 14:20:52 +0100
  • 0a2b607b94
    Adjust inception date as so much time has passed Marcel Stör 2019-12-27 14:20:23 +0100
  • bf8f14b611
    SSL rampage (#2938) Nathaniel Wesley Filardo 2019-12-27 13:17:44 +0000
  • b4843cff7d expect tests: tls module Nathaniel Wesley Filardo 2019-12-24 01:25:05 +0000
  • 4fc617472e expect tests: file module Nathaniel Wesley Filardo 2019-12-24 01:24:53 +0000
  • c99e2e81d3 expect tests: add TAP-based test runner Nathaniel Wesley Filardo 2019-12-26 18:18:07 +0000
  • d6f60a824f expect tests: file xfer module Nathaniel Wesley Filardo 2019-12-26 18:15:46 +0000
  • 0f6b0fbb87 expect tests: core library functions Nathaniel Wesley Filardo 2019-12-24 01:24:34 +0000
  • 6be9158143 mispec: don't use uart.write Nathaniel Wesley Filardo 2019-12-26 18:17:12 +0000
  • 225964f097 mispec: report status TAPishly Nathaniel Wesley Filardo 2019-12-26 18:17:02 +0000
  • d4bc6ce159 mispec: don't use %f Nathaniel Wesley Filardo 2019-12-26 18:16:32 +0000
  • 67b8704bd9 TLS: drop support for 1.1 Nathaniel Wesley Filardo 2019-12-21 16:28:30 +0000
  • d0a33b6b22 TLS: Remove more non-NodeMCU code from our mbedtls Nathaniel Wesley Filardo 2019-12-21 15:42:52 +0000
  • 006319df9f TLS: lwip: fix some memp definitions Nathaniel Wesley Filardo 2019-10-04 23:44:28 +0100
  • eac15e0172 TLS: Rampage esp mbedtls glue and delete unused code Nathaniel Wesley Filardo 2019-10-04 23:18:07 +0100
  • bc3329473d TLS: Further minor tidying of mbedtls glue Nathaniel Wesley Filardo 2019-10-04 22:52:36 +0100
  • 5d27f0a55c TLS: espconn_mbedtls: put the file_params on the stack Nathaniel Wesley Filardo 2019-10-04 21:39:23 +0100
  • 7b8f3b257d TLS: espconn_mbedtls: run through astyle Nathaniel Wesley Filardo 2019-08-22 13:06:09 +0100
  • 19ebed255a TLS: remove some dead code from espconn_mbedtls Nathaniel Wesley Filardo 2019-08-22 12:58:19 +0100
  • a314ca67c6 Land mbedtls 2.16.3-77-gf02988e57 Nathaniel Wesley Filardo 2019-12-21 15:44:51 +0000
  • 5b19da2148 Remove stale putative MD2 support Nathaniel Wesley Filardo 2019-12-21 16:13:33 +0000
  • d84da36494 fixed missing forward declaration (#2975) Andreas 2019-12-13 11:53:39 +0100
  • 32e161b131 UART fixes and lua.c merge Terry Ellison 2019-12-10 21:27:06 +0000
  • f85c2780ad New `net.if.info` call to show LwIP information (#2862) Nathaniel Wesley Filardo 2019-12-09 13:33:30 +0100
  • 4fc2b85fde
    Streaming support for hx711 (#2915) Marcel Stör 2019-12-09 13:31:55 +0100
  • b179f30ef6 Fixes for `ws2812` and `ws2812_effects` (#2953) Gregor Hartmann 2019-12-09 13:30:09 +0100
  • c7d0f83625 Update sensor driver for BME680 to 3.5.9 (#2969) Lukáš Voborský 2019-12-09 13:29:23 +0100
  • 92d9b5844f lua module ds18b20: fixed missing forward declaration Andreas J 2019-12-03 21:18:23 +0100
  • 9a2579d971 Improve httpserver documentation (#2971) Gregor Hartmann 2019-11-26 12:12:45 +0100
  • ce1bf547ce Improve documentation of httpserver Gregor 2019-11-25 18:10:26 +0100
  • 74c9f86ac7 Sensor driver for BME680 sensor - update to version 3.5.9 vsky 2019-11-23 13:28:04 +0100
  • e3935debd3 Improve MQTT documentation (#2967) Johan Ström 2019-11-21 12:38:07 +0100
  • efe7898238 improve mqtt documentation Johan Ström 2019-11-20 21:48:29 +0100
  • af61a553ed Add missing include file philip 2019-11-19 18:02:56 -0500
  • e44982dcb6 Merge remote-tracking branch 'upstream/dev' into hx711 philip 2019-11-19 18:00:03 -0500
  • 18282e2a2a luac.cross -a options plus fixes from feedback Terry Ellison 2019-11-15 20:24:39 +0000
  • f3b49849d2
    Merge pull request #2961 from seregaxvm/lfsfix Terry Ellison 2019-11-14 18:07:05 +0000
  • 0e34f7d309 fix lfs upload issue Matsievskiy S.V 2019-11-13 23:48:20 +0300
  • 2252e006f1 httpd server initial modul 6. nik 2019-11-05 22:30:22 +0100
  • 674ad2e8bd httpd server initial modul 5. nik 2019-11-05 22:23:29 +0100