From 81275bfa4f41e2066770087f3a33cad4227eab41 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 13 Jun 2019 23:56:59 +0200 Subject: rtfm-syntax refactor + heterogeneous multi-core support --- mc/examples/smallest.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mc/examples/smallest.rs (limited to 'mc/examples/smallest.rs') diff --git a/mc/examples/smallest.rs b/mc/examples/smallest.rs new file mode 100644 index 0000000..792935a --- /dev/null +++ b/mc/examples/smallest.rs @@ -0,0 +1,7 @@ +#![no_main] +#![no_std] + +use panic_halt as _; + +#[rtfm::app(cores = 2, device = mc)] +const APP: () = {}; -- cgit v1.2.3