summaryrefslogtreecommitdiff
path: root/tinyusb/common/binary.h
AgeCommit message (Collapse)Author
2013-02-28strengthen include policy. Only limited headers are allowed to included from ↵hathach
a header file. Missing needed to be included in *.c
2013-02-04refractor include chain with following policieshathach
- header file only include what it needs for its declarations.
2013-01-27update license year from 2012 to 2013hathach
2013-01-14add binary const & its test codehathach
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