summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_hid/Makefile
AgeCommit message (Expand)Author
2019-05-14makefile clean uphathach
2019-05-01add make.mk and rules.mk to help new makefile examplehathach
2019-04-26adding msc dual lun examplehathach
2019-04-18remove auto descriptor and its option CFG_TUD_DESC_AUTOhathach
2019-04-17clean up examplehathach
2019-03-22simplify board API, adding stm32f3 discoveryhathach
2019-03-20clean board uart read & writehathach
2019-03-20move -nostdlib (-nostartfiles) into board.mkhathach
2019-03-19stm32f place startup*.o first in linking order due to gcc flto bughathach
2019-03-17update flash-jlink target for m0 and m4 boardhathach
2019-03-16adding flash (jlink)hathach
2019-03-09add flash target for stm32 board using stm32cubeprogammger clihathach
2019-03-05fix asm file .S (nrf) and .s (stm)hathach
2019-03-05Merge branch 'master' into stm32f4hathach
2019-01-29zero init internal class/device datahathach
2019-01-10Merge branch 'master' of https://github.com/hathach/tinyusb into stm32f4William D. Jones
2019-01-09cdc_msc_hid: Work around LTO bug in gcc where order of compile mattersWilliam D. Jones
2019-01-02adding makefile support for nrf5xhathach
2018-12-05fix travis build errorhathach
2018-11-27needs to be filled out. blinks thoughScott Shawcroft
2018-11-25Introduce a Makefile for the OS_NONE device exampleScott Shawcroft