Skip to content
Snippets Groups Projects
  1. Sep 22, 2019
    • rahix's avatar
      refactor(preload/bhi): Make app more pythonic · 003aa2a0
      rahix authored
      
      This patch makes the BHI160 app more pythonic and fixes a few
      bugs/issues:
      
      - An exception (including KeyboardInterrupt) will trigger the sensor to
        be closed again.  Otherwise you'd get strange behavior trying to
        reopen then afterwards.
      - Use simple_menu.button_events() instead of home-cooked solution.  This
        should hopefully make the code more future-proof.
      - Fix overlapping text caused by the font-rendering changes.
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      Verified
      003aa2a0
    • rahix's avatar
      hack(streams): Discard overflowing samples · d974cd2f
      rahix authored
      
      As discussed in !316, this commit prevents I2C lockup by
      discarding overflowing samples instead of blocking until they have been
      read.  This is not ideal as the samples read will not be the most recent
      ones.  A deeper refactor of the sensor-stream internal API can fix this
      in the future.
      
      Cc: @flo_h
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      d974cd2f
  2. Sep 21, 2019
    • rahix's avatar
      Merge 'Add monotonic clock' · c3ca9d22
      rahix authored
      See merge request !285 and #146
      c3ca9d22
    • 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
    • rahix's avatar
      Merge 'Python API for ESB' · 5773e2e1
      rahix authored
      See merge request !126
      5773e2e1
    • swym's avatar
      docs(pycardium): Document os.usbconfig · 23ab69df
      swym authored and rahix's avatar rahix committed
      23ab69df
    • swym's avatar
      feat(pycardium): Add ESB API · 4e4962d1
      swym authored and rahix's avatar rahix committed
      4e4962d1
    • rahix's avatar
      docs(epicardium): Update task list · 1798ca80
      rahix authored
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      Verified
      1798ca80
  3. Sep 19, 2019
  4. Sep 16, 2019
  5. Sep 15, 2019
  6. Sep 14, 2019
  7. Sep 12, 2019
  8. Sep 11, 2019
  9. Sep 10, 2019
Loading