mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-01-28 07:03:10 +08:00
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
About CMSIS-RTX for ARM Cortex-M Examples
|
|
=========================================
|
|
This folder contains examples for CMSIS-RTOS RTX V4.78.
|
|
|
|
|
|
The Blinky Example
|
|
------------------
|
|
The sub-folder blinky_ek-tm4c123gxl contains a simple "Blinky" example for
|
|
the EK-TM4C123GLX board (Cortex-M4F). This example shows a bare-bones
|
|
application coded by hand and without many features. The example contains
|
|
projects for the ARM (MDK-ARM) compiler and the IAR compiler.
|
|
|
|
|
|
The DPP Examples
|
|
----------------
|
|
The sub-folders dpp_ek-tm4c123gxl and dpp_nucleo-l152re demonstrate
|
|
the Dining Philosopher Problem (DPP) for EK-TM4C123GLX board (Cortex-M4F)
|
|
and the STM32 NUCLEO-L152RE (Cortex-M3) boards, respectively. The DPP
|
|
example showcases most of the QP features and much of its code has been
|
|
generated automatically by the QM graphical modeling tool. The DPP examples
|
|
contain projects for the ARM (MDK-ARM) compiler and the IAR compiler.
|
|
|
|
|
|
CMSIS-RTOS RTX Source and QP-Port
|
|
=================================
|
|
The QP-Port to CMSIS-RTOS RTX V4.78 is located in qpc\ports\cmsis_rtx
|
|
|
|
The CMSIS-RTOS RTX V4.78 source code and ports are located in
|
|
qpc\3rd_party\CMSIS_RTX. Please make sure to read about RTX licensing
|
|
in the README file found in this directory.
|