Skip to content
Snippets Groups Projects
Commit 7362555c authored by Per Lindgren's avatar Per Lindgren
Browse files

added rules for bare 8..=10

parent 2c46a71b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ authors = ["Per Lindgren <per.lindgren@ltu.se>"]
description = "Example project (app)"
keywords = ["arm", "cortex-m", "rtfm", "e7020e"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/korken89/trustflight_firmware"
repository = "https://gitlab.henriktjader.com/pln/e7020e_2020"
version = "0.1.0"
edition = "2018"
......@@ -17,6 +17,7 @@ cortex-m-semihosting = "0.3.5"
aligned = "0.3.2"
ufmt = "0.1.0"
nb = "0.1.2"
heapless = "0.5.3"
[dependencies.cortex-m]
version = "0.6.2"
......@@ -62,9 +63,24 @@ name = "serial"
required-features = ["stm32f4xx-hal"]
[[example]]
name = "rtfm_itm"
name = "bare7"
required-features = ["stm32f4xx-hal"]
[[example]]
name = "bare8"
required-features = ["rtfm"]
[[example]]
name = "bare9"
required-features = ["rtfm"]
[[example]]
name = "bare10"
required-features = ["rtfm"]
[[example]]
name = "rtfm_itm"
required-features = ["rtfm"]
[[example]]
name = "rtfm_itm_spawn"
required-features = ["rtfm"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment