mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Fix Unicode ✓
This commit is contained in:
parent
de25c4c0c2
commit
baffeaca22
1 changed files with 7 additions and 7 deletions
|
@ -19,13 +19,13 @@ Table 1 below shows a list of Cortex-m processors and which type of critical sec
|
|||
|
||||
| Processor | Architecture | Priority Ceiling | Source Masking |
|
||||
| :--------- | :----------: | :--------------: | :------------: |
|
||||
| Cortex-M0 | ARMv6-M | | ઙ |
|
||||
| Cortex-M0+ | ARMv6-M | | ઙ |
|
||||
| Cortex-M3 | ARMv7-M | ઙ | |
|
||||
| Cortex-M4 | ARMv7-M | ઙ | |
|
||||
| Cortex-M7 | ARMv7-M | ઙ | |
|
||||
| Cortex-M23 | ARMv8-M-base | | ઙ |
|
||||
| Cortex-M33 | ARMv8-M-main | ઙ | |
|
||||
| Cortex-M0 | ARMv6-M | | ✓ |
|
||||
| Cortex-M0+ | ARMv6-M | | ✓ |
|
||||
| Cortex-M3 | ARMv7-M | ✓ | |
|
||||
| Cortex-M4 | ARMv7-M | ✓ | |
|
||||
| Cortex-M7 | ARMv7-M | ✓ | |
|
||||
| Cortex-M23 | ARMv8-M-base | | ✓ |
|
||||
| Cortex-M33 | ARMv8-M-main | ✓ | |
|
||||
|
||||
## Priority Ceiling
|
||||
|
||||
|
|
Loading…
Reference in a new issue