From 798e467d83c37e274527647e9f7b893f055a274c Mon Sep 17 00:00:00 2001 From: Alex M <7845120+newAM@users.noreply.github.com> Date: Sun, 5 Apr 2020 10:42:29 -0700 Subject: [PATCH] Add thumbv6m-none-eabi target to docs. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8602780..b48afd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,7 @@ version = "0.16.0" [package.metadata.docs.rs] features = ["stm32f042", "rt", "stm32-usbd"] +targets = ["thumbv6m-none-eabi"] [dependencies] bare-metal = { version = "0.2", features = ["const-fn"] }