1. 20 Feb, 2016 1 commit
  2. 17 Feb, 2016 1 commit
    • TerryE's avatar
      Add New Tasking I/F and rework GPIO, UART, etc to support it · 49733f6f
      TerryE authored
      As with the last commit this rolls up the follwowing, but include the various
      review comments on the PR.
      
      -   **Documentation changes**. I've added the taks FAQ as a stub new Extension
      developer FAQ, and split the old FAQ into a Lua Developer FAQ and a Hardware
      FAQ.
      
      -   **Tasking I/F**.  New `app/task/Makefile`, `app/task/task.c`,
      `app/include/task/task.h` and `app/Makefile` as per previous commit.  Cascade
      changes to `app/driver/uart.c`, `app/include/driver/uart.h`,
      `app/user/user_main.c` and `app/modules/node.c`
      
      -   **GPIO Rework** to `app/modules/gpio.c` and `pin_map.[hc]`, `platform.[hc]`
      in `app/platform`
      
      -   **Other Optimisations** Move the `platform_*_exists()` from
      `app/platform/common.c` to static inline declarations in `platform.h` as
      this generates faster, smaller code. Move lgc.a routines out of iram0.
      49733f6f
  3. 20 Jan, 2016 1 commit
  4. 15 Jan, 2016 1 commit
  5. 14 Jan, 2016 1 commit
  6. 12 Jan, 2016 1 commit
  7. 02 Jan, 2016 1 commit
  8. 16 Dec, 2015 1 commit
    • Johny Mattsson's avatar
      Reworked module registration, removed modules.h · 4e8ef87d
      Johny Mattsson authored
      Module creation & registration now made a lot simpler. In essence,
      each module file is now self-contained and only needs a
      
        NODEMCU_MODULE(MYNAME, "myname", myname_map, luaopen_myname);
      
      line to both be automatically recognised by the Lua initialization
      as well as honor the LUA_USE_MODULES_MYNAME #define.
      4e8ef87d
  9. 12 Dec, 2015 1 commit
    • Johny Mattsson's avatar
      Major cleanup of module registration. · 6b6456be
      Johny Mattsson authored
      As per #810 & #796, only LUA_OPTIMIZE_MEMORY=2 & MIN_OPT_LEVEL=2 are
      supported when building. This commit effects that limitation.
      
      With this change modules/auxmods.h no longer needs to be updated for
      every new module, nor do module writers need to cater for a hypothetical
      LUA_OPTIMIZE_MEMORY < 2 scenario.
      6b6456be
  10. 09 Nov, 2015 1 commit
  11. 08 Nov, 2015 1 commit
  12. 12 Oct, 2015 2 commits
  13. 10 Aug, 2015 1 commit
  14. 03 Jul, 2015 2 commits
  15. 27 Jun, 2015 1 commit
  16. 26 Mar, 2015 1 commit
  17. 17 Mar, 2015 1 commit
  18. 15 Mar, 2015 3 commits
  19. 06 Mar, 2015 1 commit
  20. 16 Feb, 2015 2 commits
    • HuangRui's avatar
      Roll back system_get_vdd33 to readvdd33. · 86f0a730
      HuangRui authored
      Bug not fixed in this version =(
      86f0a730
    • HuangRui's avatar
      Update to SDK 0.9.6_b1 · 05fe3ea9
      HuangRui authored
      The open source LWIP is broken, use espressif's liblwip.a.
      Uses system_get_vdd33 instead of readvdd33.
      The espressif's sdk0.9.6 beta1 (2015.02.15) release note
      1、Optimize smartconfig to version v0.8;
      2、Optimize AT to version 0.22.b1;
      1>、Fixed bugs;
      2>、Optimize the speed of transparent transmission;
      3、Optimize boot to version 1.3(b3);
      1>、Fix compatibility problem of dual flash ;
      4、Solve problem of the large current in deep sleep;
      5、Fixed problem “check mem fail”;
      6、Fixed problem of UDP socket may stop listening broadcast packet after a long time running under some special router;
      7、Fixed bug related to wifi_station_scan;
      8、Other optimize to make the software more reliable;
      05fe3ea9
  21. 13 Feb, 2015 1 commit
  22. 12 Feb, 2015 1 commit
  23. 29 Jan, 2015 1 commit
    • HuangRui's avatar
      Combined dsleep_set_options(option) to dsleep( us, option ) · 5894df1d
      HuangRui authored
      * dsleep( us, option )
      Hardware has to support deep-sleep wake up (XPD_DCDC connects to EXT_RSTB with 0R). system_deep_sleep(0) ,set no wake up timer,connect a GPIO to pin RST, the chip will wake up by a falling-edge on pin RST.
      ** us: Integer
      time to sleep.
      if us = 0, it will sleep forever.
      ** option: Integer
      option=0, init data byte 108 is valuable;
      option>0, init data byte 108 is valueless.
      More details as follows:
      0, RF_CAL or not after deep-sleep wake up, depends on init data byte 108.
      1, RF_CAL after deep-sleep wake up, there will belarge current.
      2, no RF_CAL after deep-sleep wake up, there will only be small current.
      4, disable RF after deep-sleep wake up, just like modem sleep, there will be the smallest current.
      5894df1d
  24. 28 Jan, 2015 1 commit
  25. 26 Jan, 2015 1 commit
  26. 05 Jan, 2015 1 commit
  27. 31 Dec, 2014 2 commits
  28. 22 Dec, 2014 1 commit