This repository contains all components of the Embedded Rust Workshop.
This includes:
firmwareworkspace contains all source code for the micro:bit v2 target hardware.firmware/exercisescontains all example source code and exercises which run on the micro:bit v2 target hardwarefirmware/appscontains sample apps which you can also use to test the board setup.hostworkspace contains all source code which runs on the host (PC) or libraries shared between firmware and host software.exercise-bookcontains the accompanying exercise book. The book is also hosted online.slidescontains introduction slides about this workshop and embedded Rust.host-clientcontains a host client used to communicate with the micro:bit v2 via a serial interface.