-
- Downloads
clocking 4Mhz, itm in zero-tasks
... | @@ -30,6 +30,16 @@ git = "https://gitlab.henriktjader.com/pln/STM32F40x" | ... | @@ -30,6 +30,16 @@ git = "https://gitlab.henriktjader.com/pln/STM32F40x" |
features = ["rt"] | features = ["rt"] | ||
version = "0.1.0" | version = "0.1.0" | ||
[dev-dependencies.lpc176x5x] | |||
path = "../lpc176x5x" | |||
features = ["rt"] | |||
version = "0.1.0" | |||
[dependencies.cortex-m-semihosting] | |||
version = "0.2.0" | |||
[features] | [features] | ||
wcet_bkpt = [] | wcet_bkpt = [] | ||
wcet_nop = [] | wcet_nop = [] | ||
... | ... |
Please register or sign in to comment