From 60f0342b697cdddbab9c0e8c6d772bc7aab9de38 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sat, 11 Feb 2023 08:55:19 +0100 Subject: Break out core specific codegen to bindings --- rtic-macros/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rtic-macros/Cargo.toml') diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml index 970f666..12cd0d9 100644 --- a/rtic-macros/Cargo.toml +++ b/rtic-macros/Cargo.toml @@ -24,6 +24,7 @@ proc-macro = true [features] default = [] debugprint = [] + # list of supported codegen backends thumbv6 = [] thumbv7 = [] -- cgit v1.2.3