1. 10 Apr, 2017 1 commit
  2. 19 Feb, 2017 1 commit
  3. 17 Feb, 2017 1 commit
  4. 16 Feb, 2017 1 commit
  5. 06 Feb, 2017 1 commit
  6. 03 Feb, 2017 1 commit
  7. 09 Jan, 2017 1 commit
  8. 15 Nov, 2016 1 commit
    • Dmitry Frank's avatar
      Rename `mg_` -> `miot_` under fw · 0ceee1dc
      Dmitry Frank authored
      `MG_ENABLE_...` macros are not yet renamed because it involves some
      logic change: e.g.  instead of defining `MG_ENABLE_MQTT`, one should
      define `MIOT_ENABLE_MQTT`, which should imply `MG_ENABLE_MQTT` as well.
      
      Macro refactoring is going to be done in another PR.
      
      PUBLISHED_FROM=f8b66d5772846126b94223a729a6bd87897f8de6
      0ceee1dc
  9. 31 Oct, 2016 1 commit
  10. 26 Oct, 2016 1 commit
  11. 18 Oct, 2016 1 commit
    • Deomid Ryabkov's avatar
      CS_P_ESP_LWIP -> CS_P_ESP8266;add CS_P_NXP_KINETIS · 7b05d700
      Deomid Ryabkov authored
      LWIP part has been finally fully split from the ESP part, and ESP
      platform defs reduced to bare minimum. It is now possible to use LWIP
      in either low-level or socket mode without any ESP dependencies,
      and NXP Kinetis platform is the first to make use of it.
      
      PUBLISHED_FROM=4a9055897609c812296bdab5b4943ffde641ced2
      7b05d700
  12. 14 Oct, 2016 2 commits
  13. 13 Oct, 2016 1 commit
    • Deomid Ryabkov's avatar
      Change from using #ifdef to #if for features tests · bafc30be
      Deomid Ryabkov authored
      "#if FOO" still works with simple -DFOO, but gives more flexibility.
      Specifically, if user expressed no preference (FOO is not defined),
      we can apply reasonable defaults (this is the legitimate use of ifdef).
      
      In short, from now on, please use
      
       #if MG_ENABLE_FOO
      
      instead of
      
       #ifdef MG_ENABLE_FOO
      
      Since we are all used to #ifdef, this change also adds a precommit check
      to police this. Specifically, in *.h and *.c files that are Copyright Cesanta,
      "ifdef" and "if defined()" are not allowed to be used with macros that contain
      ENABLE or DISABLE, unless the like also contains "ifdef-ok".
      
      Hence, if you are sure you want to use ifdef, use this:
      
       #ifdef MG_ENABLE_FOO /* ifdef-ok */
      
      PUBLISHED_FROM=9be829448f53cff575d6cae8b9945fb12531c15a
      bafc30be
  14. 05 Sep, 2016 1 commit
  15. 18 Aug, 2016 1 commit
  16. 26 Apr, 2016 1 commit
  17. 22 Apr, 2016 1 commit
  18. 05 Apr, 2016 1 commit
  19. 25 Mar, 2016 1 commit
  20. 21 Mar, 2016 2 commits
  21. 01 Mar, 2016 1 commit
  22. 13 Feb, 2016 1 commit
  23. 24 Nov, 2015 1 commit