Commit Graph

  • a0d315f34e Merge pull request #1 from bruceme/bruceme-patch-1 BruceMe 2015-05-30 09:32:08 -0500
  • cb6c9becb0 ADC driving RGB LED; electronic mood ring BruceMe 2015-05-30 09:29:36 -0500
  • fcde022c93 Merge pull request #450 from dnc40085/dev096_revert_commit_5261fb1 Vowstar 2015-05-29 15:06:04 +0800
  • d8a8746b9e Merge pull request #447 from creationix/dev Vowstar 2015-05-29 15:05:37 +0800
  • d9bb585523 Merge pull request #445 from makefu/dev Vowstar 2015-05-29 15:05:25 +0800
  • 01d90f1cb0 revert app/spifs folder to commmit 8f925e6 dnc40085 2015-05-28 23:54:07 -0700
  • 7eed15ec5c Imported Aaron Gifford's SHA-256/384/512 implementation. Johny Mattsson 2015-05-29 12:14:01 +1000
  • 1f798dabf7 Revert "Update spiffs to latest." dnc40085 2015-05-28 17:38:08 -0700
  • 2128c42f02 Add headers for discovered rom functions = 2015-05-28 15:10:12 -0500
  • 59df376a3a Rename base64Encode to toBase64 and hexEncode to toHex = 2015-05-28 08:55:53 -0500
  • c8145434c3 Add crypto.hexEncode and crypto.mask = 2015-05-27 21:54:08 -0500
  • ca78b9ea2c Add crypto module initially containing sha1 and base64_encode. = 2015-05-25 23:06:49 -0500
  • 3a7f31fe36 Merge 66297480a3 into f7a6183853 Tim Caswell 2015-05-28 02:54:13 +0000
  • 66297480a3 Add crypto.hexEncode and crypto.mask = 2015-05-27 21:54:08 -0500
  • 644e77ccb3 Add crypto module initially containing sha1 and base64_encode. = 2015-05-25 23:06:49 -0500
  • c29edf7a22 app/modules/ws2812.c: re-add ws2812.write() makefu 2015-05-26 23:12:38 +0200
  • f7a6183853 Merge pull request #437 from dnc40085/dev096_adc.vdd33_fix Vowstar 2015-05-24 07:23:16 +0800
  • 2d0689142c Merge pull request #438 from dnc40085/dev096_wifi.getchannel Vowstar 2015-05-24 07:23:07 +0800
  • 6477f5f389 added wifi.getchannel dnc40085 2015-05-22 19:42:21 -0700
  • dd00e31027 Added fix to adc.readvdd33() to prevent crashing in station mode while connected dnc40085 2015-05-22 18:01:05 -0700
  • d7951c9663 Merge remote-tracking branch 'upstream/master' supergis 2015-05-22 08:21:32 +0800
  • 5261fb1948 Update spiffs to latest. HuangRui 2015-05-21 15:18:35 +0800
  • c66cced7f4 Merge branch 'dev096' of https://github.com/nodemcu/nodemcu-firmware HuangRui 2015-05-21 10:59:30 +0800
  • 8887085ef8 Revert file.format method. HuangRui 2015-05-21 10:58:58 +0800
  • c82cc3f7c5 Testing use all modules. HuangRui 2015-05-21 10:42:28 +0800
  • a1e67c5cf0 Try to use latest spiffs but not success. HuangRui 2015-05-21 10:39:02 +0800
  • 8f925e64c9 Merge pull request #435 from dnc40085/dev096-wifi.sta.getap_CB_fix Vowstar 2015-05-21 02:33:49 +0800
  • 7244d51b38 Fixed bug in wifi_scan_done dnc40085 2015-05-20 02:21:46 -0700
  • fc8fa2cc91 Fixed readvdd33 bug. HuangRui 2015-05-19 20:11:15 +0800
  • 0f3ade36d8 Merge branch 'dev' of https://github.com/nodemcu/nodemcu-firmware HuangRui 2015-05-19 20:06:03 +0800
  • 03761b8601 Merge pull request #431 from dnc40085/dev096-wifi.ap.setip_fix Vowstar 2015-05-18 23:53:31 +0800
  • 4736f10d23 Merge pull request #425 from tamisoft/dev Vowstar 2015-05-18 23:53:19 +0800
  • 546bca00c1 changed wifi_setip() to allow setting SoftAP gateway to 0.0.0.0 dnc40085 2015-05-17 19:29:26 -0700
  • de053cf479 Add support for lm92 temperature sensor Levente Tamas 2015-05-17 11:57:43 +0300
  • 77b1dfa1b3 Merge pull request #424 from jorgempy/dev Vowstar 2015-05-17 08:59:38 +0800
  • 70580dc4ae added net.dns.setdnsserver('ip',[index]), net.dns.getdnsserver([index]), net.dns.resolve('domain.com', function cb('ip' or nil if fail) ) Jorge Mesquita 2015-05-16 20:53:31 -0400
  • 349c8f8421 Merge c7fd04d372 into 0ad574705d jorgempy 2015-05-16 23:41:53 +0000
  • c7fd04d372 added net.dns.setdnsserver('ip',[index]), net.dns.getdnsserver([index]), net.dns.resolve('domain.com', function cb('ip' or nil if fail) ) Jorge Mesquita 2015-05-16 19:37:26 -0400
  • 61f65fb02a Merge pull request #420 from devsaurus/dev Vowstar 2015-05-16 20:26:50 +0800
  • 4ca95a52bc clean devsaurus 2015-05-16 13:42:09 +0200
  • 5b588b7bd3 implement getStrWidth() and setFontLineSpacingFactor() devsaurus 2015-05-15 21:32:28 +0200
  • de56cb084e sort member functions devsaurus 2015-05-15 21:13:59 +0200
  • 0ad574705d Merge pull request #414 from robertfoss/master Vowstar 2015-05-15 12:09:32 +0800
  • e495170c42 Merge pull request #396 from cal101/dev Vowstar 2015-05-15 12:08:04 +0800
  • 71469dd70f Merge branch 'dev' of https://github.com/nodemcu/nodemcu-firmware HuangRui 2015-05-15 08:13:46 +0800
  • 43d06459a6 Merge pull request #409 from dnc40085/dev096-wifi_scan_done Vowstar 2015-05-15 07:54:48 +0800
  • 60e1e8ba7d Merge pull request #408 from dnc40085/dev096-wifi.ap.config Vowstar 2015-05-15 07:54:42 +0800
  • 55cff23f64 Merge pull request #405 from dnc40085/dev096-wifi.setmac_fix Vowstar 2015-05-15 07:54:34 +0800
  • d30fea9bd0 Merge pull request #413 from dnc40085/dev096-tmr.alarm_memory_leak_fix Vowstar 2015-05-15 07:49:49 +0800
  • a5d96f4719 Merge pull request #404 from dnc40085/dev096-wifi.sta.getconfig Vowstar 2015-05-15 07:45:56 +0800
  • a14971fa5b Merge pull request #402 from trilader/dev Vowstar 2015-05-15 07:41:01 +0800
  • 8ceb536f7c update missing functions devsaurus 2015-05-14 23:32:34 +0200
  • d2824bb908 Fix i2c.address range from 127 to 255 saper-2 2015-05-14 22:35:49 +0200
  • 4c2ad0f545 Add -Os flag to release and debug builds robertfoss 2015-05-14 11:27:43 -0400
  • 894fcc4799 minor change dnc40085 2015-05-14 04:59:55 -0700
  • 4f097cf063 Fixed memory leak in tmr.alarm() dnc40085 2015-05-14 04:40:57 -0700
  • cf32376467 Minor change to wifi.sta.getap() dnc40085 2015-05-11 21:02:46 -0700
  • e9081a81a5 Remove conflict dnc40085 2015-05-11 20:03:02 -0700
  • 3941977550 Removed commented lines from previous commit dnc40085 2015-05-11 18:45:27 -0700
  • 78cb215bb2 Changed output format of table that is output by wifi_scan_done dnc40085 2015-05-11 18:26:16 -0700
  • f31671044d Fixed error in wifi_station_listap dnc40085 2015-05-11 17:59:51 -0700
  • aca2b7724b Added description to wifi_station_listap dnc40085 2015-05-11 05:38:23 -0700
  • cf54f85549 Added ability to set scan configuration to wifi.sta.getap dnc40085 2015-05-11 05:12:34 -0700
  • 5b375cfe50 Copied changes from dev branch, commit f13c5c6 from Wayne Bartnick dnc40085 2015-05-11 05:06:48 -0700
  • 36ca5460ff Merge 9a18585b59 into 608d5f6be0 dnc40085 2015-05-11 09:01:50 +0000
  • 9a18585b59 Added more comments to wifi_station_getrssi() dnc40085 2015-05-11 02:01:46 -0700
  • c6c8bd84a0 minor change to wifi.sta.config() dnc40085 2015-05-11 00:05:28 -0700
  • be143e3497 Modified wifi.sta.getrssi() example to reflect changes to function dnc40085 2015-05-10 16:54:12 -0700
  • 05af77ea3f Changed wifi.sta.getrssi() to include ability to set channel dnc40085 2015-05-10 16:05:09 -0700
  • 90e8bfd5e4 Changed wifi.sta.getrssi() to allow user to request RSSI from alternate BSSID even if bssid_set==0 in STATION config dnc40085 2015-05-09 20:13:53 -0700
  • bdda245a82 Fix typo in comments dnc40085 2015-05-09 17:29:33 -0700
  • 7533a6afba Fix for inability to use standard formatted MAC address with wifi.setmac() also changed wifi.getmac() to use macro dnc40085 2015-05-09 04:29:18 -0700
  • f9e0e0cc61 Added examples to description of wifi.sta.config() dnc40085 2015-05-09 04:17:35 -0700
  • 91d5abbcb1 wifi.sta.getrssi() dnc40085 2015-05-09 03:52:22 -0700
  • e667b2029d Added function wifi.sta.getconfig() Added more parameters to wifi.sta.config() dnc40085 2015-05-09 01:50:35 -0700
  • bc7b9f86c4 Allow connecting to unsecured WiFi networks trilader 2015-05-07 15:12:57 +0200
  • 608d5f6be0 Merge pull request #401 from dnc40085/dev096-wifi-sta-getap_fix Vowstar 2015-05-07 20:56:54 +0800
  • 700ba55d26 Fix for memory leak in function wifi.sta.getap() dnc40085 2015-05-07 05:02:59 -0700
  • 749e71d9cb Fixed strange SPI flash API error. Added word_of_aligned_array. Vowstar 2015-05-05 23:59:30 +0800
  • 6f31a20240 Makefile fix: "-Os" was overridden by "-O2" cal 2015-05-01 17:39:47 +0200
  • 32e9ac204a Fix PWM init bug, set all initial duty to 0. vowstar 2015-05-01 18:35:30 +0800
  • 4b4f600038 Merge branch 'dev' of https://github.com/nodemcu/nodemcu-firmware Orgmar 2015-05-01 18:27:48 +0800
  • 1923280572 Merge pull request #365 from nodemcu/master Vowstar 2015-05-01 14:57:50 +0800
  • 8637661e11 Merge pull request #390 from dnc40085/dev096-phymode Vowstar 2015-05-01 14:56:05 +0800
  • 0f40adf49a Merge pull request #377 from MarsTechHAN/patch-4 Vowstar 2015-05-01 14:54:59 +0800
  • 6c080c9d15 Merge pull request #383 from devsaurus/dev Vowstar 2015-05-01 14:54:43 +0800
  • f4a9de4886 Added comments for setphymode and getphymode functions in wifi module Added constants PHYMODE_B, PHYMODE_G, PHYMODE_N to wifi module dnc40085 2015-04-29 00:06:06 -0700
  • 114f65c0ce Merge remote-tracking branch 'upstream/master' supergis 2015-04-27 14:04:39 +0800
  • 900c43d520 Add setphymode and getphymode to wifi module dnc40085 2015-04-26 20:03:44 -0700
  • 67097fb304 Merge efd2de6025 into d5731dd9bd dnc40085 2015-04-27 02:55:49 +0000
  • efd2de6025 Add getphymode and setphymode to wifi module dnc40085 2015-04-26 19:51:15 -0700
  • 7b8d2f449e Add getphymode and setphymode to wifi module dnc40085 2015-04-26 19:43:37 -0700
  • 897c8cd169 further reduce memory for u8g graphics test devsaurus 2015-04-24 21:57:27 +0200
  • 4cd2b554ec Merge remote-tracking branch 'upstream/dev' into dev devsaurus 2015-04-24 20:34:35 +0200
  • effb57247c Add Example to yeelink lib Martin Han 2015-04-22 13:16:37 +0800
  • a60f28cf9c Ver 0.1.2 r1 Add init ok callback function Martin Han 2015-04-22 13:10:06 +0800
  • 5bda87845f Update to Ver0.1.2, fix logic bug Martin Han 2015-04-22 12:50:02 +0800
  • fc19725fef make variables local to save heap devsaurus 2015-04-21 21:48:12 +0200
  • a7efb986db Added make target "flash_USB1" dnc40085 2015-04-21 09:41:40 -0700
  • adf27f4bee Changed uart_init to 115200 and changed eclipse project settings dnc40085 2015-04-21 06:40:52 -0700