Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.61 KB

README.md

File metadata and controls

31 lines (27 loc) · 1.61 KB

Prebuilt examples

Each example includes the source code, as well as an output folder containing ELF files that can be loaded into the emulator.

If the user wants to modify or rebuild any of the examples, they are more than welcome to do so. However, they will need to have gcc-arm-none-eabi installed on their machine. On a Debian-based machine, it can be achieved by running the following command:

sudo apt install gcc-arm-none-eabi