Skip to content
Snippets Groups Projects
  1. Aug 23, 2016
  2. Jul 20, 2016
  3. May 27, 2016
  4. Mar 30, 2016
  5. Mar 04, 2016
  6. Jan 03, 2016
  7. Oct 21, 2015
  8. Oct 12, 2015
  9. Sep 16, 2015
  10. 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
  11. Sep 09, 2015
  12. Jun 24, 2015
  13. Jun 12, 2015
  14. Jun 10, 2015
  15. Mar 13, 2015
  16. Mar 06, 2015
  17. Feb 13, 2015
  18. Oct 08, 2014
  19. Sep 11, 2014
Loading