ports_native.dox 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*##########################################################################*/
  2. /*! @page ports_native Native (Bare-Metal) Ports
  3. - @subpage arm-cm (Cortex-M0/M0+/M3/M4/M4/M7)
  4. - @ref arm-cm_qv (ARM-CLANG, ARM-KEIL, GNU-ARM, IAR-ARM )
  5. - @ref arm-cm_qk (ARM-CLANG, ARM-KEIL, GNU-ARM, IAR-ARM)
  6. - @ref arm-cm_qxk (ARM-CLANG, ARM-KEIL, GNU-ARM, IAR-ARM)
  7. - @subpage arm-cr (Cortex-R)
  8. - @ref arm-cr_qv (GNU-ARM, IAR-ARM, TI-CCS toolchains)
  9. - @ref arm-cr_qk (GNU-ARM, IAR-ARM, TI-CCS toolchains)
  10. - @subpage arm7-9 ("classic" ARM)
  11. - @ref arm7-9_qv (GNU-ARM, IAR-ARM toolchains)
  12. - @ref arm7-9_qk (GNU-ARM, IAR-ARM toolchains)
  13. - @subpage msp430 ("classic" MSP430 and "extended" MSP430X)
  14. - @ref msp430_qv (TI-CCS, IAR toolchains)
  15. - @ref msp430_qk (TI-CCS, IAR toolchains)
  16. @ifnot LATEX
  17. @nav_next{arm-cm}
  18. @endif
  19. */
  20. /*##########################################################################*/
  21. /*! @page arm-cr ARM Cortex-R
  22. 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}.
  23. @image html AN-QL.png
  24. @image latex AN-QL.png width=2.0in
  25. @caption{[Application Note: "QP and ARM Cortex-R"](https://www.state-machine.com/doc/AN_QP_and_ARM-Cortex-R.pdf)}
  26. @ifnot LATEX
  27. @nav_next{arm7-9}
  28. @endif
  29. */
  30. /*##########################################################################*/
  31. /*! @page arm7-9 ARM7/ARM9
  32. The QP/C/C++ ports and examples for ARM7/ARM9 are described in the Quantum Leaps Application Note @webref{doc/AN_QP_and_ARM-Cortex-R.pdf, QP and ARM7/ARM9}.
  33. @image html AN-QL.png
  34. @image latex AN-QL.png width=2.0in
  35. @caption{[Application Note: "QP and ARM7/ARM9"](https://www.state-machine.com/doc/AN_QP_and_ARM7_ARM9-GNU.pdf)}
  36. @ifnot LATEX
  37. @nav_next{msp430}
  38. @endif
  39. */
  40. /*##########################################################################*/
  41. /*! @page msp430 MSP430
  42. 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}.
  43. @image html AN-QL.png
  44. @image latex AN-QL.png width=2.0in
  45. @caption{[Application Note: "QP and MSP430-CCS"](https://www.state-machine.com/doc/QDK_MSP430-CCS.pdf)}
  46. @image html AN-QL.png
  47. @image latex AN-QL.png width=2.0in
  48. @caption{[Application Note: "QP and MSP430-IAR"](https://www.state-machine.com/doc/QDK_MSP430-IAR.pdf)}
  49. */