Skip to content

Commit 779d0a1

Browse files
authored
Added note that XDK's MCU is not fully supported by Zephyr. (#258)
Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com>
1 parent 0560d71 commit 779d0a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_docs/concepts/rtos/comparison/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Table:
4646
| | | | |
4747
| **Supported Hardware** | | | |
4848
| Olimex STM32-E407 (Cortex-M4) | yes | yes | yes, [explicitly](https://docs.zephyrproject.org/latest/reference/kernel/scheduling/index.html) |
49-
| Bosch XDK <sup>5</sup> | not explicitly, but similar <sup>6</sup> | yes | yes |
49+
| Bosch XDK <sup>5</sup> | not explicitly, but similar <sup>6</sup> | yes | no<sup>5</sup> |
5050
| MPC57xx | no | no | no |
5151
| **Scheduling** | | | |
5252
| Priority-based | FIFO | yes | yes |
@@ -91,7 +91,7 @@ Table:
9191

9292
<sup>4</sup> Executing every task in round-robin fashion but only for a pre-defined time slice.
9393

94-
<sup>5</sup> ARM Cortex M3 EFM32GG390F1024 Giant Gecko family (Silicon Labs). EFM32G880F120-STK ARM Cortex M3 EFM32GG390F1024 Giant Gecko family (Silicon Labs).
94+
<sup>5</sup> XDK is based on a microcontroller of the ARM Cortex M3 EFM32GG390F1024 Giant Gecko family by Silicon Labs. Note that the version used in the XDK is not fully supported by Zephyr.
9595

9696
<sup>6</sup> [Note: Time slicing](https://www.freertos.org/Documentation/161204_Mastering_the_FreeRTOS_Real_Time_Kernel-A_Hands-On_Tutorial_Guide.pdf)
9797

0 commit comments

Comments
 (0)