2015-04-28 13:45:35 -04:00
|
|
|
/*##########################################################################*/
|
|
|
|
/*! @page ports_native Native (Bare-Metal) Ports
|
|
|
|
|
|
|
|
- @subpage lint (generic C compiler)
|
|
|
|
- @subpage arm-cm (Cortex-M0/M0+/M3/M4/M4F)
|
2017-05-17 13:16:32 -04:00
|
|
|
- @ref arm-cm_qv (ARM-KEIL, GNU-ARM, IAR-ARM, TI-CCS toolsets)
|
2017-02-08 20:25:14 -05:00
|
|
|
- @ref arm-cm_qk (ARM-KEIL, GNU-ARM, IAR-ARM, TI-CCS toolsets)
|
|
|
|
- @ref arm-cm_qxk (ARM-KEIL, GNU-ARM, IAR-ARM, TI-CCS toolsets)
|
|
|
|
- @subpage arm-cr (Cortex-R)
|
2017-05-17 13:16:32 -04:00
|
|
|
- @ref arm-cr_qv (GNU-ARM, IAR-ARM, TI-CCS toolsets)
|
2017-02-08 20:25:14 -05:00
|
|
|
- @ref arm-cr_qk (GNU-ARM, IAR-ARM, TI-CCS toolsets)
|
2015-04-28 13:45:35 -04:00
|
|
|
- @subpage arm7-9 ("classic" ARM)
|
2017-05-17 13:16:32 -04:00
|
|
|
- @ref arm7-9_qv (GNU-ARM, IAR-ARM toolsets)
|
2015-12-24 14:33:20 -05:00
|
|
|
- @ref arm7-9_qk (GNU-ARM, IAR-ARM toolsets)
|
2015-04-28 13:45:35 -04:00
|
|
|
- @subpage msp430 ("classic" MSP430 and "extended" MSP430X)
|
2017-02-08 20:25:14 -05:00
|
|
|
- @ref msp430_qv (TI-CCS, IAR toolsets)
|
|
|
|
- @ref msp430_qk (TI-CCS, IAR toolsets)
|
2015-04-28 13:45:35 -04:00
|
|
|
|
|
|
|
*/
|
|
|
|
/*##########################################################################*/
|
|
|
|
/*! @page lint PC-Lint
|
|
|
|
|
2017-05-17 13:16:32 -04:00
|
|
|
@image html under_construction.jpg
|
2015-05-01 08:40:16 -04:00
|
|
|
|
2017-05-17 13:16:32 -04:00
|
|
|
*/
|
2015-04-28 13:45:35 -04:00
|
|
|
/*##########################################################################*/
|
2017-02-08 20:25:14 -05:00
|
|
|
/*! @page arm-cr ARM Cortex-R
|
|
|
|
|
2017-05-17 13:16:32 -04:00
|
|
|
@image html under_construction.jpg
|
2017-02-08 20:25:14 -05:00
|
|
|
|
2017-05-17 13:16:32 -04:00
|
|
|
@section arm-cr_qk Preemptive QK Kernel
|
2017-02-08 20:25:14 -05:00
|
|
|
|
|
|
|
\includelineno ports/arm-cr/qk/iar/qk_port.s
|
|
|
|
|
|
|
|
@section arm-cr_qv Cooperative QV Kernel
|
|
|
|
|
|
|
|
*/
|
|
|
|
/*##########################################################################*/
|
|
|
|
/*! @page arm7-9 ARM7/ARM9
|
|
|
|
|
2017-05-17 13:16:32 -04:00
|
|
|
@image html under_construction.jpg
|
2017-02-08 20:25:14 -05:00
|
|
|
|
2017-05-17 13:16:32 -04:00
|
|
|
@section arm7-9_qk Preemptive QK Kernel
|
2017-02-08 20:25:14 -05:00
|
|
|
|
2017-07-06 13:30:17 -04:00
|
|
|
@includelineno ports/arm7-9/qk/iar/qk_port.s
|
2017-02-08 20:25:14 -05:00
|
|
|
|
|
|
|
@section arm7-9_qv Cooperative QV Kernel
|
|
|
|
|
|
|
|
*/
|
|
|
|
/*##########################################################################*/
|
2015-04-28 13:45:35 -04:00
|
|
|
/*! @page msp430 MSP430
|
|
|
|
|
2017-05-17 13:16:32 -04:00
|
|
|
@image html under_construction.jpg
|
|
|
|
|
|
|
|
@section msp430_qk Preemptive QK Kernel
|
2015-05-01 08:40:16 -04:00
|
|
|
|
2015-04-28 13:45:35 -04:00
|
|
|
@section msp430_qv Cooperative QV Kernel
|
|
|
|
|
|
|
|
*/
|