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

版本 34fc63542f59009d4e0f28cf2033c97d2d7714f7

embedded/Lab28

Changes from beginning to 34fc63542f59009d4e0f28cf2033c97d2d7714f7

---
title: Lab28: Extend RTOS
toc: no
...

預期目標
-------
* 擴展 rtenv 的功能:引入 rtenv-plus,一個強化的 rtenv 版本,未來將逐步使其具備商用 RTOS 能力
* 分析 romfs,並實作基本檔案處理
* 整合之前的 unit test

rtenv-plus: 強化的 rtenv
-------------------------
* 成大資訊系 102 級林哲安同學的最新力作
* ROM file system offers a read-only file system during compilation
* Various build system improvements
* Fix memcpy error
* Support of block devices
* Fix of memory configuration
* Introduce event monitor technique to handle interrupts
* Efficient I/O encapsulation