diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-03-02 22:38:25 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-02 22:38:25 +0100 |
| commit | f03aede2f5a926bdb26d052766492c32454a60dd (patch) | |
| tree | 77e13743b4dd0b8b9cac3a2a600b16e7c5ccf1ce /book/en/src/internals/targets.md | |
| parent | 4a3f7ea123aa4ed2f89531b4cd25773264301ff8 (diff) | |
Fixes for repo rename to rtic
Diffstat (limited to 'book/en/src/internals/targets.md')
| -rw-r--r-- | book/en/src/internals/targets.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/internals/targets.md b/book/en/src/internals/targets.md index efad150..3562eef 100644 --- a/book/en/src/internals/targets.md +++ b/book/en/src/internals/targets.md @@ -7,7 +7,7 @@ ARMv8-M-base architectures, which forces RTIC to use source masking instead. For of lock and a detailed commentary of pros and cons, see the implementation of [lock in src/export.rs][src_export]. -[src_export]: https://github.com/rtic-rs/cortex-m-rtic/blob/master/src/export.rs +[src_export]: https://github.com/rtic-rs/rtic/blob/master/src/export.rs These differences influence how critical sections are realized, but functionality should be the same except that ARMv6-M/ARMv8-M-base cannot have tasks with shared resources bound to exception |
