Skip to content
Snippets Groups Projects
  1. Jul 18, 2015
  2. Jul 17, 2015
    • Cristian Maglie's avatar
      Merge branch 'cxx11' · 728d723e
      Cristian Maglie authored
      728d723e
    • Cristian Maglie's avatar
      8ebc4be2
    • Cristian Maglie's avatar
      Enable C11/C++11 · 1f09fc96
      Cristian Maglie authored
      See https://github.com/arduino/Arduino/pull/2175
      
      Quoting the original commits from Matthijs Kooijman:
      
          Enable C++11 support
      
          This uses the gnu++11 standard, which is C++11 with GNU extensions.
          C++11 should be full compatible with the previously used C++98
          standards, so all pre-existing sketches should continue to work.
      
          Enable C11 support
      
          This uses the gnu11 standard, which is C11 with GNU extensions.
          Previously, gnu89 was being used, which is pretty ancient by now. C99
          brings some important improvements, some of which were already available
          and used even without this option. C11 is more recent and brings more
          minor improvements. Most notable feature is the static_assert statement,
          allowing checking invariants at compiletime using the full C
          expressions.
      1f09fc96
  3. Jul 06, 2015
  4. Jul 05, 2015
    • Cristian Maglie's avatar
      Uart: fix acknowledge of UART errors · 49fe4380
      Cristian Maglie authored
      This fix lock-ups on UART errors (for example when disconnecting
      and reconnecting RX/TX wires or if the method Serial.begin is
      called while another device is already transmitting).
      49fe4380
  5. Jul 03, 2015
  6. Jul 01, 2015
  7. Jun 29, 2015
  8. Jun 26, 2015
  9. Jun 24, 2015
  10. Jun 23, 2015
  11. Jun 19, 2015
  12. Jun 18, 2015
  13. Jun 17, 2015
  14. Jun 15, 2015
  15. Jun 14, 2015
  16. Jun 13, 2015
  17. Jun 12, 2015
  18. Jun 11, 2015
Loading