Skip to content

Commit 06872da

Browse files
committed
Fix broken link to rp-pac and add link to critical-section in embassy-rp
1 parent 059c7b5 commit 06872da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

embassy-rp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ features = ["defmt", "unstable-pac", "time-driver"]
2222

2323
[features]
2424
default = [ "rt" ]
25-
## Enable the rt feature of [`rp-pac`](https://docs.rs/crates/rp-pac). This brings in the [`cortex-m-rt`](https://docs.rs/cortex-m-rt) crate, which adds startup code and minimal runtime initialization.
25+
## Enable the rt feature of [`rp-pac`](https://docs.rs/rp-pac). This brings in the [`cortex-m-rt`](https://docs.rs/cortex-m-rt) crate, which adds startup code and minimal runtime initialization.
2626
rt = [ "rp-pac/rt" ]
2727

2828
## Enable [defmt support](https://docs.rs/defmt) and enables `defmt` debug-log messages and formatting in embassy drivers.
2929
defmt = ["dep:defmt", "embassy-usb-driver/defmt", "embassy-hal-internal/defmt"]
3030

31-
## Configure the critical section crate to use an implementation that is safe for multicore use on rp2040.
31+
## Configure the [`critical-section`](https://docs.rs/critical-section) crate to use an implementation that is safe for multicore use on rp2040.
3232
critical-section-impl = ["critical-section/restore-state-u8"]
3333

3434
## Reexport the PAC for the currently enabled chip at `embassy_rp::pac`.

0 commit comments

Comments
 (0)