summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/lpc175x_6x/test/test_dcd_lpc175x_6x.c2
-rw-r--r--tests/lpc175x_6x/test/test_usbd.c2
-rw-r--r--tests/lpc18xx_43xx/project.yml6
-rw-r--r--tests/lpc18xx_43xx/test/host/cdc/test_cdc_host.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/cdc/test_cdc_rndis_host.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/ehci/test_ehci_init.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/ehci/test_ehci_isr.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/ehci/test_ehci_structure.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/ehci/test_ehci_usbh_hcd_integration.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/ehci/test_pipe_bulk_open.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/ehci/test_pipe_bulk_xfer.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_open.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_xfer.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/ehci/test_pipe_interrupt_open.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/ehci/test_pipe_interrupt_xfer.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/ehci/test_pipe_isochronous_open.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/hid/test_hid_host.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/hid/test_hidh_generic.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/hid/test_hidh_keyboard.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/hid/test_hidh_mouse.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/integration/test_hidh_keyboard_integrate.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/msc/test_msc_host.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/usbh/test_enum_task.c2
-rw-r--r--tests/lpc18xx_43xx/test/host/usbh/test_usbh.c2
-rw-r--r--tests/lpc18xx_43xx/test/test_assertion.c2
-rw-r--r--tests/lpc18xx_43xx/test/test_osal_freeRTOS.c2
-rw-r--r--tests/lpc18xx_43xx/test/test_osal_none.c2
27 files changed, 29 insertions, 29 deletions
diff --git a/tests/lpc175x_6x/test/test_dcd_lpc175x_6x.c b/tests/lpc175x_6x/test/test_dcd_lpc175x_6x.c
index 8b6df2b5e..dfae099e0 100644
--- a/tests/lpc175x_6x/test/test_dcd_lpc175x_6x.c
+++ b/tests/lpc175x_6x/test/test_dcd_lpc175x_6x.c
@@ -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"
diff --git a/tests/lpc175x_6x/test/test_usbd.c b/tests/lpc175x_6x/test/test_usbd.c
index 0fe37083a..6a86f6303 100644
--- a/tests/lpc175x_6x/test/test_usbd.c
+++ b/tests/lpc175x_6x/test/test_usbd.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/project.yml b/tests/lpc18xx_43xx/project.yml
index 4493b690d..795bd7031 100644
--- a/tests/lpc18xx_43xx/project.yml
+++ b/tests/lpc18xx_43xx/project.yml
@@ -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:
diff --git a/tests/lpc18xx_43xx/test/host/cdc/test_cdc_host.c b/tests/lpc18xx_43xx/test/host/cdc/test_cdc_host.c
index 015d2a739..08d3593e9 100644
--- a/tests/lpc18xx_43xx/test/host/cdc/test_cdc_host.c
+++ b/tests/lpc18xx_43xx/test/host/cdc/test_cdc_host.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/cdc/test_cdc_rndis_host.c b/tests/lpc18xx_43xx/test/host/cdc/test_cdc_rndis_host.c
index 40973efe6..9e930207b 100644
--- a/tests/lpc18xx_43xx/test/host/cdc/test_cdc_rndis_host.c
+++ b/tests/lpc18xx_43xx/test/host/cdc/test_cdc_rndis_host.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/ehci/test_ehci_init.c b/tests/lpc18xx_43xx/test/host/ehci/test_ehci_init.c
index 86103d841..bad29cbfb 100644
--- a/tests/lpc18xx_43xx/test/host/ehci/test_ehci_init.c
+++ b/tests/lpc18xx_43xx/test/host/ehci/test_ehci_init.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/ehci/test_ehci_isr.c b/tests/lpc18xx_43xx/test/host/ehci/test_ehci_isr.c
index 0d5f2d81b..d1604938a 100644
--- a/tests/lpc18xx_43xx/test/host/ehci/test_ehci_isr.c
+++ b/tests/lpc18xx_43xx/test/host/ehci/test_ehci_isr.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/ehci/test_ehci_structure.c b/tests/lpc18xx_43xx/test/host/ehci/test_ehci_structure.c
index 3ca2f3e45..08eb961f0 100644
--- a/tests/lpc18xx_43xx/test/host/ehci/test_ehci_structure.c
+++ b/tests/lpc18xx_43xx/test/host/ehci/test_ehci_structure.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/ehci/test_ehci_usbh_hcd_integration.c b/tests/lpc18xx_43xx/test/host/ehci/test_ehci_usbh_hcd_integration.c
index a505f53d7..bd5847ef0 100644
--- a/tests/lpc18xx_43xx/test/host/ehci/test_ehci_usbh_hcd_integration.c
+++ b/tests/lpc18xx_43xx/test/host/ehci/test_ehci_usbh_hcd_integration.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_bulk_open.c b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_bulk_open.c
index 9a3d0a36b..6bf02f400 100644
--- a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_bulk_open.c
+++ b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_bulk_open.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_bulk_xfer.c b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_bulk_xfer.c
index 221fe0ee2..0c678ff14 100644
--- a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_bulk_xfer.c
+++ b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_bulk_xfer.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_open.c b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_open.c
index 7cfdec4bb..a42a6ccb2 100644
--- a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_open.c
+++ b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_open.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_xfer.c b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_xfer.c
index 74d6751ba..4ffb276ce 100644
--- a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_xfer.c
+++ b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_xfer.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_interrupt_open.c b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_interrupt_open.c
index 946d8f0c8..d040a3a13 100644
--- a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_interrupt_open.c
+++ b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_interrupt_open.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_interrupt_xfer.c b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_interrupt_xfer.c
index 21d7b3f7b..e6c7fb3e6 100644
--- a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_interrupt_xfer.c
+++ b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_interrupt_xfer.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_isochronous_open.c b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_isochronous_open.c
index b2ebbf944..f516d88b4 100644
--- a/tests/lpc18xx_43xx/test/host/ehci/test_pipe_isochronous_open.c
+++ b/tests/lpc18xx_43xx/test/host/ehci/test_pipe_isochronous_open.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/hid/test_hid_host.c b/tests/lpc18xx_43xx/test/host/hid/test_hid_host.c
index 618d4bd94..95027a72a 100644
--- a/tests/lpc18xx_43xx/test/host/hid/test_hid_host.c
+++ b/tests/lpc18xx_43xx/test/host/hid/test_hid_host.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/hid/test_hidh_generic.c b/tests/lpc18xx_43xx/test/host/hid/test_hidh_generic.c
index d3d7f9cae..1af7b12d5 100644
--- a/tests/lpc18xx_43xx/test/host/hid/test_hidh_generic.c
+++ b/tests/lpc18xx_43xx/test/host/hid/test_hidh_generic.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/hid/test_hidh_keyboard.c b/tests/lpc18xx_43xx/test/host/hid/test_hidh_keyboard.c
index ed9d90237..9a5f5c3cc 100644
--- a/tests/lpc18xx_43xx/test/host/hid/test_hidh_keyboard.c
+++ b/tests/lpc18xx_43xx/test/host/hid/test_hidh_keyboard.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/hid/test_hidh_mouse.c b/tests/lpc18xx_43xx/test/host/hid/test_hidh_mouse.c
index 28d22ac42..acee6492d 100644
--- a/tests/lpc18xx_43xx/test/host/hid/test_hidh_mouse.c
+++ b/tests/lpc18xx_43xx/test/host/hid/test_hidh_mouse.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/integration/test_hidh_keyboard_integrate.c b/tests/lpc18xx_43xx/test/host/integration/test_hidh_keyboard_integrate.c
index a9fec44a1..1288c42ed 100644
--- a/tests/lpc18xx_43xx/test/host/integration/test_hidh_keyboard_integrate.c
+++ b/tests/lpc18xx_43xx/test/host/integration/test_hidh_keyboard_integrate.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/msc/test_msc_host.c b/tests/lpc18xx_43xx/test/host/msc/test_msc_host.c
index 75a7549d5..30f4e46d9 100644
--- a/tests/lpc18xx_43xx/test/host/msc/test_msc_host.c
+++ b/tests/lpc18xx_43xx/test/host/msc/test_msc_host.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/host/usbh/test_enum_task.c b/tests/lpc18xx_43xx/test/host/usbh/test_enum_task.c
index 8eacd7613..b409209fe 100644
--- a/tests/lpc18xx_43xx/test/host/usbh/test_enum_task.c
+++ b/tests/lpc18xx_43xx/test/host/usbh/test_enum_task.c
@@ -37,7 +37,7 @@
/**************************************************************************/
#include "unity.h"
-#include "errors.h"
+#include "tusb_errors.h"
#include "descriptor_test.h"
#include "mock_osal.h"
diff --git a/tests/lpc18xx_43xx/test/host/usbh/test_usbh.c b/tests/lpc18xx_43xx/test/host/usbh/test_usbh.c
index 2289fe68b..6ae729147 100644
--- a/tests/lpc18xx_43xx/test/host/usbh/test_usbh.c
+++ b/tests/lpc18xx_43xx/test/host/usbh/test_usbh.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/test_assertion.c b/tests/lpc18xx_43xx/test/test_assertion.c
index c0e2b3b7f..2b465d07d 100644
--- a/tests/lpc18xx_43xx/test/test_assertion.c
+++ b/tests/lpc18xx_43xx/test/test_assertion.c
@@ -45,7 +45,7 @@
#include "CException.h"
#include "binary.h"
#include "common/assertion.h"
-#include "errors.h"
+#include "tusb_errors.h"
CEXCEPTION_T e;
diff --git a/tests/lpc18xx_43xx/test/test_osal_freeRTOS.c b/tests/lpc18xx_43xx/test/test_osal_freeRTOS.c
index b22797e55..767553ae7 100644
--- a/tests/lpc18xx_43xx/test/test_osal_freeRTOS.c
+++ b/tests/lpc18xx_43xx/test/test_osal_freeRTOS.c
@@ -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"
diff --git a/tests/lpc18xx_43xx/test/test_osal_none.c b/tests/lpc18xx_43xx/test/test_osal_none.c
index ab84c8459..1ed611686 100644
--- a/tests/lpc18xx_43xx/test/test_osal_none.c
+++ b/tests/lpc18xx_43xx/test/test_osal_none.c
@@ -41,7 +41,7 @@
#endif
#include "unity.h"
-#include "errors.h"
+#include "tusb_errors.h"
#include "osal_none.h"
#define QUEUE_DEPTH 10