2015-12-31 14:56:37 -05:00
/*##########################################################################*/
2015-05-14 16:05:04 -04:00
/*! @page ports_native Native (Bare-Metal) Ports
2018-02-12 18:51:22 -05:00
- @subpage arm-cm (Cortex-M0/M0+/M3/M4/M4/M7)
- @ref arm-cm_qv (ARM-CLANG, ARM-KEIL, GNU-ARM, IAR-ARM )
- @ref arm-cm_qk (ARM-CLANG, ARM-KEIL, GNU-ARM, IAR-ARM)
- @ref arm-cm_qxk (ARM-CLANG, ARM-KEIL, GNU-ARM, IAR-ARM)
2017-07-06 13:31:32 -04:00
- @subpage arm-cr (Cortex-R)
2018-02-12 18:51:22 -05:00
- @ref arm-cr_qv (GNU-ARM, IAR-ARM, TI-CCS toolchains)
- @ref arm-cr_qk (GNU-ARM, IAR-ARM, TI-CCS toolchains)
2015-05-14 16:05:04 -04:00
- @subpage msp430 ("classic" MSP430 and "extended" MSP430X)
2018-02-12 18:51:22 -05:00
- @ref msp430_qv (TI-CCS, IAR toolchains)
- @ref msp430_qk (TI-CCS, IAR toolchains)
2015-05-14 16:05:04 -04:00
2022-05-09 14:52:11 -04:00
@nav_next{arm-cm}
2015-05-14 16:05:04 -04:00
*/
/*##########################################################################*/
2017-07-06 13:31:32 -04:00
/*! @page arm-cr ARM Cortex-R
2015-05-14 16:05:04 -04:00
2022-05-09 14:52:11 -04:00
The QP/C/C++ ports and examples for ARM Cortex-R are described in the Quantum Leaps Application Note @webref{doc/AN_QP_and_ARM-Cortex-R.pdf, QP and ARM Cortex-R}.
2015-05-14 16:05:04 -04:00
2022-05-09 14:52:11 -04:00
[![QP and ARM Cortex-R](img/AN.jpg)](https://www.state-machine.com/doc/AN_QP_and_ARM-Cortex-R.pdf)
@caption{[Application Note: "QP and ARM Cortex-R"](https://www.state-machine.com/doc/AN_QP_and_ARM-Cortex-R.pdf)}
2015-05-14 16:05:04 -04:00
2020-07-18 17:58:58 -04:00
@next{msp430}
2017-05-17 13:15:09 -04:00
*/
2015-05-14 16:05:04 -04:00
/*##########################################################################*/
/*! @page msp430 MSP430
2022-05-09 14:52:11 -04:00
The QP/C/C++ ports and examples for MSP430 are described in the Quantum Leaps Development Kit @webref{doc/QDK_MSP430-CCS.pdf, QP and MSP430 with CCS} and @webref{doc/QDK_MSP430-IAR.pdf, QP and MSP430 with IAR}.
2017-05-17 13:15:09 -04:00
2022-05-09 14:52:11 -04:00
[![QP and QP and MSP430 with CCS](img/AN.jpg)](https://www.state-machine.com/doc/QDK_MSP430-CCS.pdf)
@caption{[Application Note: "QP and MSP430-CCS"](https://www.state-machine.com/doc/QDK_MSP430-CCS.pdf)}
2015-05-14 16:05:04 -04:00
2022-05-09 14:52:11 -04:00
[![QP and QP and MSP430 with IAR](img/AN.jpg)](https://www.state-machine.com/doc/QDK_MSP430-IAR.pdf)
@caption{[Application Note: "QP and MSP430-IAR"](https://www.state-machine.com/doc/QDK_MSP430-IAR.pdf)}
2015-12-31 14:56:37 -05:00
2015-05-14 16:05:04 -04:00
*/