Skip to content
Snippets Groups Projects
  1. Sep 25, 2019
  2. Sep 21, 2019
    • Ferdinand Bachmann's avatar
      feat(rtc): Add monotonic clock · f1251d66
      Ferdinand Bachmann authored and rahix's avatar rahix committed
      Squashed commits:
      
      e94f7bf9 epicardium/rtc: add monotonic time
      e0691c6d pycardium/modules/utime.c: add bindings for monotonic time
      756c13df epicardium/rtc: fix numerically unstable subsecond decoding
      
               the subsecond encoding function from epic_rtc_set_milliseconds
               and the corresponding decoding function from
               epic_rtc_get_milliseconds are not numerically stable.
      
               i.e., encoding 5 milliseconds to 20 subsecs and immediately
               afterwards decoding that yields 4 milliseconds.
      
               Adding a bias of 999 (0.24 milliseconds) to the decoding
               function makes it numerically stable, while never decoding any
               subsecond value to more than 999 milliseconds.
      
      e99e278b epicardium/rtc: only poll time once for calculating monotonic_offset
      18936b7e pycardium/modules/utime.c: run clang-format
      869ac617 epicardium/rtc: add explanation comment for numerically stable subsecond decode
      f1251d66
    • swym's avatar
      feat(pycardium): Add ESB API · 4e4962d1
      swym authored and rahix's avatar rahix committed
      4e4962d1
  3. Sep 16, 2019
  4. Sep 03, 2019
  5. Aug 31, 2019
  6. Aug 30, 2019
  7. Aug 28, 2019
  8. Aug 27, 2019
  9. Aug 25, 2019
  10. Aug 23, 2019
  11. Aug 22, 2019
  12. Aug 21, 2019
  13. Aug 20, 2019
  14. Aug 19, 2019
  15. Aug 17, 2019
  16. Aug 16, 2019
  17. Aug 15, 2019
  18. Aug 12, 2019
    • fleur's avatar
      feat: Add proper LED module · e87cdd45
      fleur authored and rahix's avatar rahix committed
      The new LED modules allow a much broader range of uses of the RGB LEDs.
      It also includes smart powersaving and options to set all LEDs at once.
      e87cdd45
  19. Aug 01, 2019
  20. Jul 29, 2019
Loading