分享到plurk 分享到twitter 分享到facebook

版本 22f2d55fe4dddbae33d534ec8f41567517a59923

embedded/chibios

Changes from 22f2d55fe4dddbae33d534ec8f41567517a59923 to 2daf7797da0c4ece116b892e1770e3b52bff17e6

---
title: ChibiOS/RT
toc: yes
...

組員
----
* 莊承翰 / vchchuang
* 詹尚倫 / game
* 陳祐任 / bruce30262
* 陳易駿 / alex122380
* 郭耀琮 / rbugoo131

作業系統架構
------------

系統狀態圖
^^^^^^^^^
系統狀態(System States)
^^^^^^^^^^^^^^^^^^^^^^^
* Init
* Normal 
* Suspended 
* Disabled 
* Sleep 
* S-Locked
* I-Locked 
* Serving Regular Interrupt ( SRI ) 
* Serving Fast Interrupt ( SFI ) 
* Serving Non-Maskable Interrupt ( SNMI ) 
* Halted

.. image:: http://chibios.sourceforge.net/html/dot_inline_dotgraph_1.png

(待補文字)

.. image:: http://chibios.sourceforge.net/html/dot_inline_dotgraph_2.png

.. image:: http://chibios.sourceforge.net/html/dot_inline_dotgraph_3.png


硬體驅動原理
------------
* 以 DMA2D 為例

效能表現
--------
* 參考 ChibiOS/RT 的 test/testbmk.c

參考資料
--------
* `Building eye-catching GUIs for your embedded MCU designs<http://www.embedded.com/design/mcus-processors-and-socs/4426244/1/Building-eye-catching-GUIs-for-your-embedded-MCU-designs>`_
* `ChibiOS/RT - SourceForge<http://chibios.sourceforge.net/html/index.html>`_