mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-17 21:35:20 +01:00
Support RP2040 PAC v0.5 in rtic-monotonics
This commit is contained in:
parent
0228350ef4
commit
5b2d722446
3 changed files with 5 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ cortex-m = { version = "0.7.6", optional = true }
|
|||
critical-section = { version = "1", optional = true }
|
||||
|
||||
# RP2040
|
||||
rp2040-pac = { version = ">=0.2.0,<0.5", optional = true }
|
||||
rp2040-pac = { version = ">=0.2.0,<0.6", optional = true }
|
||||
|
||||
# nRF52
|
||||
nrf52810-pac = { version = "0.12.2", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue