Skip to content
Snippets Groups Projects
  1. May 28, 2016
    • Alexander Alashkin's avatar
      Check malloc results, Contribute to cesanta/dev#3726 · 58b8acd6
      Alexander Alashkin authored
      PUBLISHED_FROM=309be4a56754250406dd48f1abd30b68776f5c7e
      58b8acd6
    • Dmitry Frank's avatar
      Add v7 arg to _mk_ and _get_ functions · 177e829f
      Dmitry Frank authored
      `v7_mk_undefined()` and `v7_mk_null()` are left unchanged, but marked
      deprecated, and `V7_UNDEFINED` and `V7_NULL` are public now.
      
      Xtensa code size with instrumentation: 590400 -> 590432, i.e. 32 bytes.
      Xtensa code size without instrumentation: 530848 -> 531760, i.e. 912
      bytes.
      
      As objdump reveals, inside v7.c, `v7_mk_number` and others are inlined,
      so the extra v7 argument is eliminated; outside of v7.c it's obviously
      not inlined.
      
      ----
      
      Also, v7_get_int() is added, which currently just casts stored double
      value to int
      
      PUBLISHED_FROM=e984b7308faf2380b3de388f238e0fae0aea545d
      177e829f
  2. May 16, 2016
  3. May 15, 2016
    • Dmitry Frank's avatar
      Remove old docs, rename docs_new to docs · 23122b32
      Dmitry Frank authored
      It would be probably good idea to also remove tools/docgen.py and
      asciidoc.mk, but asciidoc.mk is still mentioned under `cloud/doc`, which
      may contain some useful info which we'll need at least to review before
      removing.
      
      PUBLISHED_FROM=faf454d4c52a2f07ea8ac084cf0bd11a0c9c9b3b
      23122b32
    • Marko Mikulicic's avatar
      Temporarily disable appdash from docker-compose · f443c643
      Marko Mikulicic authored
      Until I read the doc and find how to limit the retention,
      otherwise it just eats all my ram and cpu and things start to fall
      apart.
      
      PUBLISHED_FROM=eb33fb44736f07b992270689217aca4af70513ff
      f443c643
  4. May 03, 2016
  5. Apr 28, 2016
  6. Apr 22, 2016
  7. Apr 19, 2016
  8. Apr 15, 2016
  9. Apr 13, 2016
  10. Apr 12, 2016
  11. Apr 11, 2016
    • Deomid Ryabkov's avatar
      Fix comment format in http.h · 76364af2
      Deomid Ryabkov authored
      Functions decl must follow comment to be correctly documented
      
      PUBLISHED_FROM=6ab035cda470c2c23240db4435abd8c241c71b0d
      76364af2
    • Dmitry Frank's avatar
      Improve Android app · 0be132f3
      Dmitry Frank authored
      Now it can talk to backend as well to the demo device: `LCD.AddLine`,
      `LED.Set`, `LED.Get`.
      
      PUBLISHED_FROM=40f493cdabe6ad23a6f26a4563366bebb5071529
      0be132f3
  12. Apr 08, 2016
  13. Apr 06, 2016
  14. Apr 01, 2016
  15. Mar 21, 2016
Loading