Commit Graph

  • 12c8062df8 Add reporting of tests that failed with Lua error Gregor 2020-07-05 16:32:53 +0200
  • 80ef63c615 Create gambiarra_file.lua Gregor 2020-01-20 22:55:48 +0100
  • 7a52b5c602 Add methode `fail` to check failing code and pass error messages to output Gregor 2020-01-20 22:55:29 +0100
  • 5de4e2d506 Some refactoring to make it easier to add new functionality Gregor 2020-01-19 10:51:50 +0100
  • 586d8ce424 adapt to NodeMCU spacing and add nok functionality Gregor 2020-01-19 09:15:39 +0100
  • c764c952e3 Adapt gambiarra to NodeMCU Gregor 2020-01-19 08:37:17 +0100
  • 0e2ff892fb Initial commit of gambiarra Gregor 2020-01-01 19:36:46 +0100
  • f5186c47de Create mispec_file.lua Gregor 2019-12-24 10:41:25 +0100
  • 0e88617659
    Fix ftpserver documentation and some formating in httpserver.md (#3322) Gregor Hartmann 2020-11-04 09:34:05 +0100
  • 2cc29613c0 Fix ftpserver documentation and some formating in httpserver.md Gregor 2020-11-04 08:12:24 +0100
  • fab34a6cd0 Replace master with release Marcel Stör 2020-11-03 22:57:15 +0100
  • f5665ace71
    MCP23017 module refactorings to save some heap (#3317) Nathaniel Wesley Filardo 2020-10-29 12:59:30 +0000
  • 612c1ca36c mcp23017: inline constants Nathaniel Wesley Filardo 2020-10-25 14:11:08 +0000
  • 841be0315d mcp23017: functions to metatable Nathaniel Wesley Filardo 2020-10-25 13:25:45 +0000
  • ef353809eb
    Add mcp23017 Lua module (#3197) Marcel P 2020-10-25 12:48:34 +0100
  • 3cd7d48dec mcp23017: code style change plomi 2020-10-23 22:13:58 +0200
  • f8baf63a73 Further adaptation of lfs/_init.lua Nathaniel Wesley Filardo 2020-09-22 20:41:58 +0100
  • 045fc80c70 pipe: comment and style fixes (NFC) Nathaniel Wesley Filardo 2020-09-27 16:11:20 +0100
  • 962991ed18 pipe: fix unread buffer chunk management Nathaniel Wesley Filardo 2020-09-27 15:58:19 +0100
  • 734b02a734 wiegand Lua 5.3 fix Lukáš Voborský 2020-10-22 23:32:32 +0200
  • e510f94d86 wiegand Lua 5.3 fix Lukáš Voborský 2020-10-22 23:32:32 +0200
  • d6b1b3b872 mcp23017: A few structural and performance improvements were made. adding error and exception handling plomi 2020-10-20 18:31:49 +0200
  • 63e1fcda06
    add wiegand module (#3203) Cody Cutrer 2020-10-18 18:05:31 -0600
  • 73df18d738
    Fix the initialization of the wifi default hostname. (#3303) Philip Gladstone 2020-10-18 14:48:10 -0400
  • 7185b9c603
    Improved startup performance and measurement tools. (#3171) Philip Gladstone 2020-10-18 14:46:47 -0400
  • 02e4720b3d fix: fixed the memory leak hanfengcan 2019-06-14 14:26:19 +0800
  • 9ab4f7398b fix: fixed the memory leak hanfengcan 2019-06-14 14:26:19 +0800
  • 7830ae671e
    Guard against freeing a ref of zero (#3308) Philip Gladstone 2020-10-13 15:43:38 -0400
  • d15bbec04f Don't free a ref of zero -- bad things happen... philip 2020-10-06 21:12:36 -0400
  • 854fe6182e Added note about user_config.h philip 2020-10-06 20:38:08 -0400
  • d0a81baa39 Added the defaults for the startup options philip 2020-10-06 20:35:04 -0400
  • 3e5066fd93
    Update docs/modules/node.md Marcel Stör 2020-10-06 21:28:46 +0200
  • b9091784ae bme280 driver in Lua+C Lukáš Voborský 2020-05-27 23:51:19 +0200
  • cef309e180 Put the startupcounts warning into a warning box philip 2020-10-04 17:58:35 -0400
  • adfeff3196 Updated the comment in the user_config.h file philip 2020-10-04 17:54:50 -0400
  • 879b626c55 Fix the docs to reference the correct #define for the 64 bit version philip 2020-10-04 17:47:54 -0400
  • 0fedb2b60b Merge remote-tracking branch 'upstream/dev' into startupoption philip 2020-10-04 17:39:42 -0400
  • 54e8696ac9
    struct module minor documentation fix (#3306) Lukáš Voborský 2020-10-04 23:26:42 +0200
  • 463b920801 bme280 driver in Lua+C Lukáš Voborský 2020-05-27 23:51:19 +0200
  • 93be799689 Log a message (at the right baud rate) if the hostname is invalid philip 2020-09-30 19:33:22 -0400
  • e5e6a4e99c Fix the initialization of the wifi default hostname. It appears that the rf_pre_init is not called any more. Also cleaned up the code in wifi_common. philip 2020-09-29 20:42:13 -0400
  • ebfce4a911 Fixing bug in `file.readline` when line length exceeds 128 chars Lukáš Voborský 2020-09-29 23:16:53 +0200
  • 23fb13d1be Fixing bug in `file.readline` when line length exceeds 128 chars Lukáš Voborský 2020-09-29 23:16:53 +0200
  • 8124341a7b
    Change from `master` to `release` Gregor Hartmann 2020-09-29 17:37:20 +0200
  • 0a1d122cb8
    crypto: remove toHex and toBase64 (#3300) Nathaniel Wesley Filardo 2020-09-28 19:42:16 +0100
  • 31ac23845c crypto: remove toHex and toBase64 Nathaniel Wesley Filardo 2020-09-28 10:24:46 +0100
  • c454a1d481 Merge remote-tracking branch 'upstream/dev' into dhcp-name philip 2020-09-27 11:55:57 -0400
  • 654f83bd70 First attempt to get DHCP hostname changed philip 2020-09-27 11:54:09 -0400
  • 03d791f681 pipe: comment and style fixes (NFC) Nathaniel Wesley Filardo 2020-09-27 16:11:20 +0100
  • 5685d7b7ff pipe: fix unread buffer chunk management Nathaniel Wesley Filardo 2020-09-27 15:58:19 +0100
  • ca0a2c438c struct module minor documentation fix Lukáš Voborský 2020-09-27 12:19:24 +0200
  • ed8c50872a Add the submodule properly philip 2020-09-26 11:13:24 -0400
  • 274828cfd5 Remove ets_printf reference philip 2020-09-26 10:28:01 -0400
  • 96a6dcc196 CLean up the PR a bit philip 2020-09-25 22:43:53 -0400
  • 9bea108da7 Now use the original c99-snprintf as a submodule. philip 2020-09-25 22:41:32 -0400
  • 6ba23ca267 Remove some uses of etc_*printf philip 2020-09-25 22:33:56 -0400
  • 8bce7937ac Conditionalize int2float on lua 5.3 philip 2020-09-25 19:18:01 -0400
  • f316ebf73a Remove ESP8266 special case philip 2020-09-25 19:16:29 -0400
  • 403c633b25 Make it work for the integer lua51 build philip 2020-09-22 21:44:52 -0400
  • 85298b34c5 Now round trips in float firmware, and gets it roughly right in double (in lua 51) philip 2020-09-22 21:24:47 -0400
  • 96d8047f71 Give it a chance of working under Lua 5.1 philip 2020-09-22 20:45:05 -0400
  • df9f3030e6 Add snprintf and remove our sprintf philip 2020-09-22 20:41:07 -0400
  • 5b6b2f98b7 Make round tripping work for lua53 and floats philip 2020-09-20 10:57:09 -0400
  • e9c4bb74d3 Make it inline philip 2020-09-26 20:13:13 -0400
  • 862c727cb4 Add missing ICACHE_RAM_ATTR philip 2020-09-24 20:12:05 -0400
  • 130c708e09 Make it inline philip 2020-09-26 20:13:13 -0400
  • bbd7dd497f Add the submodule properly philip 2020-09-26 11:13:24 -0400
  • e0894e2954 Remove ets_printf reference philip 2020-09-26 10:28:01 -0400
  • 509b978dca Further adaptation of lfs/_init.lua Nathaniel Wesley Filardo 2020-09-22 20:41:58 +0100
  • ddae6503a6 CLean up the PR a bit philip 2020-09-25 22:43:53 -0400
  • 972dc31ec1 Now use the original c99-snprintf as a submodule. philip 2020-09-25 22:41:32 -0400
  • c4f92171f3 Remove some uses of etc_*printf philip 2020-09-25 22:33:56 -0400
  • c79cb53ee4 Conditionalize int2float on lua 5.3 philip 2020-09-25 19:18:01 -0400
  • c78f7267d5 Remove ESP8266 special case philip 2020-09-25 19:16:29 -0400
  • e121531045 Add missing ICACHE_RAM_ATTR philip 2020-09-24 20:12:05 -0400
  • 7973f122e3 Move the initialization out of the ram cache. Made sure to put the platform_post into the ram cache as it is called from interrupts philip 2020-09-24 18:10:45 -0400
  • a591385e1d Now can run continuously at LOW_PRIO philip 2020-09-24 16:04:08 -0400
  • 9ffb0f8357 Make it work for the integer lua51 build philip 2020-09-22 21:44:52 -0400
  • db65568b04 Now round trips in float firmware, and gets it roughly right in double (in lua 51) philip 2020-09-22 21:24:47 -0400
  • 7cc250c64f Give it a chance of working under Lua 5.1 philip 2020-09-22 20:45:05 -0400
  • facba73f67 Merge branch 'float-test' into add-snprintf philip 2020-09-22 20:43:55 -0400
  • 9e2f854eb3 Add snprintf and remove our sprintf philip 2020-09-22 20:41:07 -0400
  • 39730f0856 Upgrade SDK to 3.0.4 Marcel Stör 2020-09-19 00:06:50 +0200
  • 1b58e0ea77 add support for sw_version in node.info() Kit Klein 2020-09-21 09:08:21 -0400
  • ec656e3791 Make round tripping work for lua53 and floats philip 2020-09-20 10:57:09 -0400
  • 9dd72d767c String format %f, %g, %e double rounding method Lukáš Voborský 2020-09-18 21:48:24 +0200
  • 9d74cd5aa0
    Improve the enduser setup experience by triggering captive portal detection. (#3282) Philip Gladstone 2020-09-18 17:47:52 -0400
  • dc334f87a6
    uart: expose fifo depth counters (#3177) Nathaniel Wesley Filardo 2020-09-18 22:46:32 +0100
  • 025a40687d Adding ' ' flag to string.format Lukáš Voborský 2020-09-18 21:48:24 +0200
  • b353339187 Merge branch 'enduser-setup-improve' of github.com:pjsg/nodemcu-firmware into enduser-setup-improve philip 2020-09-17 20:36:25 -0400
  • ca45922606 Change the default SSID prefix to be NodeMCU philip 2020-09-17 20:35:54 -0400
  • e7728da061 Change name to NodeMCU philip 2020-09-17 20:32:42 -0400
  • 7c07f91483 Reset user version values Marcel Stör 2020-09-17 18:17:24 +0200
  • 9ea08604c0
    Fix indentation Marcel Stör 2020-09-15 23:58:18 +0200
  • 6415777414 Review comments philip 2020-09-15 17:47:33 -0400
  • 36286f14bc Merge remote-tracking branch 'upstream/dev' into enduser-setup-improve philip 2020-09-15 17:44:55 -0400
  • 139af0cdd1
    Handle tcp fragmentation and also fix XSS problem. (#3275) Philip Gladstone 2020-09-15 08:06:38 -0400
  • 2d3f4158b2 Make captive portal detection work on Macos philip 2020-09-13 21:04:42 -0400
  • 37e343e4e4 Version seems to work... philip 2020-09-13 20:34:57 -0400
  • 29113daad3 Merge branch 'fix-enduser-post' into enduser-setup-improve philip 2020-09-13 17:57:21 -0400