Add rom-func-cache as a default feature in BSPs

This commit is contained in:
9names 2022-10-03 12:00:25 +11:00
parent 0cd990c3c1
commit 2d31d91ba1
19 changed files with 19 additions and 19 deletions

View file

@ -26,7 +26,7 @@ ws2812-pio = "0.4.0"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -26,7 +26,7 @@ fugit = "0.3.5"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -27,7 +27,7 @@ ws2812-pio = "0.4.0"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -22,7 +22,7 @@ embedded-hal ="0.2.5"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -26,7 +26,7 @@ fugit = "0.3.5"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -25,7 +25,7 @@ fugit = "0.3.5"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -25,7 +25,7 @@ fugit = "0.3.5"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -24,7 +24,7 @@ nb = "1.0"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -29,7 +29,7 @@ nb = "1.0.0"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -23,7 +23,7 @@ nb = "1.0"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -29,7 +29,7 @@ defmt-rtt = "0.3.0"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -29,7 +29,7 @@ ws2812-pio = "0.4.0"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -27,7 +27,7 @@ defmt-rtt = "0.3.0"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -44,7 +44,7 @@ defmt-rtt = "0.3.0"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -24,7 +24,7 @@ nb = "1.0"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -27,7 +27,7 @@ fugit = "0.3.5"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -27,7 +27,7 @@ fugit = "0.3.5"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -27,7 +27,7 @@ fugit = "0.3.5"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]

View file

@ -29,7 +29,7 @@ pio = "0.2.0"
[features]
# This is the set of features we enable by default
default = ["boot2", "rt", "critical-section-impl"]
default = ["boot2", "rt", "critical-section-impl", "rom-func-cache"]
# critical section that is safe for multicore use
critical-section-impl = ["rp2040-hal/critical-section-impl"]