aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-02-11 08:55:19 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:35:20 +0100
commit60f0342b697cdddbab9c0e8c6d772bc7aab9de38 (patch)
tree5bbb73e299f416f4c10adf329704b734379caa41 /rtic-macros/Cargo.toml
parent1cda61fbda205920517f7b63af90c97c38ff9af6 (diff)
Break out core specific codegen to bindings
Diffstat (limited to 'rtic-macros/Cargo.toml')
-rw-r--r--rtic-macros/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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 = []