MMS f751177ac8 6.9.5rc5
Fixed bug in ports/arm-cm/qxk/arm/qxk_port.c
2022-02-05 10:40:53 -05:00
..
2021-01-31 18:45:40 -05:00
2020-10-01 12:48:48 -04:00
2020-10-01 12:48:48 -04:00
2022-02-05 10:40:53 -05:00
2017-02-08 20:25:14 -05:00
2021-04-11 13:24:50 -04:00

About The QP-ARM-CM Port
========================
This directory contains the QP/C ports to the ARM Cortex-M processors. These
ports cover the whole Cortex-M family: Cortex-M0/M0+/M3/M4/M7. The following
ports are provided:

arm-cm
|
+-qv      - port to the cooperative QV kernel
| +-arm   - port with the ARM-KEIL toolset (MDK-ARM)
| +-gnu   - port with the GNU-ARM toolset
| +-iar   - port with the IAR-ARM toolset (IAR EWARM)
| +-ti    - port with the TI CCS ARM toolset
|
+-qk      - port to the preemptive, non-blocking QK kernel
| +-arm   - port with the ARM-KEIL toolset (MDK-ARM)
| +-gnu   - port with the GNU-ARM toolset
| +-iar   - port with the IAR-ARM toolset (IAR EWARM)
| +-ti    - port with the TI CCS ARM toolset
|
+-qxk     - port to the preemptive, blocking QXK kernel
| +-arm   - port with the ARM-KEIL toolset (MDK-ARM)
| +-gnu   - port with the GNU-ARM toolset
| +-iar   - port with the IAR-ARM toolset (IAR EWARM)
| +-ti    - port with the TI CCS ARM toolset