Fixing example features
This commit is contained in:
parent
e94d1df1ec
commit
fc43e3b5c5
|
@ -38,12 +38,12 @@ smoltcp-examples = [
|
|||
"smoltcp-phy", "smoltcp/socket-tcp", "smoltcp/ethernet"
|
||||
]
|
||||
tx_stm32f407 = [
|
||||
"stm32f4xx-hal/stm32f407", "cortex-m", "cortex-m-rtic", "cortex-m-cpu",
|
||||
"stm32f4xx-hal/stm32f407", "stm32f4xx-hal/rt", "cortex-m", "cortex-m-rtic", "cortex-m-cpu",
|
||||
"panic-itm", "log"
|
||||
]
|
||||
tcp_stm32f407 = [
|
||||
"stm32f4xx-hal/stm32f407", "cortex-m", "cortex-m-rt", "cortex-m-rtic", "cortex-m-cpu",
|
||||
"smoltcp-examples", "panic-itm", "log"]
|
||||
"stm32f4xx-hal/stm32f407", "stm32f4xx-hal/rt", "cortex-m", "cortex-m-rt", "cortex-m-rtic",
|
||||
"cortex-m-cpu", "smoltcp-examples", "panic-itm", "log"]
|
||||
default = []
|
||||
|
||||
[[example]]
|
||||
|
|
Loading…
Reference in New Issue