summaryrefslogtreecommitdiff
path: root/tests/test/test_assertion.c
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-06change format of file header & license spacinghathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-01-31add ASSERT_BIN8 and its test codehathach
add some common api for task in osal.h for mocking
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-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