Skip to content
Snippets Groups Projects
Select Git revision
  • 1bc16500c62d5cfad5cb1bdfdcf33cf2623a7056
  • master default protected
  • schneider/ir
  • rahix/user-space-ctx
  • schneider/iaq-python
  • schneider/ble-mini-demo
  • schneider/ble-ecg-stream-visu
  • schneider/mp-exception-print
  • schneider/sleep-display
  • schneider/deepsleep4
  • schneider/deepsleep2
  • schneider/deepsleep
  • schneider/ble-central
  • rahix/bluetooth-app-favorite
  • schneider/v1.17-changelog
  • schneider/ancs
  • schneider/png
  • schneider/freertos-list-debug
  • schneider/212-reset-hardware-when-entering-repl
  • schneider/bonding-fail-if-full
  • schneider/ble-fixes-2020-3
  • v1.18
  • v1.17
  • v1.16
  • v1.15
  • v1.14
  • v1.13
  • v1.12
  • v1.11
  • v1.10
  • v1.9
  • v1.8
  • v1.7
  • v1.6
  • v1.5
  • v1.4
  • v1.3
  • v1.2
  • v1.1
  • v1.0
  • release-1
41 results

Libraries

  • 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
    ..