qpc/ports/arm-cm/README.txt

27 lines
1008 B
Plaintext
Raw Normal View History

2015-04-28 13:45:35 -04:00
About The QP-ARM-CM Port
========================
This directory contains the QP/C ports to the ARM Cortex-M processors. These
2017-02-08 20:25:14 -05:00
ports cover the whole Cortex-M family: Cortex-M0/M0+/M3/M4/M7. The following
2015-04-28 13:45:35 -04:00
ports are provided:
arm-cm
|
2016-06-10 21:50:26 -04:00
+-qv - port to the cooperative QV kernel
2015-04-28 13:45:35 -04:00
| +-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)
2015-10-10 10:50:06 -04:00
| +-ti - port with the TI CCS ARM toolset
2015-04-28 13:45:35 -04:00
|
2016-06-10 21:50:26 -04:00
+-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
|
2017-02-08 20:25:14 -05:00
+-qxk - port to the preemptive, blocking QXK kernel
2015-04-28 13:45:35 -04:00
| +-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)
2015-10-10 10:50:06 -04:00
| +-ti - port with the TI CCS ARM toolset
2015-04-28 13:45:35 -04:00