1. 26 Oct, 2016 1 commit
  2. 19 Oct, 2016 1 commit
  3. 14 Oct, 2016 1 commit
  4. 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
  5. 03 Oct, 2016 3 commits
  6. 16 Sep, 2016 1 commit
  7. 15 Sep, 2016 1 commit
  8. 05 Sep, 2016 1 commit
  9. 18 Aug, 2016 1 commit
  10. 12 Aug, 2016 1 commit
  11. 27 Jul, 2016 1 commit
  12. 13 Jul, 2016 2 commits
  13. 01 Jul, 2016 1 commit
  14. 13 Jun, 2016 1 commit
    • rojer's avatar
      Change main code image filename in CC3200 bundles · a67323fc
      rojer authored
      /sys/mcuimg.bin is just another file on SLFS, no reason to give it
      special treatment. Preserve backward compatibility with old bundles:
      translate sys_mcuimg.bin -> /sys/mcuimg.bin
      
      PUBLISHED_FROM=be89a3d9785046f09279fef9e2bb6604eeaa576e
      a67323fc
  15. 09 Jun, 2016 1 commit
  16. 02 Jun, 2016 1 commit
  17. 31 May, 2016 1 commit
  18. 16 May, 2016 1 commit
    • Deomid Ryabkov's avatar
      Update the CC3200 build image · d41419c8
      Deomid Ryabkov authored
       * Add TI compiler
       * Remove cc3200prog, we don't use it
       * Update to Xenial (new Ubuntu stable release).
         It has ARM toolchain in the repos too, which is nice (no more PPA).
      
      PUBLISHED_FROM=57d6650b438c5665023346abefbc953263e3f87b
      d41419c8
  19. 03 May, 2016 1 commit
  20. 28 Apr, 2016 1 commit
  21. 22 Apr, 2016 2 commits
  22. 19 Apr, 2016 4 commits
  23. 18 Apr, 2016 1 commit
  24. 16 Apr, 2016 1 commit
  25. 15 Apr, 2016 1 commit
    • Deomid Ryabkov's avatar
      Add MG_hello for CC3200; upload file form · 2633628a
      Deomid Ryabkov authored
      Mg_hello is a simpler example for CC3200
      File upload form is served on / if index.html does not exist
      and always available on /upload
      
      PUBLISHED_FROM=f844245b26febc4b952e7c52ee4519ddb542072d
      2633628a
  26. 12 Apr, 2016 2 commits
  27. 08 Apr, 2016 3 commits
  28. 06 Apr, 2016 1 commit
  29. 05 Apr, 2016 2 commits