mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-11 04:51:31 +11:00
Add rom-func-cache as a default feature in BSPs
This commit is contained in:
parent
0cd990c3c1
commit
2d31d91ba1
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue