Commit Graph

  • c1d2eb413b rewrote the timer module from scratch Luna 2015-06-29 21:19:24 +0200
  • aa710d1f53 Merge pull request #513 from NodeUSB/dev096 Vowstar 2015-06-28 14:55:07 +0800
  • 66ca7f6aca update 433MHz transmission comment, add static ICACHE_FLASH_ATTR flag Mike Wen 2015-06-27 18:14:24 -0400
  • cf72a3203d update 433MHz transmission doc, add static ICACHE_FLASH_ATTR flag Mike Wen 2015-06-27 14:42:39 -0400
  • 7d20dd74e3 Merge remote-tracking branch 'upstream/dev' into dev devsaurus 2015-06-27 10:19:15 +0200
  • dce0d2c2a8 Release build 20150627. fixed ap/station-ap cannot connect to the device. added wifi.ap.getconfig(). fixed net.dns.getdnsserver(). added new base64 lua example. added node.bootreason() to inspect boot cause. optimization of u8g. 0.9.6-dev_20150627 vowstar 2015-06-27 15:21:48 +0800
  • 663158e4ab added wifi.ap.getconfig() by @md5crypt https://github.com/nodemcu/nodemcu-firmware/pull/500/files#diff-81824fe90d00138d98b6e9f0d7d8c7dcL1458. vowstar 2015-06-27 12:30:36 +0800
  • a32df17579 Fixed net.dns.getdnsserver() by @md5crypt. vowstar 2015-06-27 12:26:24 +0800
  • 11ca2bc096 Merge branch 'newbase64' of https://github.com/md5crypt/nodemcu-firmware into dev vowstar 2015-06-27 11:47:44 +0800
  • 2ab4de9c09 Merge pull request #512 from jmattsson/boot-reason Vowstar 2015-06-27 11:25:35 +0800
  • 7bd10e8a17 Added node.bootreason() to inspect boot cause. Johny Mattsson 2015-06-27 12:34:03 +1000
  • 0c064bf026 Merge pull request #511 from jmattsson/fix-dhcpserver-const Vowstar 2015-06-27 10:32:24 +0800
  • b5c6a5b1c6 Stop dhcpserver from writing to const data. Johny Mattsson 2015-06-27 12:12:21 +1000
  • 388a0b4eda Merge pull request #4 from nodemcu/dev devsaurus 2015-06-26 21:33:18 +0200
  • d507060ecf Merge pull request #509 from devsaurus/dev-irom0 Vowstar 2015-06-27 00:04:46 +0800
  • 9e4941c8bf Merge bdae6fdf55 into 3430e5f826 patrickhwood 2015-06-26 15:04:49 +0000
  • bdae6fdf55 Reduce runtime memory overhead; prevent overflow of data array. Pat Wood 2015-06-26 11:00:03 -0400
  • e7c7dc2b55 Removed getTemperature() and getHumidity() functions; made module stateless. Pat Wood 2015-06-26 10:53:17 -0400
  • d12242d108 Added lua test program for dht module. Pat Wood 2015-06-26 10:52:47 -0400
  • 1e7641bcb8 Code cleanup. Pat Wood 2015-06-26 10:38:22 -0400
  • 5cbd0fec13 Update change log. Vowstar 2015-06-26 19:12:06 +0800
  • dda121e5e0 Release 0.9.6-dev_20150625 0.9.6-dev_20150625 vowstar 2015-06-26 18:32:46 +0800
  • bfd2b634f9 Merge pull request #505 from nodemcu/dev Vowstar 2015-06-26 18:09:15 +0800
  • 2c53149bee Merge pull request #504 from DiUS/loadnon32 Vowstar 2015-06-26 13:33:40 +0800
  • acc7f70410 Fix setting of invalid temp/hum on bad gpio read. Return temp, hum tuple from read function. Pat Wood 2015-06-26 01:00:01 -0400
  • 8e31b30065 Added module for DHT11/22 temperature/humidity sensors. Modelled after this LUA library: https://github.com/jovan3/esp8266_dht11_nodemcu Pat Wood 2015-06-26 00:42:31 -0400
  • 079fe08962 fix uart_RX & node.input() input conflict cs8425 2015-06-25 21:24:05 +0800
  • 2ee719c681 Merge 5ca807d7a1 into 3430e5f826 md5crypt 2015-06-25 11:18:07 +0000
  • fbaa3f645b Merge b4f0c2d1ee into 3430e5f826 md5crypt 2015-06-25 11:17:59 +0000
  • 0f407a820a Merge pull request #502 from nodemcu/dev Vowstar 2015-06-25 18:13:31 +0800
  • 7d38687767 Merge pull request #499 from marcelstoer/dev Vowstar 2015-06-25 11:10:26 +0800
  • b4f0c2d1ee another one Luna 2015-06-25 01:35:50 +0200
  • 277c6d0116 move u8g progmem constants to new .rodata sections this simplifies the overall memory handling based on the irom support by @jmattsson devsaurus 2015-06-25 00:38:11 +0200
  • 947068cd8b Merge pull request #3 from DiUS/loadnon32 devsaurus 2015-06-24 23:28:01 +0200
  • ba39d0961a tottaly found a bug Luna 2015-06-24 23:01:58 +0200
  • 6f7542c1a9 working lua impl. of base64 Luna 2015-06-24 22:50:20 +0200
  • 5ca807d7a1 fixed net.dns.getdnsserver() and added wifi.ap.getconfig() Luna 2015-06-24 22:38:37 +0200
  • 0ea12bdd3a Keep SDK internally rather than fetching the one from GeorgHahn, fixes #497 Marcel Stör 2015-06-24 21:47:34 +0200
  • aa931aad2e Create PCD8544.c aguaviva 2015-06-23 23:50:30 +0200
  • b0f9788a6d Move constants to ROM. Frees up 16k+ of RAM. Johny Mattsson 2015-06-23 15:38:52 +1000
  • 0c924e56c6 Support for loading sub-32 wide data from irom. Johny Mattsson 2015-06-22 18:43:01 +1000
  • 58081e59b1 Add section Write Lua script to filesystem Vowstar 2015-06-22 18:39:15 +0800
  • a41a9cc778 Add Marcel's NodeMCU custom builds service. Vowstar 2015-06-22 18:26:54 +0800
  • 972a6229e0 Merge pull request #492 from nodemcu/dev Vowstar 2015-06-20 19:16:41 +0800
  • 74901c566b Merge pull request #491 from MarsTechHAN/dev Vowstar 2015-06-20 19:15:29 +0800
  • 04c03b00ae @jorgempy We change the API of DNS callback format back Make the net api universe Callback Format -> function(conn,ip) MarsTechHAN 2015-06-20 19:10:01 +0800
  • 75c3cf29c2 Disable interrupts while communicating with DHTxx. vowstar 2015-06-20 02:08:20 +0800
  • 234885e365 Merge pull request #490 from nodemcu/dev Vowstar 2015-06-20 01:54:54 +0800
  • 5c84ea1b74 Merge pull request #489 from nodemcu/revert-488-dev Vowstar 2015-06-20 01:50:47 +0800
  • 90ca92ca6e Revert "Merge dev to dev096" Vowstar 2015-06-20 01:50:29 +0800
  • dfc4687293 Merge pull request #488 from nodemcu/dev Vowstar 2015-06-20 01:49:28 +0800
  • 3430e5f826 Add __attribute__((optimize("O2"))) to ws2812 module. vowstar 2015-06-20 01:40:45 +0800
  • cda7992c1a Fix DHTLIB bug of DHT22, DHT21, DHT33, DHT44. vowstar 2015-06-20 00:26:59 +0800
  • c56659e84d Using __attribute__((alias("dht_read"))) reduce code size. vowstar 2015-06-19 01:05:19 +0800
  • 87341547d7 Update DHTlib, supported DHT11 or DHTxx automatic detection. Using @MarsTechHAN 's method. New usage: status, temp, humi, tempdec, humidec = dht.read( id ) print( dht.read( id ) ) = dht.read( id ) vowstar 2015-06-18 20:53:52 +0800
  • 0186758ce1 Merge pull request #485 from nodemcu/dev Vowstar 2015-06-18 18:13:16 +0800
  • 98a2c9fdb6 Align all TAB=8 in app/Makefile, make sure it fit for github display. vowstar 2015-06-18 17:36:27 +0800
  • af56aea1e8 Update dhtlib api, support both integer and float version. vowstar 2015-06-18 17:19:55 +0800
  • a5d1686595 Merge pull request #5 from nodemcu/dev dnc40085 2015-06-18 02:16:12 -0700
  • 899935e60b Add DHT Lua Module for interfacing with the DHTxx sensors (xx = 11-21-22-33-44). vowstar 2015-06-18 16:31:40 +0800
  • 515a7bf1ab Add dhtlib for DHT11/21/22/33/44, port from Arduino. vowstar 2015-06-17 16:30:12 +0800
  • dceed526c9 Merge pull request #470 from nodemcu/dev096 Vowstar 2015-06-17 11:31:13 +0800
  • b0a4e4d3e9 Changed BUILD_DATE. Orgmar 2015-06-17 00:16:57 +0800
  • 07543a074b Merge branch 'dev096' of https://github.com/nodemcu/nodemcu-firmware into dev Orgmar 2015-06-17 00:15:05 +0800
  • 9b7728160f Merge pull request #478 from NodeUSB/dev096 Vowstar 2015-06-17 00:13:00 +0800
  • d955c8815b add 433MHz transmission Mike Wen 2015-06-11 18:07:16 -0400
  • 7df0a45b07 add 433MHz transmission Mike Wen 2015-06-11 18:05:27 -0400
  • a8622795a7 add 433MHz transmission Mike Wen 2015-06-11 18:05:18 -0400
  • 8044014f96 Merge pull request #471 from nodemcu/dev Vowstar 2015-06-08 14:04:28 +0800
  • 47bbbb8d38 Merge branch 'dev096' of https://github.com/nodemcu/nodemcu-firmware into dev HuangRui 2015-06-08 13:43:05 +0800
  • c5a07d4327 Merge pull request #469 from cal101/dev Vowstar 2015-06-08 11:23:43 +0800
  • 9dc71cfec0 Trying to fix Problem with multiple MQTT subscriptions #459 https://github.com/nodemcu/nodemcu-firmware/issues/459 cal 2015-06-04 11:46:20 +0200
  • ef4e6fa95f Merge pull request #467 from DiUS/newcrypto Vowstar 2015-06-05 13:01:38 +0800
  • 3118fa5761 Merge pull request #465 from cal101/dev096 Vowstar 2015-06-05 13:00:59 +0800
  • 7867fd083c Move crypto things to irom0.text segment. Johny Mattsson 2015-06-05 13:03:08 +1000
  • 223a936779 Switched crypto module to use ROM SHA1/MD5. Johny Mattsson 2015-06-05 12:12:24 +1000
  • fdcb982351 Trying to fix Problem with multiple MQTT subscriptions #459 https://github.com/nodemcu/nodemcu-firmware/issues/459 cal 2015-06-04 11:46:20 +0200
  • 3cd5a6a1ed Merge branch 'master' of https://github.com/bruceme/nodemcu-firmware into dev HuangRui 2015-06-04 15:04:12 +0800
  • 18e84623c5 Merge pull request #463 from DiUS/newcrypto Vowstar 2015-06-03 22:02:11 +0800
  • 1eea5ab1a0 Merge pull request #460 from dnc40085/dev096_wifi.sta.getap_output_select Vowstar 2015-06-03 22:01:46 +0800
  • d855584bae Fixed off-by-one error from refactoring. Johny Mattsson 2015-06-03 17:20:55 +1000
  • 06724fbb17 Renamed SHA2 support option to SHA2_ENABLE per request. Johny Mattsson 2015-06-03 11:11:23 +1000
  • 2d1e69151e Extended Lua crypto module with hash & hmac. Johny Mattsson 2015-06-02 18:17:30 +1000
  • 32dd9b7b7a Crypto library with unified interface. Johny Mattsson 2015-06-02 18:15:18 +1000
  • 68ef22ace5 Imported Aaron Gifford's SHA{256,384,512} implementation. Johny Mattsson 2015-06-02 17:02:14 +1000
  • 20bc8f45c1 Crypto module for hashing & hmac from Lua. Johny Mattsson 2015-05-29 18:25:08 +1000
  • 22bfebff8a Switch to use local libssl instead of SDK version. Johny Mattsson 2015-05-29 13:35:08 +1000
  • 66c181731a Made the SHA256/384/512 code fit into the NodeMCU build. Johny Mattsson 2015-05-29 13:34:41 +1000
  • 353209fb4e Change comments for wifi.sta.getap dnc40085 2015-05-31 22:45:43 -0700
  • a5fe3d0146 Added option to wifi.sta.getap to allow changing output format between new style and old style dnc40085 2015-05-31 21:37:03 -0700
  • 46a07700fb Rename http_server to http_server.lua BruceMe 2015-05-31 09:09:23 -0500
  • d1fe4e620a HTTP Server for LED/Servo BruceMe 2015-05-31 09:09:05 -0500
  • bcfe753341 ADC driving RGB LED; electronic mood ring BruceMe 2015-05-31 09:08:07 -0500
  • 127dc4eba2 ADC driving RGB LED; electronic mood ring BruceMe 2015-05-30 10:33:45 -0500
  • 2bb86f6f1d HTTP Server for LED/Servo BruceMe 2015-05-30 10:28:51 -0500
  • 773f5f8526 Rename adc_rgb.lua to adc_rgb BruceMe 2015-05-30 10:23:44 -0500
  • 1ae9ff579b Rename adc_rgb to adc_rgb.lua BruceMe 2015-05-30 10:22:34 -0500
  • 4949d87fc7 Delete http_server BruceMe 2015-05-30 10:22:12 -0500
  • 469e660761 HTTP server for Light/Servo BruceMe 2015-05-30 10:20:54 -0500
  • cc1bd7b0ab HTTPServer for Light and Servo BruceMe 2015-05-30 10:18:30 -0500