summaryrefslogtreecommitdiff
path: root/tinyusb/common/assertion.h
AgeCommit message (Expand)Author
2018-03-11rename hal_* to tusb_hal_*hathach
2018-03-02rename hal.h to tusb_hal.hhathach
2015-05-01replace ATTR_PACKED_STRUCT by simply ATTR_PACKED (drop IAR support)hathach
2014-04-25cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZEhathach
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
2014-04-17change default TUSB_CFG_DEBUG to 0hathach
2014-03-25update keil & iar device project to add lpcxpresso11u14 supporthathach
2014-03-24doxygen documentinghathach
2014-03-12fix iar warninghathach
2013-12-12implement inline bit manipulation functionhathach
2013-09-19starting to add support for IAR workbenchhathach
2013-05-06change format of file header & license spacinghathach
2013-04-25finally able to get freeRTOS run with current mouse + keyboard examplehathach
2013-04-09adding code to allow configure MIC2555 to pull down D+/D- (still need bit ban...hathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-22- fix bug when unplugged unmounted-already device (mostly plugged when power on)hathach
2013-03-04add alignof to compilier specifichathach
2013-03-04add test for hcd/host inithathach
2013-02-28strengthen include policy. Only limited headers are allowed to included from ...hathach
2013-02-26add osal subtask supporthathach
2013-02-06fix TASK_ASSERT for osal_none.hhathach
2013-02-06refractor move test enum to its own filehathach
2013-02-04refine ASSERT_DEFINE to allow special error_handler for os taskhathach
2013-02-02refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_ENDhathach
2013-02-01house keepinghathach
2013-01-31change cmock ignore to args onlyhathach
2013-01-31add ASSERT_BIN8 and its test codehathach
2013-01-27update license year from 2012 to 2013hathach
2013-01-22start to supporthathach
2013-01-19change error type to lower case for more consistencyhathach
2013-01-18add ASSERT POINTER supporthathach
2013-01-14refractor to remove duplicate code between ASSERT_HEX and ASSERT_INThathach
2013-01-13add assert_hex & assert_hex_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