Skip to content
Snippets Groups Projects
  1. Apr 06, 2016
  2. Apr 05, 2016
  3. Mar 30, 2016
  4. Mar 03, 2016
  5. Feb 26, 2016
  6. Feb 18, 2016
  7. Feb 16, 2016
  8. Jan 19, 2016
  9. Jan 18, 2016
  10. Jan 15, 2016
  11. Jan 12, 2016
  12. Jan 05, 2016
  13. Jan 04, 2016
  14. Jan 03, 2016
  15. Dec 17, 2015
  16. Dec 16, 2015
  17. Nov 23, 2015
  18. Nov 20, 2015
  19. Nov 18, 2015
  20. Nov 17, 2015
  21. Nov 06, 2015
  22. Nov 04, 2015
  23. Oct 26, 2015
  24. 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
  25. Oct 21, 2015
  26. Oct 12, 2015
  27. Sep 24, 2015
  28. Sep 16, 2015
  29. 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
Loading