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
/
examples
/
device
/
cdc_msc_hid
/
Makefile
Age
Commit message (
Expand
)
Author
2019-05-14
makefile clean up
hathach
2019-05-01
add make.mk and rules.mk to help new makefile example
hathach
2019-04-26
adding msc dual lun example
hathach
2019-04-18
remove auto descriptor and its option CFG_TUD_DESC_AUTO
hathach
2019-04-17
clean up example
hathach
2019-03-22
simplify board API, adding stm32f3 discovery
hathach
2019-03-20
clean board uart read & write
hathach
2019-03-20
move -nostdlib (-nostartfiles) into board.mk
hathach
2019-03-19
stm32f place startup*.o first in linking order due to gcc flto bug
hathach
2019-03-17
update flash-jlink target for m0 and m4 board
hathach
2019-03-16
adding flash (jlink)
hathach
2019-03-09
add flash target for stm32 board using stm32cubeprogammger cli
hathach
2019-03-05
fix asm file .S (nrf) and .s (stm)
hathach
2019-03-05
Merge branch 'master' into stm32f4
hathach
2019-01-29
zero init internal class/device data
hathach
2019-01-10
Merge branch 'master' of https://github.com/hathach/tinyusb into stm32f4
William D. Jones
2019-01-09
cdc_msc_hid: Work around LTO bug in gcc where order of compile matters
William D. Jones
2019-01-02
adding makefile support for nrf5x
hathach
2018-12-05
fix travis build error
hathach
2018-11-27
needs to be filled out. blinks though
Scott Shawcroft
2018-11-25
Introduce a Makefile for the OS_NONE device example
Scott Shawcroft