fixing test

- rename errors.h to tusb_errors.h
This commit is contained in:
hathach 2014-04-17 20:40:34 +07:00
parent 44b36d74f2
commit f1ea1ce52e
27 changed files with 29 additions and 29 deletions

View File

@ -38,7 +38,7 @@
#include <stdlib.h>
#include "unity.h"
#include "errors.h"
#include "tusb_errors.h"
#include "type_helper.h"
#include "mock_usbd_dcd.h"

View File

@ -38,7 +38,7 @@
#include <stdlib.h>
#include "unity.h"
#include "errors.h"
#include "tusb_errors.h"
#include "type_helper.h"
#include "tusb_descriptors.h"

View File

@ -32,11 +32,11 @@
:source:
- ../../tinyusb/**
- +:../../demos/bsp/lpc43xx/**
- +:../../mcu/lpc43xx/**
#- +:../../demos/device/keyboard/*
- -:../../demos/
- ../../vendor/freertos/freertos/Source/*
- ../../vendor/freertos/freertos/Source/portable/MSVC-MingW/*
#- ../../vendor/freertos/freertos/Source/*
#- ../../vendor/freertos/freertos/Source/portable/MSVC-MingW/*
:defines:
# in order to add common defines:

View File

@ -39,7 +39,7 @@
#include "stdlib.h"
#include "unity.h"
#include "tusb_option.h"
#include "errors.h"
#include "tusb_errors.h"
#include "binary.h"
#include "type_helper.h"

View File

@ -39,7 +39,7 @@
#include "stdlib.h"
#include "unity.h"
#include "tusb_option.h"
#include "errors.h"
#include "tusb_errors.h"
#include "binary.h"
#include "type_helper.h"

View File

@ -40,7 +40,7 @@
#include "unity.h"
#include "type_helper.h"
#include "tusb_option.h"
#include "errors.h"
#include "tusb_errors.h"
#include "binary.h"
#include "hal.h"

View File

@ -39,7 +39,7 @@
#include <stdlib.h>
#include "unity.h"
#include "tusb_option.h"
#include "errors.h"
#include "tusb_errors.h"
#include "binary.h"
#include "type_helper.h"

View File

@ -39,7 +39,7 @@
#include <stdlib.h>
#include "unity.h"
#include "tusb_option.h"
#include "errors.h"
#include "tusb_errors.h"
#include "binary.h"
#include "type_helper.h"

View File

@ -39,7 +39,7 @@
#include <stdlib.h>
#include "unity.h"
#include "tusb_option.h"
#include "errors.h"
#include "tusb_errors.h"
#include "binary.h"
#include "type_helper.h"

View File

@ -39,7 +39,7 @@
#include <stdlib.h>
#include "unity.h"
#include "tusb_option.h"
#include "errors.h"
#include "tusb_errors.h"
#include "binary.h"
#include "type_helper.h"

View File

@ -39,7 +39,7 @@
#include <stdlib.h>
#include "unity.h"
#include "tusb_option.h"
#include "errors.h"
#include "tusb_errors.h"
#include "binary.h"
#include "type_helper.h"

View File

@ -39,7 +39,7 @@
#include <stdlib.h>
#include "unity.h"
#include "tusb_option.h"
#include "errors.h"
#include "tusb_errors.h"
#include "binary.h"
#include "type_helper.h"

View File

@ -39,7 +39,7 @@
#include <stdlib.h>
#include "unity.h"
#include "tusb_option.h"
#include "errors.h"
#include "tusb_errors.h"
#include "binary.h"
#include "type_helper.h"

View File

@ -38,7 +38,7 @@
#include "unity.h"
#include "tusb_option.h"
#include "errors.h"
#include "tusb_errors.h"
#include "binary.h"
#include "type_helper.h"

View File

@ -39,7 +39,7 @@
#include <stdlib.h>
#include "unity.h"
#include "tusb_option.h"
#include "errors.h"
#include "tusb_errors.h"
#include "binary.h"
#include "type_helper.h"

View File

@ -38,7 +38,7 @@
#include "unity.h"
#include "tusb_option.h"
#include "errors.h"
#include "tusb_errors.h"
#include "binary.h"
#include "type_helper.h"

View File

@ -39,7 +39,7 @@
#include "stdlib.h"
#include "unity.h"
#include "tusb_option.h"
#include "errors.h"
#include "tusb_errors.h"
#include "binary.h"
#include "type_helper.h"
#include "common/common.h"

View File

@ -38,7 +38,7 @@
#include "stdlib.h"
#include "unity.h"
#include "type_helper.h"
#include "errors.h"
#include "tusb_errors.h"
#include "common/common.h"
#include "hid_host.h"

View File

@ -39,7 +39,7 @@
#include "stdlib.h"
#include "unity.h"
#include "type_helper.h"
#include "errors.h"
#include "tusb_errors.h"
#include "common/common.h"
#include "hid_host.h"
#include "mock_osal.h"

View File

@ -39,7 +39,7 @@
#include "stdlib.h"
#include "unity.h"
#include "type_helper.h"
#include "errors.h"
#include "tusb_errors.h"
#include "common/common.h"
#include "hid_host.h"

View File

@ -40,7 +40,7 @@
//#include "unity.h"
//#include "type_helper.h"
//#include "tusb_option.h"
//#include "errors.h"
//#include "tusb_errors.h"
//
//#include "mock_osal.h"
//#include "hcd.h"

View File

@ -39,7 +39,7 @@
#include "stdlib.h"
#include "unity.h"
#include "tusb_option.h"
#include "errors.h"
#include "tusb_errors.h"
#include "binary.h"
#include "type_helper.h"

View File

@ -37,7 +37,7 @@
/**************************************************************************/
#include "unity.h"
#include "errors.h"
#include "tusb_errors.h"
#include "descriptor_test.h"
#include "mock_osal.h"

View File

@ -38,7 +38,7 @@
#include <stdlib.h>
#include "unity.h"
#include "errors.h"
#include "tusb_errors.h"
#include "type_helper.h"
#include "mock_osal.h"

View File

@ -45,7 +45,7 @@
#include "CException.h"
#include "binary.h"
#include "common/assertion.h"
#include "errors.h"
#include "tusb_errors.h"
CEXCEPTION_T e;

View File

@ -37,7 +37,7 @@
/**************************************************************************/
#include "unity.h"
#include "errors.h"
#include "tusb_errors.h"
//#include "freeRTOS.h"
//#include "osal_freeRTOS.h"
//#include "mock_task.h"

View File

@ -41,7 +41,7 @@
#endif
#include "unity.h"
#include "errors.h"
#include "tusb_errors.h"
#include "osal_none.h"
#define QUEUE_DEPTH 10