# MiniGUI Porting Guide

## Table of Contents

* [MiniGUI Porting Guide for eCos](https://github.com/VincentWei/minigui-docs/blob/master/porting-guide/MINIGUI-PORTING-GUIDE-ECOS-C.md)
* [MiniGUI Porting Guide for ThreadX](https://github.com/VincentWei/minigui-docs/blob/master/porting-guide/MINIGUI-PORTING-GUIDE-THREADX-C.md)
* [MiniGUI Porting Guide for uClinux](https://github.com/VincentWei/minigui-docs/blob/master/porting-guide/MINIGUI-PORTING-GUIDE-UCLINUX-C.md)
* [MiniGUI Porting Guide for uC/OS-II](https://github.com/VincentWei/minigui-docs/blob/master/porting-guide/MINIGUI-PORTING-GUIDE-UCOSII-C.md)
* [MiniGUI Porting Guide for VxWorks](https://github.com/VincentWei/minigui-docs/blob/master/porting-guide/MINIGUI-PORTING-GUIDE-VXWORKS-C.md)

## Copying

Copyright © 2004 \~ 2019, Beijing FMSoft Technologies Co., Ltd.\
All rights reserved.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fmsoft.gitbook.io/minigui/obsoleted-documents/porting-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
