mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-02-23 23:57:43 +11:00
Merge pull request #415 from jannic/features-vector_table
Enable feature "rt" when compiling vector_table example
This commit is contained in:
commit
96e15ee6de
1 changed files with 5 additions and 0 deletions
|
@ -50,3 +50,8 @@ rom-v2-intrinsics = []
|
||||||
# irq example uses cortex-m-rt::interrupt, need rt feature for that
|
# irq example uses cortex-m-rt::interrupt, need rt feature for that
|
||||||
name = "gpio_irq_example"
|
name = "gpio_irq_example"
|
||||||
required-features = ["rt"]
|
required-features = ["rt"]
|
||||||
|
|
||||||
|
[[example]]
|
||||||
|
# vector_table example uses cortex-m-rt::interrupt, need rt feature for that
|
||||||
|
name = "vector_table"
|
||||||
|
required-features = ["rt"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue