index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tinyusb
/
common
/
assertion.h
Age
Commit message (
Expand
)
Author
2018-03-02
rename hal.h to tusb_hal.h
hathach
2015-05-01
replace ATTR_PACKED_STRUCT by simply ATTR_PACKED (drop IAR support)
hathach
2014-04-25
cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZE
hathach
2014-04-17
move STRING & XSTRING & STATIC_ASSERT to compiler.h
hathach
2014-04-17
change default TUSB_CFG_DEBUG to 0
hathach
2014-03-25
update keil & iar device project to add lpcxpresso11u14 support
hathach
2014-03-24
doxygen documenting
hathach
2014-03-12
fix iar warning
hathach
2013-12-12
implement inline bit manipulation function
hathach
2013-09-19
starting to add support for IAR workbench
hathach
2013-05-06
change format of file header & license spacing
hathach
2013-04-25
finally able to get freeRTOS run with current mouse + keyboard example
hathach
2013-04-09
adding code to allow configure MIC2555 to pull down D+/D- (still need bit ban...
hathach
2013-03-25
change website from tinyusb.net to tinyusb.org
hathach
2013-03-22
- fix bug when unplugged unmounted-already device (mostly plugged when power on)
hathach
2013-03-04
add alignof to compilier specific
hathach
2013-03-04
add test for hcd/host init
hathach
2013-02-28
strengthen include policy. Only limited headers are allowed to included from ...
hathach
2013-02-26
add osal subtask support
hathach
2013-02-06
fix TASK_ASSERT for osal_none.h
hathach
2013-02-06
refractor move test enum to its own file
hathach
2013-02-04
refine ASSERT_DEFINE to allow special error_handler for os task
hathach
2013-02-02
refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_END
hathach
2013-02-01
house keeping
hathach
2013-01-31
change cmock ignore to args only
hathach
2013-01-31
add ASSERT_BIN8 and its test code
hathach
2013-01-27
update license year from 2012 to 2013
hathach
2013-01-22
start to support
hathach
2013-01-19
change error type to lower case for more consistency
hathach
2013-01-18
add ASSERT POINTER support
hathach
2013-01-14
refractor to remove duplicate code between ASSERT_HEX and ASSERT_INT
hathach
2013-01-13
add assert_hex & assert_hex_within
hathach
2013-01-13
add ASSERT_INT_WITHIN and its test code
hathach
2013-01-13
add ASSERT_INT, ASSERT_INT_EQUAL and test code for it
hathach
2013-01-13
rename ASSERT_ERROR to ASSERT_STATUS
hathach