Embedded Unit is unit testing framework for Embedded C System. It's design was copied from JUnit and CUnit and more, and then adapted somewhat for Embedded C System. Embedded Unit does not require std C libs. All objects are allocated to const area.
Embedded unit 1.0をリリースしました。今バージョンで一様の完成となります。Embedded UnitはC言語を使った組み込み系開発向けのテストユニットフレームワークです。C標準ライブラリを使わないので実行資源の少ないターゲット環境で動作可能です。