Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Added Azure ThreadX as CMSIS-RTOS2 API; plus link to CMSIS 6 pack #86

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMSIS/Documentation/Doxygen/General/src/cmsis_sw_pack.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CMSIS Software Pack {#cmsis_pack}

The CMSIS Base Components are maintained in the same [CMSIS 6 GitHub repository](https://github.com/ARM-software/CMSIS_6) and released as a bundle in [CMSIS-Pack](https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/index.html) format.
The **CMSIS Base Components** are actively maintained in the [**CMSIS 6 GitHub repository**](https://github.com/ARM-software/CMSIS_6) and are released together in the [**CMSIS pack**](https://www.keil.arm.com/packs/cmsis-arm/) that follows the [Open-CMSIS-Pack format](https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/index.html).

The table below shows the high-level structure of the **ARM::CMSIS** pack. Details about component folders can be found in the referenced component documentations.

Expand Down
4 changes: 4 additions & 0 deletions CMSIS/Documentation/Doxygen/RTOS2/src/mainpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ Many popular RTOS kernels include support for CMSIS-RTOS2 API:
- [Using embOS in CMSIS-Pack projects](https://wiki.segger.com/Using_embOS_in_CMSIS-Pack_projects)
- [CMSIS-embOS pack](https://www.keil.arm.com/packs/cmsis-embos-segger/versions/)

**Azure ThreadX RTOS for STM32**: is an integration of Azure RTOS into STM32 middleware provided by STMicroelectronics.

- [CMSIS-RTOS API support in ThreadX for STM32](https://wiki.st.com/stm32mcu/wiki/Introduction_to_THREADX#CMSIS-RTOS_API_Support)

**Micrium OS** is developed and maintained by Silicon Labs.

- [Micrium OS overview and comparison](https://www.silabs.com/developers/rtos)
Expand Down
Loading