2022-05-09 14:52:11 -04:00
|
|
|
# Native QP/C Ports to ARM Cortex-M
|
2022-04-19 19:23:30 -04:00
|
|
|
|
|
|
|
## Supported ARM Cortex-M Architectures:
|
|
|
|
|
|
|
|
- ARMv6-M (**ARM Cortex-M0/M0+**)
|
|
|
|
- ARMv7-M (**ARM Cortex-M3/M4/M7**)
|
|
|
|
- ARMv8-M (**ARM Cortex-M23/M33**)
|
|
|
|
|
2022-05-09 14:52:11 -04:00
|
|
|
## Supported QP/C Kernels and Toolchains:
|
2022-04-19 19:23:30 -04:00
|
|
|
- [Cooperative QV kernel](https://www.state-machine.com/qpcpp/group__qv.html)
|
|
|
|
+ ARM/KEIL MDK, ARM Compiler 6 (ARM-CLANG)
|
|
|
|
+ IAR-ARM
|
|
|
|
+ GNU-ARM
|
|
|
|
- [Preemptive, non-locking QK kernel](https://www.state-machine.com/qpcpp/group__qk.html)
|
|
|
|
+ ARM/KEIL MDK, ARM Compiler 6 (ARM-CLANG)
|
|
|
|
+ IAR-ARM
|
|
|
|
+ GNU-ARM
|
|
|
|
- [Dual-mode (blocking/non-blocking) QXK kernel](https://www.state-machine.com/qpcpp/group__qxk.html)
|
|
|
|
+ ARM/KEIL MDK, ARM Compiler 6 (ARM-CLANG)
|
|
|
|
+ IAR-ARM
|
|
|
|
+ GNU-ARM
|
|
|
|
|
|
|
|
## Documentation:
|
|
|
|
|
2022-05-09 14:52:11 -04:00
|
|
|
Detailed documentation for these ports is available in the QP/C Manual at:
|
2022-04-19 19:23:30 -04:00
|
|
|
|
|
|
|
- https://www.state-machine.com/qpcpp/arm-cm.html
|