1. 26 Aug, 2014 2 commits
  2. 25 Aug, 2014 1 commit
  3. 24 Aug, 2014 5 commits
  4. 22 Aug, 2014 2 commits
    • Theodor-Adrian Stana's avatar
      gps: Found and fixed the issue about needing a double ON_OFF pulse · ca039748
      Theodor-Adrian Stana authored
      This was actually wrong, the Antenova M10478 GPS module doesn't need a double
      ON_OFF pin pulse, it just needs an ~150ms delay from the time its EXT_RST pin
      is asserted to the time it can dump out data.
      
      What was happening before is that we didn't have a delay in the gps_init
      function before sending the on_off pulse, and this meant that the pulse was
      missed by the module, which never turned on.
      
      The added delay fixes this issue and we now need only a single pulse.
      ca039748
    • Theodor-Adrian Stana's avatar
      Fix problem with USB debug interface · 24049003
      Theodor-Adrian Stana authored
      The problem was that one needs to STATICALLY allocate the buffer
      that sends the data to the GPS. In this case, making the rxbuf
      static inside gps/main.c fixed the problem.
      
      For safety, the buffer inside usbdbg_puts() was also made static, and aligned
      to a word (32-bit) boundary, as advised by the SiLabs USB device library.
      24049003
  5. 20 Aug, 2014 3 commits
  6. 19 Aug, 2014 1 commit
  7. 18 Aug, 2014 1 commit
  8. 14 Aug, 2014 3 commits
  9. 13 Aug, 2014 2 commits
  10. 09 Aug, 2014 1 commit
  11. 08 Aug, 2014 1 commit
  12. 06 Aug, 2014 2 commits
  13. 05 Aug, 2014 1 commit
  14. 30 Jul, 2014 1 commit
  15. 25 Jul, 2014 1 commit
  16. 22 Jul, 2014 2 commits
  17. 09 Jul, 2014 1 commit
  18. 08 Jul, 2014 1 commit
  19. 27 Jun, 2014 3 commits
  20. 13 Jun, 2014 1 commit
  21. 11 Jun, 2014 1 commit
  22. 10 Jun, 2014 2 commits
  23. 09 Jun, 2014 1 commit
  24. 06 Jun, 2014 1 commit