From baffeaca227e36ccad828a959492b6ccb1c3207a Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 4 Jan 2023 17:18:48 -0600 Subject: [PATCH] =?UTF-8?q?Fix=20Unicode=20=E2=9C=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- book/en/src/internals/targets.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/book/en/src/internals/targets.md b/book/en/src/internals/targets.md index dfb68deaef..04fd592203 100644 --- a/book/en/src/internals/targets.md +++ b/book/en/src/internals/targets.md @@ -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