Skip to content
Snippets Groups Projects
  1. Nov 21, 2016
  2. Nov 18, 2016
  3. Nov 17, 2016
  4. Nov 16, 2016
  5. Nov 15, 2016
    • 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
    • Alexander Alashkin's avatar
      Fix mg_match_prefix · 8a6cf95f
      Alexander Alashkin authored
      PUBLISHED_FROM=4fdfa61e7b3b62083b0ac8fe74dd2dd3793f50fe
      8a6cf95f
    • Dmitry Frank's avatar
      Minor formatting fix · 37a7031f
      Dmitry Frank authored
      PUBLISHED_FROM=c56b4ae00c454e6931ab29b095641bf0222f860c
      37a7031f
    • Dmitry Frank's avatar
      Fix simplelink SSL context · 8874f3de
      Dmitry Frank authored
      It wasn't checked for `NULL`, and on CC3200 NULL dereferencing addresses
      doesn't cause a crash, so it worked by pure luck: ctx->ssl_key was 0.
      After `mg_` to `miot_` refactoring it's not the case anymore (presumably
      because linker arranged objects in a different order), so this bug shown
      up.
      
      PUBLISHED_FROM=0f1cc73a078c18432c68ae0f9b14dd06b3bb4279
      8874f3de
  6. Nov 14, 2016
  7. Nov 11, 2016
  8. Nov 10, 2016
  9. Nov 09, 2016
  10. Nov 08, 2016
  11. Nov 07, 2016
  12. Nov 06, 2016
  13. Nov 04, 2016
    • Dmitry Frank's avatar
      Add readme for nRF51 example · 84132b7b
      Dmitry Frank authored
      And pre-create directories for SDK for both nRF51 and nRF52.
      
      PUBLISHED_FROM=00caf156f48da92804c6af8efe323535fbc5497d
      84132b7b
    • Dmitry Frank's avatar
      Enable warnings on nRF5x examples · e69a7a1b
      Dmitry Frank authored
      Now all warnings are disabled on SDK files, and enabled on our
      application's files.
      
      Fixed a couple of things in nRF52 which were unnoticed because all
      warnings were disabled there from the beginning.
      
      PUBLISHED_FROM=a33ab22d0ce85efea364b80478986b88f4b0a3a2
      e69a7a1b
    • Dmitry Frank's avatar
      Fix nRF51 compiler flag for GCC · 7f2bdc21
      Dmitry Frank authored
      PUBLISHED_FROM=f8b4e8650d72c2ec5525e0510fbc8a80f8645a14
      7f2bdc21
Loading