Essays about: "embedded-rust"

Found 2 essays containing the word embedded-rust.

  1. 1. RTIC Scope : Real-Time Tracing for the RTIC RTOS Framework

    University essay from Luleå tekniska universitet/Institutionen för system- och rymdteknik

    Author : Viktor Sonesten; [2022]
    Keywords : embedded-rust; cortex-m; rtic; rtos; tracing;

    Abstract : Work done at Luleå Technical University regarding the RTIC RTOS framework is expanded upon to yield a convenient toolset for event-based instrumentation by exploiting debug peripherals available on the ARMv7-M platform. By parsing the source of an RTIC application and recovering instrumentation metadata from user-supplied information, the target-emitted trace stream is decoded and mapped to RTIC task events, yielding a timeline of events that can be analyzed live and postmortem by help of a recording host-side daemon. READ MORE

  2. 2. Architecture for a Symbolic Execution Environment

    University essay from Luleå tekniska universitet/Institutionen för system- och rymdteknik

    Author : Joacim Norlén; [2022]
    Keywords : symbolic execution; program verification;

    Abstract : Program testing is an important aspect of software development. Symbolic execution can be used as a tool to automatically verify the correctness of programs for all feasible paths of execution. READ MORE