1. Feb 01, 2021
  2. Jan 31, 2021
  3. Jul 02, 2020
  4. Jul 01, 2020
  5. Jun 08, 2020
  6. May 23, 2020
  7. May 16, 2020
  8. May 15, 2020
  9. May 01, 2020
  10. Apr 30, 2020
  11. Apr 29, 2020
  12. Apr 28, 2020
    • Sebastian Kuzminsky's avatar
      build using the C11 standard · e743729c
      Sebastian Kuzminsky authored
      This is needed for older compilers (like Wheezy's gcc 4.7.2 and Jessie's
      gcc 4.9.2) to accept "modern" things like for-loops with the index
      variable declared in them:
      
      hostmot2.c:759:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
           for (int i = 0; i < num_pins; i ++) {
            ^
      hostmot2.c:759:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
      
      This also means we no longer need to override CFLAGS in the travis config.
      e743729c
  13. Apr 27, 2020
  14. Apr 26, 2020