Skip to content
Snippets Groups Projects
Select Git revision
  • 2af1e3fbb4cf30933f1dc6ca4842822983b1943e
  • main default protected
  • blm_dev_chan
  • release/1.4.0 protected
  • widgets_draw
  • return_of_melodic_demo
  • task_cleanup
  • mixer2
  • dx/fb-save-restore
  • dx/dldldld
  • fpletz/flake
  • dx/jacksense-headset-mic-only
  • release/1.3.0 protected
  • fil3s-limit-filesize
  • allow-reloading-sunmenu
  • wifi-json-error-handling
  • app_text_viewer
  • shoegaze-fps
  • media_has_video_has_audio
  • fil3s-media
  • more-accurate-battery
  • v1.4.0
  • v1.3.0
  • v1.2.0
  • v1.2.0+rc1
  • v1.1.1
  • v1.1.0
  • v1.1.0+rc1
  • v1.0.0
  • v1.0.0+rc6
  • v1.0.0+rc5
  • v1.0.0+rc4
  • v1.0.0+rc3
  • v1.0.0+rc2
  • v1.0.0+rc1
35 results

python_payload

  • Clone with SSH
  • Clone with HTTPS
  • Ferdinand Bachmann's avatar
    Ferdinand Bachmann authored and 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
    History
    Name Last commit Last update
    ..