Skip to content
Snippets Groups Projects
  1. Mar 03, 2016
  2. Feb 26, 2016
  3. Feb 18, 2016
  4. Feb 16, 2016
  5. Jan 19, 2016
  6. Jan 18, 2016
  7. Jan 15, 2016
  8. Jan 12, 2016
  9. Jan 05, 2016
  10. Jan 04, 2016
  11. Jan 03, 2016
  12. Dec 17, 2015
  13. Dec 16, 2015
  14. Nov 23, 2015
  15. Nov 20, 2015
  16. Nov 18, 2015
  17. Nov 17, 2015
  18. Nov 06, 2015
  19. Nov 04, 2015
  20. Oct 26, 2015
  21. Oct 22, 2015
    • agdl's avatar
      Tone fix for #59 and optimizations · 823cbce4
      agdl authored
      This fixes issue #59 and optimize the way the prescaler is found.
      Furthermore non needed instructions are not repeated.
      823cbce4
  22. Oct 21, 2015
  23. Oct 12, 2015
  24. Sep 24, 2015
  25. Sep 16, 2015
  26. Sep 10, 2015
    • Cristian Maglie's avatar
      Fixed bug in USBCore::send... (yikes!) · 81cbda3a
      Cristian Maglie authored
      81cbda3a
    • Cristian Maglie's avatar
      Disabled SRAM shortcut when in USBCore::send · ac16594d
      Cristian Maglie authored
      The shortcut has some issues:
      
      - sometimes it fails when sending an odd number of bytes (may be
        due to memory alignment?)
      - the data pointer should point to "stable" data (and this is not
        guaranteed by caller, it may be some sort of temporary buffer)
      - the SRAM is not guaranteed to start at 0x20000000
      
      All the above problems must be properly fixed before reenabling
      this part
      ac16594d
  27. Sep 09, 2015
Loading