Skip to content

Commit bf0f5c4

Browse files
authored
Removed Just Accepted TECS note
1 parent 2a684ed commit bf0f5c4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

static/references.bib

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ @article{10.1145/3759251
2222
issn = {1539-9087},
2323
url = {https://doi.org/10.1145/3759251},
2424
doi = {10.1145/3759251},
25-
abstract = {Embedded systems are used in many safety-critical domains, including in medicine, traffic and critical infrastructure. Due to the strict timing requirements such systems usually have to fulfill, they often run on real-time operating systems (RTOS). As the RTOS influences the function and the timing behavior of the system, it becomes important to rigorously ensure the correctness and safety of applications running on them while taking into account the semantics of the operating system. Existing verification approaches are either limited to specific RTOS components or based on explicit state space exploration techniques such as model checking, which do not scale well for concurrent or timed applications. In this paper, we propose a deductive approach to verify crucial safety properties about applications written for the widely-used RTOS FreeRTOS using the VerCors verifier. Our key ideas are threefold: 1) We provide a formalization of a wide variety of FreeRTOS features and an automatic encoding of FreeRTOS applications for verification with VerCors. 2) We adapt and enhance an existing approach for automatic invariant generation to largely automate the typically high-effort verification process. 3) We present a systematic technique to verify both functional and timing-related properties of cooperative RTOS applications. We demonstrate the applicability of our approach on a FreeRTOS demo application as well as an adaptive cruise control system.},
26-
note = {Just Accepted},
2725
journal = {ACM Trans. Embed. Comput. Syst.},
2826
month = aug,
29-
keywords = {deductive verification, embedded systems, real time, RTOS}
3027
}
3128

3229
@InProceedings{10.1007/978-3-032-00942-5_4,

0 commit comments

Comments
 (0)