Fix getMaxUsToTicks function in RISC-V timer.h The getMaxUsToTicks function is supposed to return maximum amount of time you can pass to usToTicks without overflow, but in RISC-V implementation it returns ticks instead. This patch corrects it so it's implementation is akin to those in other platforms. Signed-off-by: Marcin Witkowski <mwitkowski@antmicro.com> (cherry picked from commit b9a8967954a229a56d514409aa992b28509da71a) Change-Id: If7b0317dcd4ac7c19249479cb85fa09a9bdd210b
This project contains the source code of seL4 microkernel.
For details about the seL4 microkernel, including details about its formal correctness proof, please see the sel4.systems website and associated FAQ.
DOIs for citing recent releases of this repository:
We welcome contributions to seL4. Please see the website for information on how to contribute.
This repository is usually not used in isolation, but as part of the build system in a larger project.
A hosted version of the manual for the most recent release can be found here.
A web version of the API can be found here
include and src: C and ASM source code of seL4tools: build toolslibsel4: C bindings for the seL4 ABImanual: LaTeX sources of the seL4 reference manualSee the seL4 website for build instructions.
A list of releases and current project status can be found under seL4 releases.