summaryrefslogtreecommitdiff
path: root/tests/test
AgeCommit message (Collapse)Author
2013-01-29update usbh_init and testhathach
2013-01-27add usbh_device_info_t to return device statushathach
add usbh_init and test code replace usbh_device_is_plugged in hid_host and test_hid_host with usbh_device_info_t
2013-01-27add class_hid_keyboard_init and test codehathach
add define _TINY_USB_SOURCE_FILE_ to hide internal API from application
2013-01-26add check device API for stack usagehathach
bool usbh_device_is_plugged(tusb_handle_device_t const device_hdl);
2013-01-26add more test code for keyboard hid application APIhathach
refractor, restructure, rename several thing regarding host, keyboard etc ...
2013-01-23change configure handle to device handlehathach
change test case accordingly
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-19change error type to lower case for more consistencyhathach
change Error Enum to TUSB prefix for more consistency start to add check for OS configure
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-18house keepinghathach
2013-01-16rename some fifo functions to be more consistenthathach
2013-01-16delete mcu folders as it duplicate hal foldershathach
2013-01-16added some tests for fifo.chathach
2013-01-16add uart for lpc11uxx and retarget successfullyhathach
2013-01-15add test_fifo.c file template, add its test code soonhathach
2013-01-14add binary const & its test codehathach
2013-01-14refractor to remove duplicate code between ASSERT_HEX and ASSERT_INThathach
use static inline min_of and max_of instead of macro
2013-01-13add assert_hex & assert_hex_withinhathach
2013-01-13done with ASSERT_INT_WITHINhathach
2013-01-13add ASSERT_INT_WITHIN and its test codehathach
2013-01-13add ASSERT_INT, ASSERT_INT_EQUAL and test code for ithathach
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
2012-12-27- add ceedling/cmock/unity as testing framework and supporthathach
- unified makefile project for the whole repos - new separate project for tests