Skip to content

Conversation

@pabigot
Copy link
Contributor

@pabigot pabigot commented Aug 29, 2019

The current implementation does not return the low 32 bits of
k_uptime_get() as suggested by its documentation; it returns the number
of milliseconds represented by the low 32-bits of the underlying system
clock. The truncation before translation results in discontinuities at
every point where the system clock increments bit 33.

Update the documentation to note that this variant has little value for
long-running applications.

Signed-off-by: Peter Bigot [email protected]

The current implementation does not return the low 32 bits of
k_uptime_get() as suggested by its documentation; it returns the number
of milliseconds represented by the low 32-bits of the underlying system
clock.  The truncation before translation results in discontinuities at
every point where the system clock increments bit 33.

Update the documentation to note that this variant has little value for
long-running applications.

Signed-off-by: Peter Bigot <[email protected]>
@ioannisg ioannisg modified the milestones: v2.0.0, v2.1.0 Sep 3, 2019
@ioannisg
Copy link
Member

ioannisg commented Sep 3, 2019

Moving to next release since the review was not finalized for v2.0.0

@pabigot
Copy link
Contributor Author

pabigot commented Sep 3, 2019

Disregard, functional fix in #18744 preferred.

@ioannisg ioannisg added the DNM This PR should not be merged (Do Not Merge) label Sep 3, 2019
@pabigot pabigot closed this Sep 4, 2019
@pabigot pabigot deleted the nordic/20190829a branch September 6, 2019 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: API Changes to public APIs area: Documentation DNM This PR should not be merged (Do Not Merge)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants