Skip to content

Commit

Permalink
device features
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Jul 28, 2019
1 parent 0588013 commit 75f9f86
Showing 1 changed file with 112 additions and 0 deletions.
112 changes: 112 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,119 @@ doc = []
rt = ["stm32f1/rt"]
stm32f100 = ["stm32f1/stm32f100", "device-selected"]
stm32f101 = ["stm32f1/stm32f101", "device-selected"]
stm32f102 = ["stm32f1/stm32f102", "device-selected"]
stm32f103 = ["stm32f1/stm32f103", "device-selected"]
stm32f107 = ["stm32f1/stm32f107", "device-selected"]

mem16 = []
mem32 = ["mem16"]
mem64 = ["mem32"]
mem128 = ["mem64"]
mem256 = ["mem128"]
mem384 = ["mem256"]
mem512 = ["mem384"]
mem768 = ["mem512"]
mem1024 = ["mem768"]

stm32f100c4 = ["stm32f100", "mem16"]
stm32f100c6 = ["stm32f100", "mem32"]
stm32f100c8 = ["stm32f100", "mem64"]
stm32f100cb = ["stm32f100", "mem128"]
stm32f100r4 = ["stm32f100", "mem16"]
stm32f100r6 = ["stm32f100", "mem32"]
stm32f100r8 = ["stm32f100", "mem64"]
stm32f100rb = ["stm32f100", "mem128"]
stm32f100rc = ["stm32f100", "mem256"]
stm32f100rd = ["stm32f100", "mem384"]
stm32f100re = ["stm32f100", "mem512"]
stm32f100v8 = ["stm32f100", "mem64"]
stm32f100vb = ["stm32f100", "mem128"]
stm32f100vc = ["stm32f100", "mem256"]
stm32f100vd = ["stm32f100", "mem384"]
stm32f100ve = ["stm32f100", "mem512"]
stm32f100zc = ["stm32f100", "mem256"]
stm32f100zd = ["stm32f100", "mem384"]
stm32f100ze = ["stm32f100", "mem512"]

stm32f101c4 = ["stm32f101", "mem16"]
stm32f101c6 = ["stm32f101", "mem32"]
stm32f101c8 = ["stm32f101", "mem64"]
stm32f101cb = ["stm32f101", "mem128"]
stm32f101r4 = ["stm32f101", "mem16"]
stm32f101r6 = ["stm32f101", "mem32"]
stm32f101r8 = ["stm32f101", "mem64"]
stm32f101rb = ["stm32f101", "mem128"]
stm32f101rc = ["stm32f101", "mem256"]
stm32f101rd = ["stm32f101", "mem384"]
stm32f101re = ["stm32f101", "mem512"]
stm32f101rf = ["stm32f101", "mem768"]
stm32f101rg = ["stm32f101", "mem1024"]
stm32f101t4 = ["stm32f101", "mem16"]
stm32f101t6 = ["stm32f101", "mem32"]
stm32f101t8 = ["stm32f101", "mem64"]
stm32f101tb = ["stm32f101", "mem128"]
stm32f101v8 = ["stm32f101", "mem64"]
stm32f101vb = ["stm32f101", "mem128"]
stm32f101vc = ["stm32f101", "mem256"]
stm32f101vd = ["stm32f101", "mem384"]
stm32f101ve = ["stm32f101", "mem512"]
stm32f101vf = ["stm32f101", "mem768"]
stm32f101vg = ["stm32f101", "mem1024"]
stm32f101zc = ["stm32f101", "mem256"]
stm32f101zd = ["stm32f101", "mem384"]
stm32f101ze = ["stm32f101", "mem512"]
stm32f101zf = ["stm32f101", "mem768"]
stm32f101zg = ["stm32f101", "mem1024"]

stm32f102c4 = ["stm32f102", "mem16"]
stm32f102c6 = ["stm32f102", "mem32"]
stm32f102c8 = ["stm32f102", "mem64"]
stm32f102cb = ["stm32f102", "mem128"]
stm32f102r4 = ["stm32f102", "mem16"]
stm32f102r6 = ["stm32f102", "mem32"]
stm32f102r8 = ["stm32f102", "mem64"]
stm32f102rb = ["stm32f102", "mem128"]

stm32f103c4 = ["stm32f103", "mem16"]
stm32f103c6 = ["stm32f103", "mem32"]
stm32f103c8 = ["stm32f103", "mem64"]
stm32f103cb = ["stm32f103", "mem128"]
stm32f103r4 = ["stm32f103", "mem16"]
stm32f103r6 = ["stm32f103", "mem32"]
stm32f103r8 = ["stm32f103", "mem64"]
stm32f103rb = ["stm32f103", "mem128"]
stm32f103rc = ["stm32f103", "mem256"]
stm32f103rd = ["stm32f103", "mem384"]
stm32f103re = ["stm32f103", "mem512"]
stm32f103rf = ["stm32f103", "mem768"]
stm32f103rg = ["stm32f103", "mem1024"]
stm32f103t4 = ["stm32f103", "mem16"]
stm32f103t6 = ["stm32f103", "mem32"]
stm32f103t8 = ["stm32f103", "mem64"]
stm32f103tb = ["stm32f103", "mem128"]
stm32f103v8 = ["stm32f103", "mem64"]
stm32f103vb = ["stm32f103", "mem128"]
stm32f103vc = ["stm32f103", "mem256"]
stm32f103vd = ["stm32f103", "mem384"]
stm32f103ve = ["stm32f103", "mem512"]
stm32f103vf = ["stm32f103", "mem768"]
stm32f103vg = ["stm32f103", "mem1024"]
stm32f103zc = ["stm32f103", "mem256"]
stm32f103zd = ["stm32f103", "mem384"]
stm32f103ze = ["stm32f103", "mem512"]
stm32f103zf = ["stm32f103", "mem768"]
stm32f103zg = ["stm32f103", "mem1024"]

stm32f105r8 = ["stm32f107", "mem64"]
stm32f105rb = ["stm32f107", "mem128"]
stm32f105rc = ["stm32f107", "mem256"]
stm32f105v8 = ["stm32f107", "mem64"]
stm32f105vb = ["stm32f107", "mem128"]
stm32f105vc = ["stm32f107", "mem256"]
stm32f107rb = ["stm32f107", "mem128"]
stm32f107rc = ["stm32f107", "mem256"]
stm32f107vb = ["stm32f107", "mem128"]
stm32f107vc = ["stm32f107", "mem256"]

[profile.dev]
incremental = false
Expand Down

0 comments on commit 75f9f86

Please sign in to comment.