1. 01 Jul, 2016 1 commit
  2. 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
  3. 09 Jun, 2016 1 commit
  4. 02 Jun, 2016 1 commit
  5. 31 May, 2016 1 commit
  6. 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
  7. 03 May, 2016 1 commit
  8. 28 Apr, 2016 1 commit
  9. 22 Apr, 2016 2 commits
  10. 19 Apr, 2016 4 commits
  11. 18 Apr, 2016 1 commit
  12. 16 Apr, 2016 1 commit
  13. 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
  14. 12 Apr, 2016 2 commits
  15. 08 Apr, 2016 3 commits
  16. 06 Apr, 2016 1 commit
  17. 05 Apr, 2016 3 commits
  18. 01 Apr, 2016 8 commits
  19. 25 Mar, 2016 4 commits
  20. 21 Mar, 2016 1 commit
    • Deomid Ryabkov's avatar
      CC3200 FS refactoring and basic Mongoose example · 4f9627c6
      Deomid Ryabkov authored
      Moved filesystem-related code out of SJS and into common.
      Made it possible to have one, both or no filesystems enabled.
      FailFS is now SimpleLinkFS, SLFS (ahem).
      
      Example just serves a "Hello, world!" index page for now.
      
      PUBLISHED_FROM=0e98ee4b8d95782c10791522c42eae5a7ba314f9
      4f9627c6