Commit Graph

  • 75849f79ab Fix compiler warning in tmr.c dnc40085 2015-11-04 17:55:09 -0800
  • 4efa6afef9 request rebase instead of merge for contributions devsaurus 2015-11-04 22:54:49 +0100
  • 91ba22a49d Minor change dnc40085 2015-11-04 06:37:57 -0800
  • 6b8c7f4b8e Merge pull request #724 from DiUS/more-wdt-fixup Terry Ellison 2015-11-04 10:52:49 +0000
  • d6cc6d3e68 added wifi table entry for NULLMODE dnc40085 2015-11-03 18:06:41 -0800
  • 5c1c51642e Fix newly introduced incorrect WDT feeding. Johny Mattsson 2015-11-04 12:46:37 +1100
  • 4387f90339 Added function wifi.sleep dnc40085 2015-11-03 17:23:43 -0800
  • 0beee5c1ae Minor tweaks to luac.cross for SDK 1.4 support TerryE 2015-11-03 22:45:43 +0000
  • 307323d1ff Add luac.cross capability to nodeMCU TerryE 2015-09-01 06:11:36 +0100
  • a08626d84f Add minimum debug library providing traceback() and getregistry() functions TerryE 2015-08-31 12:18:57 +0100
  • eb6c606f20 Merge 3f3da64886 into d8c6fe0b25 kvakanet 2015-11-03 09:12:21 +0000
  • d8c6fe0b25 Merge pull request #718 from karrots/mqtt_lwt_679 Terry Ellison 2015-11-03 08:56:28 +0000
  • e2dd98ba10 Update mqtt.c fix for #679 kvakanet 2015-10-20 13:02:06 +0500
  • 9306e76ae1 Merge pull request #675 from adetante/master Vowstar 2015-11-01 14:37:47 +0800
  • 23ce97a558 Merge pull request #680 from nickandrew/onewire-power Vowstar 2015-11-01 14:37:02 +0800
  • 8568ecec50 Merge pull request #681 from nickandrew/ds18s20-support Vowstar 2015-11-01 14:35:27 +0800
  • ba0d33780f Merge pull request #686 from h3ndrik/master Vowstar 2015-11-01 14:34:37 +0800
  • 95e2bbb0f0 Merge pull request #688 from karrots/mqtt-puback-fix Vowstar 2015-11-01 14:34:12 +0800
  • a38fbdbf51 Merge pull request #713 from christakahashi/hx711-support Vowstar 2015-11-01 14:31:12 +0800
  • 3e0a3e992e Merge pull request #717 from karrots/feature/baudrate_define Vowstar 2015-11-01 14:30:57 +0800
  • 66e65bd3c1 Add #DEFINE to user_config.h to enable easier bit rate selection. Jonathan karras 2015-10-29 21:25:02 -0600
  • 9697c9d432 Merge 0e62710f30 into 52d6be5299 Jonathan Karras 2015-10-31 22:42:02 +0000
  • 0e62710f30 Added #ifndef to account for build time definition of BIT_RATE_DEFAULT. Jonathan karras 2015-10-31 16:40:13 -0600
  • 68d4013916 Moved #define BIT_RATE_DEFAULT to user_config.h Jonathan karras 2015-10-31 16:33:48 -0600
  • dffbfacd46 most users won't need this so it should be off be default chris 2015-10-30 23:31:45 -0700
  • d0851d439a doc hx711 update chris 2015-10-30 23:27:31 -0700
  • d008fa0ba2 Added ability to use #DEFINE to select default baud rate. Jonathan karras 2015-10-29 21:25:02 -0600
  • 57c2e6eacd Fix for MQTT PUBACK loop Jonathan karras 2015-10-12 23:49:10 -0600
  • 52d6be5299 Merge pull request #705 from devsaurus/dev-fdplx devsaurus 2015-10-28 23:36:39 +0100
  • 9444ae28df simplify spi api duplex_mode configuration enables/disables receiving with spi.send() spi.send_recv removed devsaurus 2015-10-27 23:30:33 +0100
  • 38b494c07e Merge pull request #702 from devsaurus/dev-fdplx Vowstar 2015-10-27 14:34:13 +0800
  • f11a5df955 Merge pull request #703 from DiUS/wdt-format-fix Johny Mattsson 2015-10-27 14:39:31 +1100
  • b535be7ab8 Fix WDT resets during file.format(). Johny Mattsson 2015-10-27 14:31:17 +1100
  • 0ba0370b87 fix construction of table devsaurus 2015-10-26 22:40:11 +0100
  • d46bc5cc1f align spi_recv to platform_spi_send_recv devsaurus 2015-10-26 22:39:33 +0100
  • 7d77398921 introduce full/half duplex transactions and add spi.send_recv() devsaurus 2015-10-25 22:58:06 +0100
  • eb8e683a9e Merge e05739160c into c223ecfe5f Michael Lucas 2015-10-23 11:54:40 +0000
  • e05739160c Implement SDK function wifi_status_led_install aeprox 2015-10-23 13:50:47 +0200
  • 79664e481b Merge 2611e22362 into c223ecfe5f Michael Lucas 2015-10-23 11:40:05 +0000
  • 2611e22362 Remove unneeded file (app/modules/mdns.c) aeprox 2015-10-23 13:37:56 +0200
  • 1409540bbe Change in LUA API, as suggested aeprox 2015-10-23 11:10:13 +0200
  • fa95b58aef Implement SDK function wifi_status_led_install aeprox 2015-10-22 21:28:43 +0200
  • 81b3d18af4 Merge ad6c87a2d1 into c223ecfe5f Jonathan Karras 2015-10-22 17:30:39 +0000
  • ad6c87a2d1 Revert "Add missing user_interface.h file to tmr.c" Jonathan karras 2015-10-22 11:30:14 -0600
  • 70c04b27af Add missing user_interface.h file to tmr.c Jonathan karras 2015-10-21 01:16:38 -0600
  • 957c4777d4 Modified WDT feeder to use new API calls. Jonathan karras 2015-10-19 21:58:41 -0600
  • c223ecfe5f Merge pull request #693 from devsaurus/dev-hspi_apiext devsaurus 2015-10-21 22:33:08 +0200
  • 2412f0667d Merge pull request #694 from devsaurus/dev-ssl devsaurus 2015-10-20 20:44:29 +0200
  • 3f3da64886 Update mqtt.c fix for #679 kvakanet 2015-10-20 13:02:06 +0500
  • 75488639eb make spi.send() transparent for 32 bit data accept negative values as u32 devsaurus 2015-10-19 23:01:59 +0200
  • 7ac9a46c40 support secure connection based on CLIENT_SSL_ENABLE devsaurus 2015-10-18 23:04:40 +0200
  • 20881d27a1 fix u8g/ucg spi.setup() devsaurus 2015-10-18 17:40:11 +0200
  • a6eb5ccb80 improved default handling of clock_div and databit length devsaurus 2015-10-18 11:37:17 +0200
  • 26f4bc7957 ensure backwards compatibility of exising api functions devsaurus 2015-10-11 16:03:58 +0200
  • 19092712e5 remove obsolete spi_mast_send and rename platform_spi_send devsaurus 2015-10-11 13:42:03 +0200
  • c3680f8291 update examples and doc to api change devsaurus 2015-10-11 10:41:12 +0200
  • 28a04cc9c1 remove obsoleted constants for databit length devsaurus 2015-10-11 10:29:28 +0200
  • f238673772 rework of (H)SPI API devsaurus 2015-10-10 22:34:36 +0200
  • 9cde0bbb83 add SPI transaction support devsaurus 2015-10-08 23:13:31 +0200
  • 8c419b8a3b Merge pull request #692 from Aeprox/dev Vowstar 2015-10-17 21:55:06 +0800
  • 5ab8de34e7 Fix adc.readvdd33 aeprox 2015-10-17 15:47:17 +0200
  • e964b880e3 Merge pull request #665 from bigjohnson/master Vowstar 2015-10-17 20:59:29 +0800
  • d684519e1f Merge pull request #660 from dnc40085/dev120_getrssi Vowstar 2015-10-17 20:58:33 +0800
  • 340ef8fc0a Merge pull request #636 from karrots/mqtt-clean-session Vowstar 2015-10-17 20:58:06 +0800
  • a33e3a4a25 Merge pull request #687 from DiUS/dev140 Vowstar 2015-10-17 20:56:08 +0800
  • 8fba0f47de Make UDP server work again after 1.4.0 API changes. Johny Mattsson 2015-10-15 12:13:34 +1100
  • afdd9430e0 Removed old lwip include file. Johny Mattsson 2015-10-12 15:57:24 +1100
  • f54264669b Fixed includes after LWIP 1.4.0 upgrade. Johny Mattsson 2015-10-12 14:31:52 +1100
  • 5d5be35633 Upgraded LWIP to 1.4.0 released from Espressif. Johny Mattsson 2015-10-12 14:31:04 +1100
  • 711d464a2b Re-enabled open source LWIP. Johny Mattsson 2015-10-09 15:32:59 +1100
  • a161f882ae Espressif-provided fix for open source LWIP on 1.4.0. Johny Mattsson 2015-10-09 15:32:29 +1100
  • dec159bce1 Support for fixing the filesystem location. Johny Mattsson 2015-10-09 13:54:51 +1100
  • df3178d763 Switch to Travis containerized builds Marcel Stör 2015-07-21 20:46:09 +0200
  • bf8ed500bf Moved node.key() & node.led() support into node module. Johny Mattsson 2015-10-08 14:14:51 +1100
  • fe6289a6c2 Switch Lua input to event driven instead of polled. Johny Mattsson 2015-10-08 13:33:15 +1100
  • 67a711931a Switch to SDK LWIP until issues with the open one can be resolved. Johny Mattsson 2015-10-08 12:07:08 +1100
  • e905c24dcc Removed unsused, now incompatible SSL code. Johny Mattsson 2015-10-08 11:52:26 +1100
  • 21c4e11020 Enable dynamic build dates, plus print SDK version. Johny Mattsson 2015-10-07 13:33:09 +1100
  • 439f72c43a New toolchain for travis-ci. Johny Mattsson 2015-10-07 13:06:33 +1100
  • 30380f6cff Further cleanup of ld directory. Johny Mattsson 2015-10-07 12:02:49 +1100
  • 7d0b13df81 Bumped version string to stop confusing myself. Johny Mattsson 2015-10-06 18:25:20 +1100
  • e4ba75652d Fixed missing iram0.text segment. Johny Mattsson 2015-10-06 18:23:25 +1100
  • 8bdde6e28d Sorted out linker scripts & options. Johny Mattsson 2015-10-05 17:53:23 +1100
  • 3d99ea6833 Removed old SDK-provided bin files. Johny Mattsson 2015-10-01 16:07:55 +1000
  • 8f6420227d Mark top level makefile as not parallel capable. Johny Mattsson 2015-10-01 15:27:42 +1000
  • 91ee5c088c Wifi module update to new smartconfig API. Johny Mattsson 2015-10-01 15:26:20 +1000
  • 38cc84d2fc Removed gpio pulldown references. Johny Mattsson 2015-10-01 15:23:56 +1000
  • f1552605d9 Change os_update_cpu_freq... to ets_update_cpu_freq... Johny Mattsson 2015-10-01 15:20:53 +1000
  • d2ac5f1712 Changed os_intr_xxx to ets_intr_xxx. Johny Mattsson 2015-10-01 15:19:50 +1000
  • 3b9a42e254 Updated #includes to work on new SDK. Johny Mattsson 2015-10-01 15:17:16 +1000
  • cc220d9201 Moved TEXT_SECTION_ATTR macro to its own header. Johny Mattsson 2015-10-01 15:14:50 +1000
  • 8dff84e0a2 Missing file from the LWIP upgrade/import. Johny Mattsson 2015-10-01 15:12:24 +1000
  • d8ba7d5bd8 Override the c_types.h to get int64_t defined properly. Johny Mattsson 2015-10-01 15:10:42 +1000
  • c674d191e4 Upgraded open-source LWIP. Johny Mattsson 2015-10-01 15:07:16 +1000
  • c1cd58e096 Build using 1.4.0 SDK + remove old SDK includes/libs. Johny Mattsson 2015-10-01 15:04:18 +1000
  • 57d5e2072e Imported latest SDK 1.4.0 on the side in prep for upgrade. Johny Mattsson 2015-10-01 15:02:55 +1000
  • c925e98ab8 add TM1829 support Hendrik Langer 2015-10-10 17:10:54 +0200
  • 140bcee2e0 comment cleanup chris 2015-10-08 20:44:19 -0700
  • c298a5cf60 documented hx711 chris 2015-10-08 20:43:57 -0700
  • cf079fa333 Basic hx711 functionality chris 2015-10-08 20:34:24 -0700