1. 07 Nov, 2016 1 commit
  2. 06 Nov, 2016 1 commit
  3. 04 Nov, 2016 4 commits
    • 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
    • Dmitry Frank's avatar
      Make nRF51 example work with GCC · 0187f297
      Dmitry Frank authored
      Unfortunately it turns out Nordic's examples were able to build with GCC
      just because they suppressed all warnings; I had to do the same here
      because there are some macro redefinitions of arm-none-eabi-gcc and
      lwip.
      
      TODO: resolve that and do not suppress warnings.
      
      PUBLISHED_FROM=e65c7b0f2451f85765d958d7f67eb9262f7bc929
      0187f297
  4. 03 Nov, 2016 1 commit
  5. 02 Nov, 2016 2 commits
  6. 01 Nov, 2016 1 commit
  7. 31 Oct, 2016 2 commits
  8. 28 Oct, 2016 2 commits
  9. 27 Oct, 2016 3 commits
  10. 26 Oct, 2016 5 commits
  11. 24 Oct, 2016 1 commit
  12. 21 Oct, 2016 2 commits
  13. 20 Oct, 2016 5 commits
  14. 19 Oct, 2016 2 commits
  15. 18 Oct, 2016 2 commits
    • Deomid Ryabkov's avatar
      Enable MQTT client by default · a17eae41
      Deomid Ryabkov authored
      PUBLISHED_FROM=cb5d5afe166f637082d4b1d1bce5d9c263e91fd0
      a17eae41
    • Deomid Ryabkov's avatar
      CS_P_ESP_LWIP -> CS_P_ESP8266;add CS_P_NXP_KINETIS · 7b05d700
      Deomid Ryabkov authored
      LWIP part has been finally fully split from the ESP part, and ESP
      platform defs reduced to bare minimum. It is now possible to use LWIP
      in either low-level or socket mode without any ESP dependencies,
      and NXP Kinetis platform is the first to make use of it.
      
      PUBLISHED_FROM=4a9055897609c812296bdab5b4943ffde641ced2
      7b05d700
  16. 17 Oct, 2016 1 commit
    • Marko Mikulicic's avatar
      Don't clang-format non checked out things · 31c5ef1b
      Marko Mikulicic authored
      mbed-os is a directory that gets checked out by the mbed cli
      (a tool similar in spirit to miot) and it contains a lot of
      .c sources, so many of them that clang-format burns your CPU.
      
      While we're at it, also fix check_no_ifdefs when running under a commit
      hook.
      
      PUBLISHED_FROM=e5dd457ea3c4f9bd880f2491fb322dffa7abf70a
      31c5ef1b
  17. 14 Oct, 2016 4 commits
  18. 13 Oct, 2016 1 commit