Skip to content
Snippets Groups Projects
  1. Oct 17, 2020
  2. Oct 15, 2020
  3. Sep 06, 2020
  4. Jun 25, 2020
  5. Jun 14, 2020
  6. Apr 03, 2020
  7. Mar 16, 2020
  8. Jan 31, 2020
  9. Nov 13, 2019
    • fgross's avatar
      feat(pycardium): Enable framebuf module · c27f3fcc
      fgross authored and rahix's avatar rahix committed
      The framebuf module provides a framebuffer implementation running purely
      in MicroPython which will increase drawing performance by a lot.  A
      follow-up change will be necessary to connect this framebuffer
      implementation to the display API.
      
      This commit is implements a part of MR !211.
      c27f3fcc
  10. Nov 11, 2019
  11. Aug 31, 2019
  12. Aug 29, 2019
  13. Aug 27, 2019
  14. Aug 23, 2019
  15. Aug 22, 2019
  16. Aug 21, 2019
  17. Aug 20, 2019
  18. Aug 19, 2019
  19. Aug 17, 2019
  20. Aug 15, 2019
  21. Aug 09, 2019
    • swym's avatar
      feat(fatfs): Implement global FLASH lock · 6d1686e0
      swym authored and rahix's avatar rahix committed
      - Implement de-initialization
      - Wrap filesystem operations in semaphore
      - Introduce EpicFileSystem object and move epic_file_FOO(...)
        imlementations into efs_FOO(EpicFileSystem*, ...) functions.
      - epic_file_FOO(...) functions are now wrappers around the _fs_
        functions, but lock and unlock the global filesystem object before &
        after calls.  This way, all efs_ functions can assume that the
        necessary lock has been acquired.
      - libff: don't use FF_FS_REENTRANT, our own FS lock is enough
      6d1686e0
  22. Aug 06, 2019
  23. Aug 02, 2019
  24. Jul 24, 2019
  25. Jul 22, 2019
  26. Jul 21, 2019
  27. Jul 20, 2019
  28. Jul 19, 2019
  29. Jul 11, 2019
Loading