Skip to content
Snippets Groups Projects
  1. Feb 09, 2021
  2. Jan 16, 2021
  3. Jan 09, 2021
  4. Dec 24, 2020
  5. Dec 23, 2020
  6. Dec 22, 2020
  7. Dec 19, 2020
  8. Dec 14, 2020
  9. Nov 06, 2020
  10. Oct 05, 2020
  11. Sep 19, 2020
  12. Sep 07, 2020
  13. Jun 15, 2020
  14. Jun 13, 2020
    • schneider's avatar
      feat(ble): write HCI layer log file · 17c7c61e
      schneider authored
      Adds an option to write a btsnoop compatible log file containing BLE
      traffic. A new file is created after each boot if BLE is activated and
      the `ble_log_enable` option is set in `card10.cfg`. The last 10 logs are
      kept via log rotation.
      17c7c61e
  15. Jun 04, 2020
  16. May 21, 2020
  17. May 10, 2020
  18. Apr 08, 2020
  19. Mar 02, 2020
  20. Dec 29, 2019
  21. Dec 09, 2019
  22. Nov 22, 2019
  23. Nov 13, 2019
    • rahix's avatar
      feat(utime): Implement ticks_ms() and ticks_us() · 8926fd02
      rahix authored
      
      Implement the hal functions necessary for utime.ticks_ms() and
      utime.ticks_us().  This enables much more accurate measurements of time
      taken in Pycardium (useful for profiling).
      
      Please note that the tick counter will reset whenever a new app is
      loaded.
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      Verified
      8926fd02
    • 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
Loading