allow configure host/device by controller basic

- make changes to adapt
add mcu_capacity.h
This commit is contained in:
hathach
2013-03-04 16:21:41 +07:00
parent 656da2992d
commit 94c004724c
9 changed files with 135 additions and 30 deletions
-5
View File
@@ -50,11 +50,6 @@ void tearDown(void)
{
}
void test_memory_usage(void)
{
TEST_IGNORE_MESSAGE("Try to keep project total memory usage up-to-date");
}
void test_latest_version(void)
{
TEST_ASSERT_EQUAL_STRING(LATEST_VERSION, TUSB_VERSION);