summaryrefslogtreecommitdiff
path: root/tests/project.yml
AgeCommit message (Collapse)Author
2013-06-05added dcd_dma_descriptor_t typdefhathach
reorganize test project, multiple test projects each is specifically for an MCU
2013-05-31refractor string descriptors, allow one-stop configure descriptor forhathach
- manufacturer, product etc ... (only english now)
2013-05-13change ceedling ignore plugin to default : ignore arg & callshathach
continue on refractoring tests
2013-05-10clean up testhathach
2013-05-09-mx32 is not supported in gcc 4.6.x. change to use if-else sizeof(void*) in ↵hathach
test code
2013-05-09use -mx32, as travis use x86 version of linux gcchathach
2013-05-09force pointer 32 bit using gcc option -m32 for travis buildhathach
2013-05-09remove dead source pathhathach
2013-05-09move cmsis to bsp/lpc43xx to keep all in repos for travis-ci runhathach
update setting for all project file respectively
2013-04-15add freeRTOS source from vendor to testhathach
remove temp freeRTOS folder in test/support use test/support/FreeRTOSConfig.h from win32-mingw demo temporarily disable all tests in test_osal_freeRTOS.c
2013-04-15create a empty test file for hubhathach
2013-03-25add several helper functionhathach
add test & code for hidh_keyboard_open_subtask - skip parsing HID descriptor for keyboard
2013-02-06refractor move test enum to its own filehathach
add assert with handler add task assert with error catcher
2013-02-04add TUSB_CFG_HOST_ENUM_BUFFER_SIZEhathach
add enum buffer getting serious with osal_freeRTOS
2013-02-04refine ASSERT_DEFINE to allow special error_handler for os taskhathach
add device_addr0 for enumeration task start to add osal port for freeRTOS
2013-02-01add std=gnu99 for test buildhathach
add hcd_init to usbh_init and update test code add TUSB_CFG_OS_TICK_PER_SECOND define for TUSB_OS_NONE change osal_semaphore_wait and osal_queue_receive API to have timeout effectively
2013-01-31change cmock ignore to args onlyhathach
implementing usbh_host.c
2013-01-30fix mocking osal api using ifdefhathach
start to add task_create macro API for osal_none
2013-01-27add STATIC for local variableshathach
2013-01-27add class_hid_keyboard_init and test codehathach
add define _TINY_USB_SOURCE_FILE_ to hide internal API from application
2013-01-22start to supporthathach
- usbd host - osal some global define #define TUSB_CFG_HOST_CONTROLLER_NUM #define TUSB_CFG_HOST_DEVICE_MAX #define TUSB_CFG_CONFIGURATION_MAX rename & refractor HID type structure & enum use CException to test asssertion library add test for hid_host_keyboard with usbd configure get & osal queue get stubs update test for assertion library refractor ASSERT_STATUS in assertion library update tusb_error_t values rename usb basic type & enum in tusb_types.h and std_descriptors.h
2013-01-18add ASSERT POINTER supporthathach
add hid host and separate hid host & device update host project setting with EA4357 board add para checking test for hid host
2013-01-18prepare test project for 43xx host testhathach
2013-01-16added some tests for fifo.chathach
2013-01-13rename ASSERT_ERROR to ASSERT_STATUShathach
add binary const support @ common/binary.h enhance assert support @ common/assertion.h add test code for assertion.h
2013-01-10start add makefile for keyboard demohathach
2012-12-27- add ceedling/cmock/unity as testing framework and supporthathach
- unified makefile project for the whole repos - new separate project for tests