Skip to content
Snippets Groups Projects
  1. Sep 13, 2017
  2. Sep 12, 2017
  3. Sep 06, 2017
  4. Aug 31, 2017
  5. Aug 30, 2017
    • Deomid Ryabkov's avatar
      CC3220: GPIO, sys_config and mgos_init support · 20230095
      Deomid Ryabkov authored
      ```
      Using port /dev/ttyACM0
      [Aug 30 19:33:02.105]
      [Aug 30 19:33:02.114] cc32xx_init          c_no_libs 1.0 (20170830-163205/mos8@6587ffd6+)
      [Aug 30 19:33:02.123] cc32xx_init          Mongoose OS 2017083016 (20170830-163205/mos8@6587ffd6+)
      [Aug 30 19:33:02.130] cc32xx_init          RAM: 253588 total, 240044 free
      [Aug 30 19:33:04.430] cc32xx_start_nwp     NWP v3.4.0.0 started, host driver v2.0.1.19
      [Aug 30 19:33:04.437] mgos_vfs_dev_open    slfs_container ({"prefix": "spiffs.img.0"}) -> 20005a64
      [Aug 30 19:33:04.450] cc32xx_vfs_dev_slfs_ 20005a64 spiffs.img.0.0 262144 0xfffffffffffffffe
      [Aug 30 19:33:04.457] mgos_vfs_mount       Mount SPIFFS @ / (dev 20005a64, opts ) -> 20005a74
      [Aug 30 19:33:06.102] mgos_vfs_mount       /: size 233681, used: 4016, free: 229665
      [Aug 30 19:33:06.108] mgos_vfs_mount       Mount SLFS @ /slfs (dev 0, opts ) -> 20005ed4
      [Aug 30 19:33:06.114] mgos_vfs_mount       /slfs: size 0, used: 0, free: 0
      [Aug 30 19:33:06.718] mgos_sys_config_init MAC: 04A316459442
      [Aug 30 19:33:06.720] mgos_sys_config_init WDT: 30 seconds
      [Aug 30 19:33:06.724] Hello, world!
      [Aug 30 19:33:06.728] mgos_init            Init done, RAM: 253588 total, 236544 free, 235864 min free
      ```
      
      PUBLISHED_FROM=7e83c9ddcc642bd324a40e125d6636ece824fb18
      20230095
    • Deomid Ryabkov's avatar
      CC3220 FS support · c7bea65a
      Deomid Ryabkov authored
      For now, we only support SPIFFS-in-a-box, same as CC3200.
      On CC3200SF it should be possible to have SPIFFS on built-in flash, but that is left for later.
      
      PUBLISHED_FROM=dee337c8cd8ed288c22abe9960eef81e6e90cc4a
      c7bea65a
  6. Aug 29, 2017
  7. Aug 27, 2017
  8. Aug 26, 2017
    • Deomid Ryabkov's avatar
      CC3220 first steps · 38e984a0
      Deomid Ryabkov authored
      Achievement unlocked: CC3220 port prints a boot banner.
      Then locks up.
      
      Included in this PR is refactoring to pull out common parts to be shared with CC3200.
      
      PUBLISHED_FROM=5fb9d9a00bb9ce7f63dde20bc1876076b76d5257
      38e984a0
  9. Aug 24, 2017
    • Our CI Bot's avatar
      Add mqtt_over_websocket_server example · 09e42547
      Our CI Bot authored
      Fixed bug in websocket handshake:
      now adding Sec-WebSocket-Protocol header in handshake response.
      
      PUBLISHED_FROM=e4a71ff9dc4aeec63db40cb7f356dc5b25c1215a
      09e42547
  10. Aug 22, 2017
  11. Aug 21, 2017
    • Deomid Ryabkov's avatar
      CC3220 blinky · 6517af3d
      Deomid Ryabkov authored
      Ignore all the mess, this is just the beginning...
      
      PUBLISHED_FROM=41ab3c5af0b1d07204619dd4d8dc2e84b6a54f32
      6517af3d
  12. Aug 17, 2017
  13. Jul 27, 2017
  14. Jul 21, 2017
    • Deomid Ryabkov's avatar
      Make mg_url_encode public · 0fba87c7
      Deomid Ryabkov authored
      Change the API to heap-allocate the string and get rid of a bunch of fat stack buffers.
      
      PUBLISHED_FROM=c793dc64a9a044a9769d92ea16859f5d704a2181
      0fba87c7
  15. Jul 05, 2017
  16. Jul 03, 2017
    • Deomid Ryabkov's avatar
      Add mg_strchr · cfd28a4f
      Deomid Ryabkov authored
      Write unit tests for some mg_str functions.
      
      PUBLISHED_FROM=1fc7e1d5d5ef259d4023f295aec8651caa3e7e86
      cfd28a4f
  17. Jul 02, 2017
  18. Jul 01, 2017
  19. Jun 28, 2017
  20. Jun 27, 2017
  21. Jun 26, 2017
  22. Jun 20, 2017
  23. Jun 13, 2017
    • Deomid Ryabkov's avatar
      mOS filesystem refactoring: introduce VFS · 27094896
      Deomid Ryabkov authored
      With different filesystem implementations and storage drivers, like grown-ups have :)
      This is not currently used to add any new functionality, we still have
      only one FS and driver on ESP8266 and ESP32; CC3200 has two: SPIFFS and SLFS.
      This will be used soon to implement filesystems on additional SPI flash chips and SD cards.
      
      PUBLISHED_FROM=293960fef82952c505e9b1925aac7724c7308362
      27094896
  24. Jun 04, 2017
  25. May 06, 2017
    • Sergey Lyubka's avatar
      Move struct http_message::body · cfe77a3d
      Sergey Lyubka authored
      Rationale: this is the optimisation to make JS FFI-ed API
      work nicer. We don't have strucuture introspection now,
      and do not generate offsets automatially. Thus, using a
      stable well-known location of the parsed message body is
      better, in case of number of HTTP headers macro changes.
      
      PUBLISHED_FROM=55bf25ac77060a9c81dfecd6601f037562530801
      cfe77a3d
  26. May 02, 2017
  27. Apr 27, 2017
  28. Apr 25, 2017
  29. Apr 24, 2017
  30. Apr 19, 2017
  31. Apr 11, 2017
    • Deomid Ryabkov's avatar
      Add optional digest auth to mOS HTTP server · 7f259f2a
      Deomid Ryabkov authored
      If http.auth_{domain,file} are configured, all HTTP requests require valid digest authorization header.
      This applies to files served by mg_http_serve as well as synamic endpoints such as /update and /rpc.
      
      mongoose-os#229
      
      PUBLISHED_FROM=824d594147cfeb2428b463d24478b207839aa5e2
      7f259f2a
  32. Mar 30, 2017
  33. Mar 24, 2017
  34. Mar 21, 2017
  35. Mar 20, 2017
  36. Mar 17, 2017
Loading