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.
makefileを追加しました。 READMEもすこしずつ書いています。
All - ローカル変数サイズ変更<スタック使用量を最適化。 stdImpl.c - add _xtoa() - add stdimpl_memcmp() - stdimpl_itoa() use _xtoa() AssertImpl.h.c - "Null" -> "nill"